Embedded Artistry Framework
Embedded Systems C++ Framework
Classes
log.h File Reference
#include "_log_common_defs.h"
Include dependency graph for log.h:

Classes

struct  log_buffer_t
 C log buffer container. More...
 

Class Documentation

◆ log_buffer_t

struct log_buffer_t

C log buffer container.

This is the definition of a circular log buffer for C programs.

Class Members
char * buf The pointer to the buffer representing the log.
uint32_t head The insertion index of the next log statement.
uint32_t size Size of the log buffer.