|
MCU
|
#include <state_machine_test.h>


Private Member Functions | |
| TorqueControllerOutput_s | evaluate (const SharedCarState_s &state) |
| This mehod must be implemented by every controller in the Tc Muxer. This is called in the Muxer whenever the drivetrain command is obtained. TorqueControllerMux.cpp to see that in every tick of the system, the active controller must be ticked through this method. More... | |
Additional Inherited Members | |
| virtual TorqueControllerOutput_s | evaluate (const SharedCarState_s &state)=0 |
| This mehod must be implemented by every controller in the Tc Muxer. This is called in the Muxer whenever the drivetrain command is obtained. TorqueControllerMux.cpp to see that in every tick of the system, the active controller must be ticked through this method. More... | |
Definition at line 8 of file state_machine_test.h.
|
inlineprivatevirtual |
This mehod must be implemented by every controller in the Tc Muxer. This is called in the Muxer whenever the drivetrain command is obtained. TorqueControllerMux.cpp to see that in every tick of the system, the active controller must be ticked through this method.
| state | with all sensor information to properly define torque set points |
Implements Controller.
Definition at line 10 of file state_machine_test.h.