Skip to content

Struct agc_tlm_t

ClassList > agc_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. Zeroed in state blobs and preserved across set_state (DP_DEFINE_POD_STATE_TLM); telemetry is observation, not DSP state that migrates.

  • #include <agc_core.h>

Public Attributes

Type Name
dp_tlm_t * ctx
int32_t id_gain
int32_t id_level

Public Attributes Documentation

variable ctx

dp_tlm_t* agc_tlm_t::ctx;

variable id_gain

int32_t agc_tlm_t::id_gain;

variable id_level

int32_t agc_tlm_t::id_level;


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