|
Apollo 11.0
自动驾驶开放平台
|
#include <data_visitor.h>
Public 成员函数 | |
| DataVisitor (const VisitorConfig &configs) | |
| DataVisitor (uint64_t channel_id, uint32_t queue_size) | |
| bool | TryFetch (std::shared_ptr< M0 > &m0) |
Public 成员函数 继承自 apollo::cyber::data::DataVisitorBase | |
| DataVisitorBase () | |
| void | RegisterNotifyCallback (std::function< void()> &&callback) |
额外继承的成员函数 | |
Protected 成员函数 继承自 apollo::cyber::data::DataVisitorBase | |
| DataVisitorBase (const DataVisitorBase &)=delete | |
| DataVisitorBase & | operator= (const DataVisitorBase &)=delete |
Protected 属性 继承自 apollo::cyber::data::DataVisitorBase | |
| uint64_t | next_msg_index_ = 0 |
| DataNotifier * | data_notifier_ = DataNotifier::Instance() |
| std::shared_ptr< Notifier > | notifier_ |
在文件 data_visitor.h 第 169 行定义.
|
inlineexplicit |
在文件 data_visitor.h 第 171 行定义.
|
inline |
在文件 data_visitor.h 第 177 行定义.
|
inline |
在文件 data_visitor.h 第 183 行定义.