#include <image_decompress.h>
|
| bool | Init () override |
| |
| bool | Proc (const std::shared_ptr< apollo::drivers::CompressedImage > &image) override |
| |
| | Component () |
| |
| | ~Component () override |
| |
| bool | Initialize (const ComponentConfig &config) override |
| | init the component by protobuf object. More...
|
| |
| bool | Process (const std::shared_ptr< apollo::drivers::CompressedImage > &msg0, const std::shared_ptr< NullType > &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 apollo::image_decompress::ImageDecompressComponent::Init |
( |
| ) |
|
|
overridevirtual |
◆ Proc()
| bool apollo::image_decompress::ImageDecompressComponent::Proc |
( |
const std::shared_ptr< apollo::drivers::CompressedImage > & |
image | ) |
|
|
override |
The documentation for this class was generated from the following file: