#include <OutputRoadSource.h>
Inheritance diagram for OutputRoadSource:
Public Member Functions | ||||||||||
OutputRoadSource () | ||||||||||
virtual | ~OutputRoadSource () | |||||||||
virtual bool | getPoints (utils::Time &time, std::vector< utils::Vec3d > &points, bool blocking=true) | |||||||||
Returns the latest set of road points along with the time at which they were collected. Normally, the call is blocking, i.e., we block until the next unread set of points is acquired, but it can be polling, i.e., it returns immediately with the most recent set of road points.
| ||||||||||
bool | init (utils::ConfigFile ¶ms, RoadSourceGenerator *gen, utils::SymbolTable *globals) | |||||||||
Initialization routine. |
Definition at line 16 of file OutputRoadSource.h.