Apollo 10.0
自动驾驶开放平台
|
#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"
命名空间 | |
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 > > |