Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tcCommandExecutive.cpp File Reference
#include <string>
#include <algorithm>
#include <stdio.h>
#include "tcCommandExecutive.h"
#include "Version.h"
#include "CommandInterface/RegisterFile.h"
#include "CommandInterface/GigEInterface.h"
Include dependency graph for tcCommandExecutive.cpp:

Variables

int gnDebugIOChannel
 
int gnDebugCmdChannel
 
int gnDebugCmndHandlers
 

Variable Documentation

◆ gnDebugCmdChannel

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

◆ gnDebugCmndHandlers

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

◆ gnDebugIOChannel

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