Storage class for afe2_status CAN message.
More...
|
void | decode (const uint8_t *data) |
| Decode new CAN data and update the storage for AFE2_status. More...
|
|
nlohmann::json | to_json () const |
| Create a JSON object for AFE2_status using the storage.
|
|
std::string | get_message_name () const |
| Get the message name: AFE2_status. More...
|
|
Storage class for afe2_status CAN message.
◆ decode()
void decode |
( |
const uint8_t * |
data | ) |
|
|
inline |
Decode new CAN data and update the storage for AFE2_status.
- Parameters
-
data | Pointer to the CAN message to be decoded |
◆ get_message_name()
std::string get_message_name |
( |
| ) |
const |
|
inline |
Get the message name: AFE2_status.
- Returns
- Returns the message name
◆ id
CAN signal 'id' defined in *.yaml
◆ temp
CAN signal 'temp' defined in *.yaml
◆ v1
CAN signal 'v1' defined in *.yaml
◆ v2
CAN signal 'v2' defined in *.yaml
◆ v3
CAN signal 'v3' defined in *.yaml
The documentation for this struct was generated from the following file:
- simulation/server/app/src/can_message_handler.cc