Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
This file contains the GigE streaming IO channel interface. More...
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
#include <string>
#include <vector>
#include <iostream>
#include <sstream>
#include <unistd.h>
#include "GigEIO.h"
#include "CommandInterface/RegisterFile.h"
#include "GigE.h"
#include "Sensors/SensorBoard.h"
#include "CameraTypes.h"
Namespaces | |
SocCamera | |
Macros | |
#define | GVSP_PAYLOAD_EXTENDED 0x4001 |
#define | GVSP_PAYLOAD_LEGACY 0x0001 |
#define | DATA_LEADER_FORMAT 0x01 |
#define | DATA_PAYLOAD_FORMAT 0x03 |
#define | DATA_TRAILER_FORMAT 0x02 |
#define | MAXIMUM_INTERRUPT_LEVEL (65535) |
#define | MIN_INTERRUPT_SIZE_BYTES (4608000) |
This file contains the GigE streaming IO channel interface.
#define DATA_LEADER_FORMAT 0x01 |
#define DATA_PAYLOAD_FORMAT 0x03 |
#define DATA_TRAILER_FORMAT 0x02 |
#define GVSP_PAYLOAD_EXTENDED 0x4001 |
#define GVSP_PAYLOAD_LEGACY 0x0001 |
#define MAXIMUM_INTERRUPT_LEVEL (65535) |
#define MIN_INTERRUPT_SIZE_BYTES (4608000) |