#include <compress_component.h>
|
bool | Init () override |
|
bool | Proc (const std::shared_ptr< Image > &image) 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::smartereye::CompressComponent::Init |
( |
| ) |
|
|
overridevirtual |
◆ Proc()
bool apollo::drivers::smartereye::CompressComponent::Proc |
( |
const std::shared_ptr< Image > & |
image | ) |
|
|
override |
The documentation for this class was generated from the following file: