|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
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 |
| 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().
| 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().
| 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().
| 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().