NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
tm_group_data Struct Reference

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
 

Detailed Description

Telemetry group data.

Member Function Documentation

◆ STAILQ_ENTRY()

tm_group_data::STAILQ_ENTRY ( tm_group_data )

List entry of the element.

Field Documentation

◆ data

struct tm_data* const tm_group_data::data

Pointer to the telemetry data.

◆ group

struct tm_group* const tm_group_data::group

Pointer to the telemetry group.

◆ pub_data

void* const tm_group_data::pub_data

Pointer to the buffer for publishing.


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