Go to the source code of this file.
|
class | apollo::cyber::Component< M0, M1, M2, M3 > |
| The Component can process up to four channels of messages. The message type is specified when the component is created. The Component is inherited from ComponentBase. Your component can inherit from Component, and implement Init() & Proc(...), They are picked up by the CyberRT. There are 4 specialization implementations. More...
|
|
class | apollo::cyber::Component< NullType, NullType, NullType, NullType > |
|
class | apollo::cyber::Component< M0, NullType, NullType, NullType > |
|
class | apollo::cyber::Component< M0, M1, NullType, NullType > |
|
class | apollo::cyber::Component< M0, M1, M2, NullType > |
|
|
| apollo |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames.
|
|
| apollo::cyber |
|
◆ CYBER_REGISTER_COMPONENT