|
Apollo
6.0
Open source self driving car software
|
#include <base_teller.h>


Public Member Functions | |
| BaseTeller (const std::shared_ptr< FrameManager > &frame_manager) | |
| virtual | ~BaseTeller ()=default |
| virtual void | Init (const StorytellingConfig &storytelling_conf)=0 |
| virtual void | Update (Stories *stories)=0 |
Protected Attributes | |
| std::shared_ptr< FrameManager > | frame_manager_ |
|
inlineexplicit |
|
virtualdefault |
|
pure virtual |
Implemented in apollo::storytelling::CloseToJunctionTeller.
|
pure virtual |
Implemented in apollo::storytelling::CloseToJunctionTeller.
|
protected |
1.8.13