ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
msg_history_entry_t Struct Reference

Message history entry for rolling window display. More...

#include <display.h>

Data Fields

uint8_t data [4]
 
uint8_t len
 
uint8_t source_id
 
bool is_send
 

Detailed Description

Message history entry for rolling window display.

Definition at line 140 of file display.h.

Field Documentation

◆ data

uint8_t msg_history_entry_t::data[4]

Definition at line 141 of file display.h.

Referenced by display_render_msg_history(), and msg_history_add().

◆ is_send

bool msg_history_entry_t::is_send

Definition at line 144 of file display.h.

Referenced by display_render_msg_history(), and msg_history_add().

◆ len

uint8_t msg_history_entry_t::len

Definition at line 142 of file display.h.

Referenced by display_render_msg_history(), and msg_history_add().

◆ source_id

uint8_t msg_history_entry_t::source_id

Definition at line 143 of file display.h.

Referenced by display_render_msg_history(), and msg_history_add().


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