#include <compensator_component.h>
|
bool | Init () override |
|
bool | Proc (const std::shared_ptr< PointCloud > &point_cloud) override |
|
| Component () |
|
| ~Component () override |
|
bool | Initialize (const ComponentConfig &config) override |
| init the component by protobuf object. More...
|
|
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 |
|
◆ Init()
bool apollo::drivers::velodyne::CompensatorComponent::Init |
( |
| ) |
|
|
overridevirtual |
◆ Proc()
bool apollo::drivers::velodyne::CompensatorComponent::Proc |
( |
const std::shared_ptr< PointCloud > & |
point_cloud | ) |
|
|
override |
The documentation for this class was generated from the following file: