U.B.O.R
The [U]seless [B]ox [O]rganizing [R]obot. A FreeRTOS study project written in C which implements a multitasked control unit for a belt conveyor system with robotic sorting arms.
Data Fields
log_message_t Struct Reference

Structure to describe a log message. More...

Data Fields

const char * taskname
 Name of the task that wrote the message. More...
 
uint8_t id
 Id that was assigned to the task. More...
 
char message [DISPLAY_CHARS+1]
 Message (formatted) More...
 

Detailed Description

Structure to describe a log message.

Definition at line 52 of file display.c.

Field Documentation

◆ id

uint8_t id

Id that was assigned to the task.

Definition at line 54 of file display.c.

◆ message

char message[DISPLAY_CHARS+1]

Message (formatted)

Definition at line 55 of file display.c.

◆ taskname

const char* taskname

Name of the task that wrote the message.

Definition at line 53 of file display.c.


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