Apollo  6.0
Open source self driving car software
Static Public Member Functions | List of all members
apollo::hdmap::adapter::SignalsXmlParser Class Reference

#include <signals_xml_parser.h>

Collaboration diagram for apollo::hdmap::adapter::SignalsXmlParser:
Collaboration graph

Static Public Member Functions

static Status ParseTrafficLights (const tinyxml2::XMLElement &xml_node, std::vector< TrafficLightInternal > *traffic_lights)
 
static Status ParseStopSigns (const tinyxml2::XMLElement &xml_node, std::vector< StopSignInternal > *stop_signs)
 
static Status ParseYieldSigns (const tinyxml2::XMLElement &xml_node, std::vector< YieldSignInternal > *yield_signs)
 

Member Function Documentation

◆ ParseStopSigns()

static Status apollo::hdmap::adapter::SignalsXmlParser::ParseStopSigns ( const tinyxml2::XMLElement &  xml_node,
std::vector< StopSignInternal > *  stop_signs 
)
static

◆ ParseTrafficLights()

static Status apollo::hdmap::adapter::SignalsXmlParser::ParseTrafficLights ( const tinyxml2::XMLElement &  xml_node,
std::vector< TrafficLightInternal > *  traffic_lights 
)
static

◆ ParseYieldSigns()

static Status apollo::hdmap::adapter::SignalsXmlParser::ParseYieldSigns ( const tinyxml2::XMLElement &  xml_node,
std::vector< YieldSignInternal > *  yield_signs 
)
static

The documentation for this class was generated from the following file: