|
OneWay
3.0-3-ge9d4fa4
|
#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 |
debug status [0, 1]
| char* debug_t::line |
A string of MAX_LINE_LENGHT chars to be printed.
| char* debug_t::string |
A string buffer used to help compose the line.
1.8.13