GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LLIMSTATE (783/0x30F) - Telemetry Packet
|
View Options: (help) Context:
Description:
Layout: (hide detail; help)
LLIMSTATE (pkt) | TACTION action (fld) | TSTATUS status (fld) | TOPMODE op_mode (fld) | TVIRTMODE virt_mode (fld) | TACTIVE saa_transit (fld) | TTASKSTATE lci_state (fld) ... lpa_state (fld) | TSTATEBF too_state (bf) | | TPAD6 pad (0-5) | | TACTIVE active (6) | | TREADY ready (7) | TSTATEBF arr_state (same bf)
typedef struct _LIM_LLIMSTATE_Tlm {
/* Telemetry header */
char hdr[14];
/* Most Recent LIM Action */
unsigned short action;
/* Most Recent Action Status */
unsigned int status;
/* Operating Mode */
unsigned char op_mode;
/* Virtual Mode */
unsigned char virt_mode;
/* Active Status */
unsigned char saa_transit;
/* Task State */
unsigned char lci_state;
/* Task State */
unsigned char ldf_state;
/* Task State */
unsigned char lpa_state;
/* Activity State Bitfield */
LIM_TSTATEBF too_state;
/* Activity State Bitfield */
LIM_TSTATEBF arr_state;
} LIM_LLIMSTATE_Tlm;
Fields:
Most recent LIM action.
Flag to indicate that an activity is active.
Current operating mode.
Bitfield containing ready and active status flags for an activity.
MSG status code of the most recent LIM action.
Current state of an external task.
Current virtual mode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||