Apollo 10.0
自动驾驶开放平台
|
A module that monitor data collection progress for calibration purpose. 更多...
#include <data_collection_monitor.h>
Public 成员函数 | |
DataCollectionMonitor () | |
Constructor of DataCollectionMonitor. | |
~DataCollectionMonitor () | |
void | Start () override |
start monitoring collection progress | |
void | Stop () override |
stop monitoring collection progress | |
void | Restart () |
restart monitoring collection progress | |
nlohmann::json | GetProgressAsJson () override |
return collection progress of categories and overall as json | |
![]() | |
FuelMonitor (const std::string &name) | |
Constructor of FuelMonitor. | |
virtual | ~FuelMonitor ()=default |
bool | IsEnabled () const |
std::string | GetClassName () const |
get class name | |
void | Restart () |
restart monitoring | |
额外继承的成员函数 | |
![]() | |
bool | enabled_ = false |
std::string | class_name_ |
A module that monitor data collection progress for calibration purpose.
在文件 data_collection_monitor.h 第 54 行定义.
apollo::dreamview::DataCollectionMonitor::DataCollectionMonitor | ( | ) |
Constructor of DataCollectionMonitor.
在文件 data_collection_monitor.cc 第 99 行定义.
apollo::dreamview::DataCollectionMonitor::~DataCollectionMonitor | ( | ) |
在文件 data_collection_monitor.cc 第 106 行定义.
|
overridevirtual |
return collection progress of categories and overall as json
实现了 apollo::dreamview::FuelMonitor.
在文件 data_collection_monitor.cc 第 285 行定义.
void apollo::dreamview::DataCollectionMonitor::Restart | ( | ) |
restart monitoring collection progress
|
overridevirtual |
start monitoring collection progress
实现了 apollo::dreamview::FuelMonitor.
在文件 data_collection_monitor.cc 第 182 行定义.
|
overridevirtual |
stop monitoring collection progress
实现了 apollo::dreamview::FuelMonitor.
在文件 data_collection_monitor.cc 第 192 行定义.