Packet for app errors.
More...
#include <tlm_Executive.h>
|
| uint16 | apid () const override |
| |
| uint16 | size () const override |
| |
| void | packetize (uint8 *out) const override |
| |
| void | depacketize (const uint8 *in) override |
| |
| int16 | str (char *output, uint16 size) const override |
| |
Packet for app errors.
This telemetry packet tracks and returns information on app errors caught in the scheduler. It should be configured to telemeter at max rate but will be produced only when an app returns error/warning in startup or step.
◆ apid()
| uint16 tlm_executive_app_error::apid |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ depacketize()
| void tlm_executive_app_error::depacketize |
( |
const uint8 * |
in | ) |
|
|
inlineoverridevirtual |
◆ packetize()
| void tlm_executive_app_error::packetize |
( |
uint8 * |
out | ) |
const |
|
inlineoverridevirtual |
◆ size()
| uint16 tlm_executive_app_error::size |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ str()
| int16 tlm_executive_app_error::str |
( |
char * |
output, |
|
|
uint16 |
size |
|
) |
| const |
|
inlineoverridevirtual |
◆ app_apid
| uint16 tlm_executive_app_error::app_apid |
◆ error_code
| int16 tlm_executive_app_error::error_code |
◆ error_count
| uint8 tlm_executive_app_error::error_count |
◆ schedule_slot
| int16 tlm_executive_app_error::schedule_slot |
The documentation for this struct was generated from the following file:
- /home/mickey/Documents/modelspace/cFS-plus-plus/src/telemetry/tlm_Executive.h