19 #include "cyber/examples/proto/examples.pb.h" 23 using apollo::cyber::examples::proto::Driver;
28 bool Proc(
const std::shared_ptr<Driver>& msg0,
29 const std::shared_ptr<Driver>& msg1)
override;
bool Proc(const std::shared_ptr< Driver > &msg0, const std::shared_ptr< Driver > &msg1) override
Definition: common_component_example.h:25
Definition: component_base.h:41
#define CYBER_REGISTER_COMPONENT(name)
Definition: component.h:551
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58