|
Apollo
6.0
Open source self driving car software
|
A module that monitor data collection progress for calibration purpose. More...
#include <data_collection_monitor.h>


Public Member Functions | |
| DataCollectionMonitor () | |
| Constructor of DataCollectionMonitor. More... | |
| ~DataCollectionMonitor () | |
| void | Start () override |
| start monitoring collection progress More... | |
| void | Stop () override |
| stop monitoring collection progress More... | |
| void | Restart () |
| restart monitoring collection progress More... | |
| nlohmann::json | GetProgressAsJson () override |
| return collection progress of categories and overall as json More... | |
Public Member Functions inherited from apollo::dreamview::FuelMonitor | |
| FuelMonitor (const std::string &name) | |
| Constructor of FuelMonitor. More... | |
| virtual | ~FuelMonitor ()=default |
| bool | IsEnabled () const |
| std::string | GetClassName () const |
| get class name More... | |
| void | Restart () |
| restart monitoring More... | |
Additional Inherited Members | |
Protected Attributes inherited from apollo::dreamview::FuelMonitor | |
| bool | enabled_ = false |
| std::string | class_name_ |
A module that monitor data collection progress for calibration purpose.
| apollo::dreamview::DataCollectionMonitor::DataCollectionMonitor | ( | ) |
Constructor of DataCollectionMonitor.
| apollo::dreamview::DataCollectionMonitor::~DataCollectionMonitor | ( | ) |
|
overridevirtual |
return collection progress of categories and overall as json
Implements apollo::dreamview::FuelMonitor.
| void apollo::dreamview::DataCollectionMonitor::Restart | ( | ) |
restart monitoring collection progress
|
overridevirtual |
start monitoring collection progress
Implements apollo::dreamview::FuelMonitor.
|
overridevirtual |
stop monitoring collection progress
Implements apollo::dreamview::FuelMonitor.
1.8.13