#include <Arduino.h>
#include "../../CAN_IDs.h"
#include "model/systemData.hpp"
#include "enum_utils.hpp"
Go to the source code of this file.
◆ create_debug_message_1()
std::array< uint8_t, 8 > create_debug_message_1 |
( |
const SystemData & |
system_data, |
|
|
uint8_t |
state, |
|
|
uint8_t |
state_checkup |
|
) |
| |
|
inline |
◆ create_debug_message_2()
std::array< uint8_t, 7 > create_debug_message_2 |
( |
const SystemData & |
system_data | ) |
|
|
inline |
◆ create_left_wheel_msg()
void create_left_wheel_msg |
( |
std::array< uint8_t, 5 > & |
msg, |
|
|
double |
value |
|
) |
| |
Function to create left wheel msg.
Definition at line 11 of file utils.hpp.