|
Apollo 11.0
自动驾驶开放平台
|
#include <data_visitor.h>
Public 成员函数 | |
| DataVisitor (const std::vector< VisitorConfig > &configs) | |
| ~DataVisitor () | |
| bool | TryFetch (std::shared_ptr< M0 > &m0, std::shared_ptr< M1 > &m1) |
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 第 134 行定义.
|
inlineexplicit |
在文件 data_visitor.h 第 136 行定义.
|
inline |
在文件 data_visitor.h 第 147 行定义.
|
inline |
在文件 data_visitor.h 第 154 行定义.