Apollo 10.0
自动驾驶开放平台
|
#include <poll_data.h>
Public 属性 | |
int | fd = -1 |
uint32_t | events = 0 |
int | timeout_ms = -1 |
std::function< void(const PollResponse &)> | callback = nullptr |
在文件 poll_data.h 第 35 行定义.
std::function<void(const PollResponse&)> apollo::cyber::io::PollRequest::callback = nullptr |
在文件 poll_data.h 第 39 行定义.
uint32_t apollo::cyber::io::PollRequest::events = 0 |
在文件 poll_data.h 第 37 行定义.
int apollo::cyber::io::PollRequest::fd = -1 |
在文件 poll_data.h 第 36 行定义.
int apollo::cyber::io::PollRequest::timeout_ms = -1 |
在文件 poll_data.h 第 38 行定义.