Struct 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¶
Reserved; 0.
variable n¶
Caller-stamped sample index (dp_tlm_set_now).
variable probe¶
Probe id (index into the context's table).
variable 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