#include <common_component_example.h>
|
bool | Init () override |
|
bool | Proc (const std::shared_ptr< Driver > &msg0, const std::shared_ptr< Driver > &msg1) override |
|
| Component () |
|
| ~Component () override |
|
bool | Initialize (const ComponentConfig &config) override |
| init the component by protobuf object. More...
|
|
bool | Process (const std::shared_ptr< Driver > &msg0, const std::shared_ptr< Driver > &msg1, const std::shared_ptr< NullType > &msg2, const std::shared_ptr< NullType > &msg3) |
|
virtual | ~ComponentBase () |
|
virtual bool | Initialize (const TimerComponentConfig &config) |
|
virtual void | Shutdown () |
|
template<typename T > |
bool | GetProtoConfig (T *config) const |
|
◆ Init()
bool CommonComponentSample::Init |
( |
| ) |
|
|
overridevirtual |
◆ Proc()
bool CommonComponentSample::Proc |
( |
const std::shared_ptr< Driver > & |
msg0, |
|
|
const std::shared_ptr< Driver > & |
msg1 |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: