Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
This file contains the tcGigEInterface class. More...
#include <iostream>
#include <vector>
#include <stdexcept>
#include "GigEInterface.h"
#include <string.h>
#include <fstream>
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include "../CommandHandlers/AllHandlers.h"
#include "CCDspMessages.h"
#include "Utility/str_funcs.h"
#include "Utility/HWConfig.h"
#include "IOChannel/GigEIO.h"
#include <INIReader.h>
Macros | |
#define | BACKLOG 10 |
#define | OLD_READMEM 0 |
Functions | |
std::string | fileToString (const char *filename) |
Variables | |
const char * | CONFIG_FILE = "/home/root/application/version/mityviewer_config.bin" |
const char * | XML_FILE_PATH = "/www/pages/camera.xml" |
int | gnDebugCmdChannel |
This file contains the tcGigEInterface class.
#define BACKLOG 10 |
#define OLD_READMEM 0 |
std::string fileToString | ( | const char * | filename | ) |
const char* CONFIG_FILE = "/home/root/application/version/mityviewer_config.bin" |
int gnDebugCmdChannel |
For some cheap filtering of debug messages. Yea there's only one global variable for all interfaces, but it doesn't cost too much to throw it in here this way, and dfault behavior is to just add a few cycles before printf's that were there already. Values: <0 = Off, 0 = errors & warnings, >0 = verbose
const char* XML_FILE_PATH = "/www/pages/camera.xml" |