Apollo 10.0
自动驾驶开放平台
|
#include <lslidar_component.h>
Public 成员函数 | |
virtual | ~LslidarComponent () |
bool | Init () override |
void | ReadScanCallback (const std::shared_ptr< LslidarScan > &scan_message) override |
![]() | |
virtual | ~LidarComponentBase ()=default |
virtual void | ReadScanCallback (const std::shared_ptr< LslidarScan > &scan_message)=0 |
bool | InitBase (const LidarConfigBase &lidar_config_base) override |
bool | WriteScan (const std::shared_ptr< LslidarScan > &scan_message) |
std::shared_ptr< PointCloud > | AllocatePointCloud () |
bool | WritePointCloud (const std::shared_ptr< PointCloud > &point_cloud) |
![]() | |
virtual | ~LidarComponentBaseImpl ()=default |
virtual void | ReadScanCallback (const std::shared_ptr< ScanType > &scan_message)=0 |
std::shared_ptr< ScanType > | AcquireScanMessage () |
![]() | |
Component () | |
~Component () override | |
bool | Initialize (const ComponentConfig &config) override |
init the component by protobuf object. | |
bool | Process (const std::shared_ptr< M0 > &msg0, const std::shared_ptr< M1 > &msg1, const std::shared_ptr< M2 > &msg2, const std::shared_ptr< M3 > &msg3) |
![]() | |
virtual | ~ComponentBase () |
virtual bool | Initialize (const TimerComponentConfig &config) |
virtual void | Shutdown () |
template<typename T > | |
bool | GetProtoConfig (T *config) const |
在文件 lslidar_component.h 第 33 行定义.
|
virtual |
|
overridevirtual |
|
override |