Apollo 10.0
自动驾驶开放平台
|
#include <latency_monitor.h>
Public 成员函数 | |
LatencyMonitor () | |
void | RunOnce (const double current_time) override |
bool | GetFrequency (const std::string &channel_name, double *freq) |
![]() | |
RecurrentRunner (const std::string &name, const double interval) | |
virtual | ~RecurrentRunner ()=default |
void | Tick (const double current_time) |
额外继承的成员函数 | |
![]() | |
std::string | name_ |
unsigned int | round_count_ = 0 |
在文件 latency_monitor.h 第 31 行定义.
apollo::monitor::LatencyMonitor::LatencyMonitor | ( | ) |
在文件 latency_monitor.cc 第 89 行定义.
bool apollo::monitor::LatencyMonitor::GetFrequency | ( | const std::string & | channel_name, |
double * | freq | ||
) |
在文件 latency_monitor.cc 第 216 行定义.
|
overridevirtual |
实现了 apollo::monitor::RecurrentRunner.
在文件 latency_monitor.cc 第 93 行定义.