YDLIDAR X2 SDK  V1.4.1
common.h
1 #pragma once
2 
3 #if defined(_WIN32)
4 #include "impl\windows\win.h"
5 #include "impl\windows\win_serial.h"
6 #elif defined(__GNUC__)
7 #include "impl/unix/unix.h"
8 #include "impl/unix/unix_serial.h"
9 #else
10 #error "unsupported target"
11 #endif
12 #include "locker.h"
13 #include "thread.h"
14 #include "timer.h"
15 
16 #define SDKVerision "1.4.1"