|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
Message history buffer for a pipe. More...
#include <display.h>
Data Fields | |
| msg_history_entry_t | entries [8] |
| uint8_t | head |
| uint8_t | count |
| uint8_t msg_history_t::count |
Definition at line 153 of file display.h.
Referenced by display_render_msg_history(), and msg_history_add().
| msg_history_entry_t msg_history_t::entries[8] |
Definition at line 151 of file display.h.
Referenced by display_render_msg_history(), and msg_history_add().
| uint8_t msg_history_t::head |
Definition at line 152 of file display.h.
Referenced by display_render_msg_history(), and msg_history_add().