RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
rtems_record_client_per_cpu Struct Reference

Data Fields

rtems_record_client_uptime uptime
 Event time to uptime maintenance.
 
uint64_t last_bt
 The binary time of the last item.
 
uint32_t uptime_low
 Last RTEMS_RECORD_UPTIME_LOW data.
 
bool uptime_low_valid
 If true, then uptime low value is valid.
 
bool hold_back
 If true, then hold back items.
 
rtems_record_item_64 * items
 Storage for hold back items.
 
size_t item_capacity
 The item capacity of the hold back storage.
 
size_t item_index
 The index for the next hold back item.
 

Field Documentation

◆ items

rtems_record_item_64* rtems_record_client_per_cpu::items

Storage for hold back items.

Once the time stamp association with the uptime is known, the hold back items can be processed.


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