Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <string>
#include <algorithm>
#include <stdio.h>
#include "tcCommandExecutive.h"
#include "Version.h"
#include "CommandInterface/RegisterFile.h"
#include "CommandInterface/GigEInterface.h"
Variables | |
int | gnDebugIOChannel |
int | gnDebugCmdChannel |
int | gnDebugCmndHandlers |
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
int gnDebugCmndHandlers |
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
int gnDebugIOChannel |
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