Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::hdmap::PathOverlap Struct Reference

#include <path.h>

Collaboration diagram for apollo::hdmap::PathOverlap:
Collaboration graph

Public Member Functions

 PathOverlap ()=default
 
 PathOverlap (std::string object_id, const double start_s, const double end_s)
 
std::string DebugString () const
 

Public Attributes

std::string object_id
 
double start_s = 0.0
 
double end_s = 0.0
 

Constructor & Destructor Documentation

◆ PathOverlap() [1/2]

apollo::hdmap::PathOverlap::PathOverlap ( )
default

◆ PathOverlap() [2/2]

apollo::hdmap::PathOverlap::PathOverlap ( std::string  object_id,
const double  start_s,
const double  end_s 
)
inline

Member Function Documentation

◆ DebugString()

std::string apollo::hdmap::PathOverlap::DebugString ( ) const

Member Data Documentation

◆ end_s

double apollo::hdmap::PathOverlap::end_s = 0.0

◆ object_id

std::string apollo::hdmap::PathOverlap::object_id

◆ start_s

double apollo::hdmap::PathOverlap::start_s = 0.0

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