OneWay  3.0-3-ge9d4fa4
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

debug status [0, 1]

◆ line

char* debug_t::line

A string of MAX_LINE_LENGHT chars to be printed.

◆ string

char* debug_t::string

A string buffer used to help compose the line.


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