-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
30 lines (29 loc) · 2.1 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*****************************************************************************
* EAI TOF LIDAR DRIVER *
* Copyright (C) 2018 EAI TEAM [email protected]. *
* *
* This file is part of EAI TOF LIDAR DRIVER. *
* *
* @file config.h *
* @brief verison description *
* Details. *
* *
* @author Tony.Yang *
* @email [email protected] *
* @version 1.0.0(版本号) *
* @date [email protected] *
* *
* *
*----------------------------------------------------------------------------*
* Remark : Description *
*----------------------------------------------------------------------------*
* Change History : *
* <Date> | <Version> | <Author> | <Description> *
*----------------------------------------------------------------------------*
* 2018/08/09 | 1.0.0 | Tony.Yang | Create file *
*----------------------------------------------------------------------------*
* *
*****************************************************************************/
#pragma once
#define EHLIDAR_VERSION "@LIDAR_VERSION@"
#define SDK_VERSION "@SDK_VERSION@"