Open Garden  0.10.1-21
Data Fields
debug_t Struct Reference

#include <debug.h>

Data Fields

char * line
 
char * string
 
uint8_t active
 

Detailed Description

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 *.

Field Documentation

◆ active

uint8_t debug_t::active

is debug active, shall we print the output?

◆ line

char* debug_t::line

the line to be printed

◆ string

char* debug_t::string

usefull pre-allocated space to use in strcat()...


The documentation for this struct was generated from the following file: