|
Apollo
v5.5.0
Open source self driving car software
|
#include <memory>#include <string>#include "cyber/common/macros.h"#include "modules/perception/lib/registerer/registerer.h"

Go to the source code of this file.
Classes | |
| class | apollo::perception::lidar::SceneServiceContent |
| struct | apollo::perception::lidar::SceneServiceInitOptions |
| class | apollo::perception::lidar::SceneService |
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::lidar | |
Macros | |
| #define | PERCEPTION_REGISTER_SCENESERVICECONTENT(name) PERCEPTION_REGISTER_CLASS(SceneServiceContent, name) |
| #define | PERCEPTION_REGISTER_SCENESERVICE(name) PERCEPTION_REGISTER_CLASS(SceneService, name) |
Typedefs | |
| typedef std::shared_ptr< SceneServiceContent > | apollo::perception::lidar::SceneServiceContentPtr |
| typedef std::shared_ptr< const SceneServiceContent > | apollo::perception::lidar::SceneServiceContentConstPtr |
| typedef std::shared_ptr< SceneService > | apollo::perception::lidar::SceneServicePtr |
| typedef std::shared_ptr< const SceneService > | apollo::perception::lidar::SceneServiceConstPtr |
Functions | |
| apollo::perception::lidar::PERCEPTION_REGISTER_REGISTERER (SceneServiceContent) | |
| apollo::perception::lidar::PERCEPTION_REGISTER_REGISTERER (SceneService) | |
| #define PERCEPTION_REGISTER_SCENESERVICE | ( | name | ) | PERCEPTION_REGISTER_CLASS(SceneService, name) |
| #define PERCEPTION_REGISTER_SCENESERVICECONTENT | ( | name | ) | PERCEPTION_REGISTER_CLASS(SceneServiceContent, name) |
1.8.13