Apollo 10.0
自动驾驶开放平台
data_visitor.h 文件参考
#include <algorithm>
#include <functional>
#include <memory>
#include <vector>
#include "cyber/common/log.h"
#include "cyber/data/channel_buffer.h"
#include "cyber/data/data_dispatcher.h"
#include "cyber/data/data_visitor_base.h"
#include "cyber/data/fusion/all_latest.h"
#include "cyber/data/fusion/data_fusion.h"
data_visitor.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  apollo::cyber::data::VisitorConfig
 
class  apollo::cyber::data::DataVisitor< M0, M1, M2, M3 >
 
class  apollo::cyber::data::DataVisitor< M0, M1, M2, NullType >
 
class  apollo::cyber::data::DataVisitor< M0, M1, NullType, NullType >
 
class  apollo::cyber::data::DataVisitor< M0, NullType, NullType, NullType >
 

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::cyber
 
namespace  apollo::cyber::data
 

类型定义

template<typename T >
using apollo::cyber::data::BufferType = CacheBuffer< std::shared_ptr< T > >