Struct acq_tlm_t¶
Telemetry attachment: a borrowed context + this engine's probe ids (design §2.4). NULL ctx (the default) means detached — the one probe site is then a single predicted-not-taken branch per decided dwell. Never in a state blob; preserved across acq_set_state() like the borrowed code.
#include <acq_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| dp_tlm_t * | ctx |
| int32_t | id_col |
| int32_t | id_conc |
| int32_t | id_gate |
| int32_t | id_hit |
| int32_t | id_n_held |
| int32_t | id_n_peaks |
| int32_t | id_noise |
| int32_t | id_peak |
| int32_t | id_row |
| int32_t | id_stat |
Public Attributes Documentation¶
variable ctx¶
NULL = detached
variable id_col¶
"<prefix>.col" — its code-phase column
variable id_conc¶
"<prefix>.conc" — the peak's concentration
variable id_gate¶
"<prefix>.gate" — the gate it was held to
variable id_hit¶
"<prefix>.hit" — 1 when the gate fired
variable id_n_held¶
"<prefix>.n_held" — picks held as twins
variable id_n_peaks¶
"<prefix>.n_peaks" — picks in the dwell
variable id_noise¶
"<prefix>.noise" — the CFAR reference
variable id_peak¶
"<prefix>.peak" — the strongest cell's value
variable id_row¶
"<prefix>.row" — its native Doppler row
variable id_stat¶
"<prefix>.stat" — the dwell's test statistic
The documentation for this class was generated from the following file native/inc/acq/acq_core.h