| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| BD_Cycles | +1 (0x1) | +U32 | +Driver cycle count | +
| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| CommandsDispatched | +201 (0xc9) | +U32 | +Number of commands dispatched | +
| CommandErrors | +202 (0xca) | +U32 | +Number of command errors | +
| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| PingLateWarnings | +141 (0x8d) | +U32 | +Number of overrun warnings | +
| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| RgMaxTime | +81 (0x51) | +U32 | +Max execution time rate group | +
| RgCycleSlips | +82 (0x52) | +U32 | +Cycle slips for rate group | +
| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| RgMaxTime | +41 (0x29) | +U32 | +Max execution time rate group | +
| RgCycleSlips | +42 (0x2a) | +U32 | +Cycle slips for rate group | +
| Channel Name | +ID | +Type | +Description | +
|---|---|---|---|
| RgMaxTime | +61 (0x3d) | +U32 | +Max execution time rate group | +
| RgCycleSlips | +62 (0x3e) | +U32 | +Cycle slips for rate group | +
| Mnemonic | +ID | +Description | +Arguments | +||
|---|---|---|---|---|---|
| Argument | +Type | +Description | +|||
| CMD_NO_OP | +201 (0xc9) | +No-op command | ++ | + | + |
| CMD_NO_OP_STRING | +202 (0xca) | +No-op string command | +|||
| arg1 | +Fw::CmdStringArg | +The String command argument | +|||
| CMD_TEST_CMD_1 | +203 (0xcb) | +No-op command | +|||
| arg1 | +I32 | +The I32 command argument | +|||
| arg2 | +F32 | +The F32 command argument | +|||
| arg3 | +U8 | +The U8 command argument | +|||
| CMD_CLEAR_TRACKING | +204 (0xcc) | +Clear command tracking info to recover from components not returning status | ++ | + | + |
| Mnemonic | +ID | +Description | +Arguments | +||
|---|---|---|---|---|---|
| Argument | +Type | +Description | +|||
| HLTH_ENABLE | +141 (0x8d) | +A command to enable or disable health checks | +|||
| enable | +HealthEnabled | +whether or not health checks are enabled | +|||
| HLTH_PING_ENABLE | +142 (0x8e) | +Ignore a particular ping entry | +|||
| entry | +Fw::CmdStringArg | +The entry to enable/disable | +|||
| enable | +PingEnabled | +whether or not a port is pinged | +|||
| HLTH_CHNG_PING | +143 (0x8f) | +Change ping value | +|||
| entry | +Fw::CmdStringArg | +The entry to modify | +|||
| warningValue | +U32 | +Ping warning threshold | +|||
| fatalValue | +U32 | +Ping fatal threshold | +|||
| Event Name | +ID | +Description | +Arguments | +|||
|---|---|---|---|---|---|---|
| Argument | +Type | +Size | +Description | +|||
| OpCodeRegistered | +201 (0xc9) | +Op code registered event | +||||
| Opcode | +U32 | ++ | The opcode to register | +|||
| port | +I32 | ++ | The registration port | +|||
| slot | +I32 | ++ | The dispatch slot it was placed in | +|||
| OpCodeDispatched | +202 (0xca) | +Op code dispatched event | +||||
| Opcode | +U32 | ++ | The opcode dispatched | +|||
| port | +I32 | ++ | The port dispatched to | +|||
| OpCodeCompleted | +203 (0xcb) | +Op code completed event | +||||
| Opcode | +U32 | ++ | The I32 command argument | +|||
| OpCodeError | +204 (0xcc) | +Op code completed with error event | +||||
| Opcode | +U32 | ++ | The opcode with the error | +|||
| error | +ErrorResponse | ++ | The error value | +|||
| MalformedCommand | +205 (0xcd) | +Received a malformed command packet | +||||
| Status | +CmdSerError | ++ | The deserialization error | +|||
| InvalidCommand | +206 (0xce) | +Received an invalid opcode | +||||
| Opcode | +U32 | ++ | Invalid opcode | +|||
| TooManyCommands | +207 (0xcf) | +Exceeded the number of commands that can be simultaneously executed | +||||
| Opcode | +U32 | ++ | The opcode that overflowed the list | +|||
| NoOpReceived | +208 (0xd0) | +The command dispatcher has successfully recieved a NO-OP command | ++ | + | + | + |
| NoOpStringReceived | +209 (0xd1) | +The command dispatcher has successfully recieved a NO-OP command from GUI with a string | +||||
| message | +Fw::LogStringArg& | +40 | +The NO-OP string that is generated | +|||
| TestCmd1Args | +210 (0xd2) | +This log event message returns the TEST_CMD_1 arguments. | +||||
| arg1 | +I32 | ++ | Arg1 | +|||
| arg2 | +F32 | ++ | Arg2 | +|||
| arg3 | +U8 | ++ | Arg3 | +|||
| Event Name | +ID | +Description | +Arguments | +|||
|---|---|---|---|---|---|---|
| Argument | +Type | +Size | +Description | +|||
| HLTH_PING_WARN | +141 (0x8d) | +Warn that a ping target is longer than the warning value | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry passing the warning level | +|||
| HLTH_PING_LATE | +142 (0x8e) | +Declare FATAL since task is no longer responding | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry passing the warning level | +|||
| HLTH_PING_WRONG_KEY | +143 (0x8f) | +Declare FATAL since task is no longer responding | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry passing the warning level | +|||
| badKey | +U32 | ++ | The incorrect key value | +|||
| HLTH_CHECK_ENABLE | +144 (0x90) | +Report checking turned on or off | +||||
| enabled | +HealthIsEnabled | ++ | If health checking is enabled | +|||
| HLTH_CHECK_PING | +145 (0x91) | +Report a particular entry on or off | +||||
| enabled | +HealthPingIsEnabled | ++ | If health pinging is enabled for a particular entry | +|||
| entry | +Fw::LogStringArg& | +40 | +The entry passing the warning level | +|||
| HLTH_CHECK_LOOKUP_ERROR | +146 (0x92) | +Entry was not found | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry passing the warning level | +|||
| HLTH_PING_UPDATED | +147 (0x93) | +Report changed ping | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry changed | +|||
| warn | +U32 | ++ | The new warning value | +|||
| fatal | +U32 | ++ | The new FATAL value | +|||
| HLTH_PING_INVALID_VALUES | +148 (0x94) | +Report changed ping | +||||
| entry | +Fw::LogStringArg& | +40 | +The entry changed | +|||
| warn | +U32 | ++ | The new warning value | +|||
| fatal | +U32 | ++ | The new FATAL value | +|||
| Event Name | +ID | +Description | +Arguments | +|||
|---|---|---|---|---|---|---|
| Argument | +Type | +Size | +Description | +|||
| RateGroupStarted | +81 (0x51) | +Informational event that rate group has started | ++ | + | + | + |
| RateGroupCycleSlip | +82 (0x52) | +Warning event that rate group has had a cycle slip | +||||
| cycle | +U32 | ++ | The cycle where the cycle occurred | +|||
| Event Name | +ID | +Description | +Arguments | +|||
|---|---|---|---|---|---|---|
| Argument | +Type | +Size | +Description | +|||
| RateGroupStarted | +41 (0x29) | +Informational event that rate group has started | ++ | + | + | + |
| RateGroupCycleSlip | +42 (0x2a) | +Warning event that rate group has had a cycle slip | +||||
| cycle | +U32 | ++ | The cycle where the cycle occurred | +|||
| Event Name | +ID | +Description | +Arguments | +|||
|---|---|---|---|---|---|---|
| Argument | +Type | +Size | +Description | +|||
| RateGroupStarted | +61 (0x3d) | +Informational event that rate group has started | ++ | + | + | + |
| RateGroupCycleSlip | +62 (0x3e) | +Warning event that rate group has had a cycle slip | +||||
| cycle | +U32 | ++ | The cycle where the cycle occurred | +|||