![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Telemetry publishing group. More...
#include <nturt/telemetry.h>
Data Fields | |
const tm_publish_t | publish |
const size_t | num_data |
struct k_spinlock | lock |
struct agg | agg |
struct tm_group_data *const | datas |
Telemetry publishing group.
struct agg tm_group::agg |
Aggregation of the data in the group.
struct tm_group_data* const tm_group::datas |
Array of data in the group.
struct k_spinlock tm_group::lock |
Spinlock to protect the following members.
const size_t tm_group::num_data |
Number of data in the group.
const tm_publish_t tm_group::publish |
Function to publish the data.