22#ifndef TELEMETRY_TLM_COMMAND_MANAGER_H
23#define TELEMETRY_TLM_COMMAND_MANAGER_H
29#define TLM_CMD_MNGR_BASE APP_APID_COMMAND_MANAGER + TLM_APID_BASE
35#define TLM_CMD_MNGR_STATUS TLM_CMD_MNGR_BASE + 0x000
38#define TLM_CMD_MNGR_ERROR TLM_CMD_MNGR_BASE + 0x001
Header for generic telemetry packet struct generation and serialization.
#define TELEMETRY(NAME, APID, SIZE,...)
Definition Telemetry.h:297
Command Manager error packet definition.
Definition tlm_CommandManager.h:54
int16 error_code
Definition tlm_CommandManager.h:54
uint16 cmd_apid
Definition tlm_CommandManager.h:54
Command Manager status packet definition.
Definition tlm_CommandManager.h:44
uint16 timeout_count
Definition tlm_CommandManager.h:44
uint16 crc_error_count
Definition tlm_CommandManager.h:44
uint16 successful_cmd_count
Definition tlm_CommandManager.h:44
uint16 exc_error_count
Definition tlm_CommandManager.h:44
uint16 pkt_not_registered_count
Definition tlm_CommandManager.h:44
#define TLM_CMD_MNGR_ERROR
telemetry code for the Command manager error return
Definition tlm_CommandManager.h:38
#define TLM_CMD_MNGR_STATUS
telemetry code for the Command manager status
Definition tlm_CommandManager.h:35