Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
AbstractHandler.cpp File Reference
#include <stdio.h>
#include <stdarg.h>
#include "AbstractHandler.h"
#include "GigE.h"
Include dependency graph for AbstractHandler.cpp:

Variables

int gnDebugCmndHandlers = 0
 

Variable Documentation

◆ gnDebugCmndHandlers

int gnDebugCmndHandlers = 0

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