Apollo
6.0
Open source self driving car software
|
#include <latency_monitor.h>
Public Member Functions | |
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) |
Additional Inherited Members | |
![]() | |
std::string | name_ |
unsigned int | round_count_ = 0 |
apollo::monitor::LatencyMonitor::LatencyMonitor | ( | ) |
bool apollo::monitor::LatencyMonitor::GetFrequency | ( | const std::string & | channel_name, |
double * | freq | ||
) |
|
overridevirtual |
Implements apollo::monitor::RecurrentRunner.