Skip to content

Struct costas_tlm_t

ClassList > costas_tlm_t

Telemetry attachment: a borrowed context + this object's probe ids. NULL ctx (the default) means detached — every probe site is then a single predicted-not-taken branch per symbol. Zeroed in state blobs and preserved across set_state (DP_DEFINE_POD_STATE_TLM).

  • #include <costas_core.h>

Public Attributes

Type Name
dp_tlm_t * ctx
int32_t id_e
int32_t id_freq
int32_t id_lock
int32_t id_locked

Public Attributes Documentation

variable ctx

dp_tlm_t* costas_tlm_t::ctx;

NULL = detached


variable id_e

int32_t costas_tlm_t::id_e;

"<prefix>.e" — PLL discriminator


variable id_freq

int32_t costas_tlm_t::id_freq;

"<prefix>.freq" — tracked NCO freq


variable id_lock

int32_t costas_tlm_t::id_lock;

"<prefix>.lock" — lock-metric EMA


variable id_locked

int32_t costas_tlm_t::id_locked;

"<prefix>.locked" — lockdet flag 0/1



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