|
Open Garden
0.10.1-21
|
#include <debug.h>
Data Fields | |
| char * | line |
| char * | string |
| uint8_t | active |
The main debug structure, it has to be allocated, eventually, if debug is not active, you can avoid the allocation of the two members char *.
| uint8_t debug_t::active |
is debug active, shall we print the output?
| char* debug_t::line |
the line to be printed
| char* debug_t::string |
usefull pre-allocated space to use in strcat()...
1.8.13