Incoming reference message structure received over CAN. More...
#include <msg_handler.hpp>
Data Fields | |
| uint8_t | enable_module |
| Enable/disable flag for supercap control loop. | |
| uint8_t | reset |
| If set, triggers a software reset. | |
| uint8_t | pow_limit |
| Maximum power budget (W) | |
| uint16_t | energy_buffer |
| Optional buffer value to apply limiting strategy. | |
Incoming reference message structure received over CAN.
This message typically originates from the robot's main controller and is used to configure and control the supercap module in real-time.
| uint8_t ref_msg_packet::enable_module |
Enable/disable flag for supercap control loop.
| uint16_t ref_msg_packet::energy_buffer |
Optional buffer value to apply limiting strategy.
| uint8_t ref_msg_packet::pow_limit |
Maximum power budget (W)
| uint8_t ref_msg_packet::reset |
If set, triggers a software reset.