Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
IOChannelThread.cpp File Reference
#include "IOChannel/IOChannelThread.h"
#include "IOChannel.h"
#include <iostream>
Include dependency graph for IOChannelThread.cpp:

Macros

#define OVERFLOW_LIMIT   (3)
 

Variables

int gnDebugIOChannel
 

Macro Definition Documentation

◆ OVERFLOW_LIMIT

#define OVERFLOW_LIMIT   (3)

Variable Documentation

◆ 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