|
MCU
|
#include <fake_controller_type.h>


Public Member Functions | |
| TorqueControllerOutput_s | evaluate (const SharedCarState_s &state) override |
| 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... | |
| 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... | |
Public Attributes | |
| TorqueControllerOutput_s | output |
Definition at line 8 of file fake_controller_type.h.
|
inlineoverridevirtual |
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 13 of file fake_controller_type.h.
| TorqueControllerOutput_s TestControllerType::output |
Definition at line 12 of file fake_controller_type.h.