Apollo 10.0
自动驾驶开放平台
|
#include <steering_command_102.h>
Public 成员函数 | |
Steeringcommand102 () | |
uint32_t | GetPeriod () const override |
void | Parse (const std::uint8_t *bytes, int32_t length, Devkit *chassis) const override |
void | UpdateData (uint8_t *data) override |
void | Reset () override |
Steeringcommand102 * | set_steer_en_ctrl (Steering_command_102::Steer_en_ctrlType steer_en_ctrl) |
Steeringcommand102 * | set_steer_angle_target (int steer_angle_target) |
Steeringcommand102 * | set_steer_angle_spd_target (int steer_angle_spd_target) |
Steeringcommand102 * | set_checksum_102 (int checksum_102) |
![]() | |
ProtocolData ()=default | |
construct protocol data. | |
virtual | ~ProtocolData ()=default |
destruct protocol data. | |
virtual int32_t | GetLength () const |
virtual void | Parse (const uint8_t *bytes, int32_t length, ::apollo::canbus::Devkit *sensor_data) const |
virtual void | UpdateData_Heartbeat (uint8_t *data) |
静态 Public 属性 | |
static const int32_t | ID = 0x102 |
额外继承的成员函数 | |
![]() | |
static std::uint8_t | CalculateCheckSum (const uint8_t *input, const uint32_t length) |
static function, used to calculate the checksum of input array. | |
static T | BoundedValue (T lower, T upper, T val) |
在文件 steering_command_102.h 第 27 行定义.
apollo::canbus::devkit::Steeringcommand102::Steeringcommand102 | ( | ) |
在文件 steering_command_102.cc 第 30 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData< ::apollo::canbus::Devkit > .
在文件 steering_command_102.cc 第 32 行定义.
|
override |
在文件 steering_command_102.cc 第 38 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData< ::apollo::canbus::Devkit > .
在文件 steering_command_102.cc 第 59 行定义.
Steeringcommand102 * apollo::canbus::devkit::Steeringcommand102::set_checksum_102 | ( | int | checksum_102 | ) |
在文件 steering_command_102.cc 第 132 行定义.
Steeringcommand102 * apollo::canbus::devkit::Steeringcommand102::set_steer_angle_spd_target | ( | int | steer_angle_spd_target | ) |
在文件 steering_command_102.cc 第 112 行定义.
Steeringcommand102 * apollo::canbus::devkit::Steeringcommand102::set_steer_angle_target | ( | int | steer_angle_target | ) |
在文件 steering_command_102.cc 第 85 行定义.
Steeringcommand102 * apollo::canbus::devkit::Steeringcommand102::set_steer_en_ctrl | ( | Steering_command_102::Steer_en_ctrlType | steer_en_ctrl | ) |
在文件 steering_command_102.cc 第 67 行定义.
|
overridevirtual |
重载 apollo::drivers::canbus::ProtocolData< ::apollo::canbus::Devkit > .
在文件 steering_command_102.cc 第 50 行定义.
|
static |
在文件 steering_command_102.h 第 30 行定义.