| 1234567891011121314151617 |
- #ifndef LIDAR_DRIVER_VLP16_H
- #define LIDAR_DRIVER_VLP16_H
- #include <QtCore/qglobal.h>
- #if defined(LIDAR_DRIVER_RS32_LIBRARY)
- # define LIDAR_DRIVER_RS32SHARED_EXPORT Q_DECL_EXPORT
- #else
- # define LIDAR_DRIVER_RS32SHARED_EXPORT
- #endif
- int LIDAR_DRIVER_RS32SHARED_EXPORT StartLidar_rs32();
- void LIDAR_DRIVER_RS32SHARED_EXPORT StopLidar_rs32();
- #endif // LIDAR_DRIVER_VLP16_H
|