Skip to content

Struct dp_tlm_rec_t

ClassList > dp_tlm_rec_t

One telemetry sample: a probe's scalar value at sample index n .More...

  • #include <dp_tlm_core.h>

Public Attributes

Type Name
uint16_t flags
uint64_t n
uint16_t probe
float value

Detailed Description

16 bytes, 8-aligned — one ring slot. value is float: ~7 significant digits is ample for diagnostics (timing error, dB gains, lock metrics); flags reserves room for a future wide-value record class.

Public Attributes Documentation

variable flags

uint16_t dp_tlm_rec_t::flags;

Reserved; 0.


variable n

uint64_t dp_tlm_rec_t::n;

Caller-stamped sample index (dp_tlm_set_now).


variable probe

uint16_t dp_tlm_rec_t::probe;

Probe id (index into the context's table).


variable value

float dp_tlm_rec_t::value;

The scalar, narrowed to float.



The documentation for this class was generated from the following file native/inc/dp_tlm/dp_tlm_core.h