#include <gem_controller.h>
|
| GemController () |
|
virtual | ~GemController () |
|
::apollo::common::ErrorCode | Init (const VehicleParameter ¶ms, CanSender<::apollo::canbus::ChassisDetail > *const can_sender, MessageManager<::apollo::canbus::ChassisDetail > *const message_manager) override |
|
bool | Start () override |
| start the vehicle controller. More...
|
|
void | Stop () override |
| stop the vehicle controller. More...
|
|
Chassis | chassis () override |
| calculate and return the chassis. More...
|
|
| FRIEND_TEST (GemControllerTest, SetDrivingMode) |
|
| FRIEND_TEST (GemControllerTest, Status) |
|
| FRIEND_TEST (GemControllerTest, UpdateDrivingMode) |
|
virtual | ~VehicleController ()=default |
|
virtual common::ErrorCode | Init (const VehicleParameter ¶ms, CanSender< ChassisDetail > *const can_sender, MessageManager< ChassisDetail > *const message_manager)=0 |
| initialize the vehicle controller. More...
|
|
virtual common::ErrorCode | Update (const control::ControlCommand &command) |
| update the vehicle controller. More...
|
|
virtual common::ErrorCode | SetDrivingMode (const Chassis::DrivingMode &driving_mode) |
| set vehicle to appointed driving mode. More...
|
|
◆ GemController()
apollo::canbus::gem::GemController::GemController |
( |
| ) |
|
|
inline |
◆ ~GemController()
virtual apollo::canbus::gem::GemController::~GemController |
( |
| ) |
|
|
virtual |
◆ chassis()
Chassis apollo::canbus::gem::GemController::chassis |
( |
| ) |
|
|
overridevirtual |
◆ FRIEND_TEST() [1/3]
apollo::canbus::gem::GemController::FRIEND_TEST |
( |
GemControllerTest |
, |
|
|
SetDrivingMode |
|
|
) |
| |
◆ FRIEND_TEST() [2/3]
apollo::canbus::gem::GemController::FRIEND_TEST |
( |
GemControllerTest |
, |
|
|
Status |
|
|
) |
| |
◆ FRIEND_TEST() [3/3]
apollo::canbus::gem::GemController::FRIEND_TEST |
( |
GemControllerTest |
, |
|
|
UpdateDrivingMode |
|
|
) |
| |
◆ Init()
::apollo::common::ErrorCode apollo::canbus::gem::GemController::Init |
( |
const VehicleParameter & |
params, |
|
|
CanSender<::apollo::canbus::ChassisDetail > *const |
can_sender, |
|
|
MessageManager<::apollo::canbus::ChassisDetail > *const |
message_manager |
|
) |
| |
|
override |
◆ Start()
bool apollo::canbus::gem::GemController::Start |
( |
| ) |
|
|
overridevirtual |
◆ Stop()
void apollo::canbus::gem::GemController::Stop |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: