Apollo 10.0
自动驾驶开放平台
smartereye_handler.h 文件参考
#include <functional>
#include <iostream>
#include <string>
#include "cyber/cyber.h"
#include "third_party/camera_library/smartereye/include/calibrationparams.h"
#include "third_party/camera_library/smartereye/include/camerahandler.h"
#include "third_party/camera_library/smartereye/include/rotationmatrix.h"
smartereye_handler.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  apollo::drivers::smartereye::SmartereyeHandler
 

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::drivers
 apollo::drivers
 
namespace  apollo::drivers::smartereye
 

类型定义

typedef std::function< bool(RawImageFrame *rawFrame)> apollo::drivers::smartereye::CallbackFunc