Apollo 10.0
自动驾驶开放平台
smartereye_device.cc 文件参考
#include "modules/drivers/smartereye/smartereye_device.h"
#include <time.h>
#include <cmath>
#include <string>
smartereye_device.cc 的引用(Include)关系图:

浏览源代码.

命名空间

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

宏定义

#define CLEAR(x)   memset(&(x), 0, sizeof(x))
 

宏定义说明

◆ CLEAR

#define CLEAR (   x)    memset(&(x), 0, sizeof(x))

在文件 smartereye_device.cc24 行定义.