|
PER Firmware
|
#include <spmc.h>
Public Attributes | |
| timestamped_frame_t | data [SPMC_FRAME_CAPACITY] |
| volatile size_t | head |
| volatile size_t | master_tail |
| volatile size_t | follower_tail |
| volatile uint32_t | overflows |
| volatile uint32_t | follower_drops |
| volatile bool | is_full |
| timestamped_frame_t SPMC_t::data[SPMC_FRAME_CAPACITY] |
| volatile uint32_t SPMC_t::follower_drops |
| volatile size_t SPMC_t::follower_tail |
| volatile size_t SPMC_t::head |
| volatile bool SPMC_t::is_full |
| volatile size_t SPMC_t::master_tail |
| volatile uint32_t SPMC_t::overflows |