Apollo 10.0
自动驾驶开放平台
|
#include <timing_wheel.h>
Public 成员函数 | |
~TimingWheel () | |
void | Start () |
void | Shutdown () |
void | Tick () |
void | AddTask (const std::shared_ptr< TimerTask > &task) |
void | AddTask (const std::shared_ptr< TimerTask > &task, const uint64_t current_work_wheel_index) |
void | Cascade (const uint64_t assistant_wheel_index) |
void | TickFunc () |
uint64_t | TickCount () const |
在文件 timing_wheel.h 第 42 行定义.
|
inline |
在文件 timing_wheel.h 第 44 行定义.
void apollo::cyber::TimingWheel::AddTask | ( | const std::shared_ptr< TimerTask > & | task | ) |
在文件 timing_wheel.cc 第 69 行定义.
void apollo::cyber::TimingWheel::AddTask | ( | const std::shared_ptr< TimerTask > & | task, |
const uint64_t | current_work_wheel_index | ||
) |
在文件 timing_wheel.cc 第 73 行定义.
void apollo::cyber::TimingWheel::Cascade | ( | const uint64_t | assistant_wheel_index | ) |
在文件 timing_wheel.cc 第 108 行定义.
void apollo::cyber::TimingWheel::Shutdown | ( | ) |
在文件 timing_wheel.cc 第 36 行定义.
void apollo::cyber::TimingWheel::Start | ( | ) |
在文件 timing_wheel.cc 第 26 行定义.
void apollo::cyber::TimingWheel::Tick | ( | ) |
在文件 timing_wheel.cc 第 46 行定义.
|
inline |
在文件 timing_wheel.h 第 65 行定义.
void apollo::cyber::TimingWheel::TickFunc | ( | ) |
在文件 timing_wheel.cc 第 121 行定义.