#include <timer_task.h>
◆ TimerTask()
apollo::cyber::TimerTask::TimerTask |
( |
uint64_t |
timer_id | ) |
|
|
inlineexplicit |
◆ accumulated_error_ns
int64_t apollo::cyber::TimerTask::accumulated_error_ns = 0 |
◆ callback
std::function<void()> apollo::cyber::TimerTask::callback |
◆ interval_ms
uint64_t apollo::cyber::TimerTask::interval_ms = 0 |
◆ last_execute_time_ns
uint64_t apollo::cyber::TimerTask::last_execute_time_ns = 0 |
◆ mutex
std::mutex apollo::cyber::TimerTask::mutex |
◆ next_fire_duration_ms
uint64_t apollo::cyber::TimerTask::next_fire_duration_ms = 0 |
◆ remainder_interval_ms
uint64_t apollo::cyber::TimerTask::remainder_interval_ms = 0 |
◆ timer_id_
uint64_t apollo::cyber::TimerTask::timer_id_ = 0 |
The documentation for this struct was generated from the following file: