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_t Struct Reference

Message history buffer for a pipe. More...

#include <display.h>

Data Fields

msg_history_entry_t entries [8]
 
uint8_t head
 
uint8_t count
 

Detailed Description

Message history buffer for a pipe.

Definition at line 150 of file display.h.

Field Documentation

◆ 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().

◆ entries

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().

◆ head

uint8_t msg_history_t::head

Definition at line 152 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: