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

Telemetry publishing group. More...

#include <nturt/telemetry.h>

+ Collaboration diagram for tm_group:

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
 

Detailed Description

Telemetry publishing group.

Field Documentation

◆ agg

struct agg tm_group::agg

Aggregation of the data in the group.

◆ datas

struct tm_group_data* const tm_group::datas

Array of data in the group.

◆ lock

struct k_spinlock tm_group::lock

Spinlock to protect the following members.

◆ num_data

const size_t tm_group::num_data

Number of data in the group.

◆ publish

const tm_publish_t tm_group::publish

Function to publish the data.


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