Apollo 10.0
自动驾驶开放平台
|
#include <os_interface.h>
Public 成员函数 | |
OsInterFace () | |
~OsInterFace () | |
bool | InitFlag () |
void | GetLocalizationFromOs (const std::shared_ptr<::apollo::localization::LocalizationEstimate > &msg) |
void | GetPlanningAdcFromOs (const std::shared_ptr<::apollo::planning::ADCTrajectory > &msg) |
void | SendV2xObuTrafficLightToOs (const std::shared_ptr<::apollo::v2x::obu::ObuTrafficLight > &msg) |
void | SendV2xTrafficLightToOs (const std::shared_ptr<::apollo::v2x::IntersectionTrafficLightData > &msg) |
void | SendV2xObstacles2Sys (const std::shared_ptr< apollo::v2x::V2XObstacles > &msg) |
void | SendV2xTrafficLight4Hmi2Sys (const std::shared_ptr<::apollo::perception::TrafficLightDetection > &msg) |
在文件 os_interface.h 第 44 行定义.
apollo::v2x::OsInterFace::OsInterFace | ( | ) |
在文件 os_interface.cc 第 34 行定义.
apollo::v2x::OsInterFace::~OsInterFace | ( | ) |
在文件 os_interface.cc 第 40 行定义.
void apollo::v2x::OsInterFace::GetLocalizationFromOs | ( | const std::shared_ptr<::apollo::localization::LocalizationEstimate > & | msg | ) |
在文件 os_interface.cc 第 83 行定义.
void apollo::v2x::OsInterFace::GetPlanningAdcFromOs | ( | const std::shared_ptr<::apollo::planning::ADCTrajectory > & | msg | ) |
在文件 os_interface.cc 第 90 行定义.
|
inline |
在文件 os_interface.h 第 50 行定义.
void apollo::v2x::OsInterFace::SendV2xObstacles2Sys | ( | const std::shared_ptr< apollo::v2x::V2XObstacles > & | msg | ) |
在文件 os_interface.cc 第 109 行定义.
void apollo::v2x::OsInterFace::SendV2xObuTrafficLightToOs | ( | const std::shared_ptr<::apollo::v2x::obu::ObuTrafficLight > & | msg | ) |
在文件 os_interface.cc 第 99 行定义.
void apollo::v2x::OsInterFace::SendV2xTrafficLight4Hmi2Sys | ( | const std::shared_ptr<::apollo::perception::TrafficLightDetection > & | msg | ) |
在文件 os_interface.cc 第 129 行定义.
void apollo::v2x::OsInterFace::SendV2xTrafficLightToOs | ( | const std::shared_ptr<::apollo::v2x::IntersectionTrafficLightData > & | msg | ) |
在文件 os_interface.cc 第 119 行定义.