![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Telemetry group data. More...
#include <nturt/telemetry.h>
Collaboration diagram for tm_group_data:Public Member Functions | |
| STAILQ_ENTRY (tm_group_data) next | |
Data Fields | |
| struct tm_group *const | group |
| struct tm_data *const | data |
| void *const | pub_data |
Telemetry group data.
| tm_group_data::STAILQ_ENTRY | ( | tm_group_data | ) |
List entry of the element.
| struct tm_data* const tm_group_data::data |
Pointer to the telemetry data.
| struct tm_group* const tm_group_data::group |
Pointer to the telemetry group.
| void* const tm_group_data::pub_data |
Pointer to the buffer for publishing.