feisty meow concerns codebase  2.140
cromp_decoder.cpp File Reference
Include dependency graph for cromp_decoder.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s))
 
#define BASE_LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), astring(s))
 

Variables

const int MAX_LINE = 2048
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    EMERGENCY_LOG(program_wide_logger::get(), astring(s))

Definition at line 46 of file cromp_decoder.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s))

Definition at line 45 of file cromp_decoder.cpp.

Variable Documentation

◆ MAX_LINE

const int MAX_LINE = 2048

Definition at line 48 of file cromp_decoder.cpp.