lidar_vlp32c_rawdata.h 230 B

12345678910111213
  1. #ifndef LIDAR_VLP32C_RAWDATA_H
  2. #define LIDAR_VLP32C_RAWDATA_H
  3. #define BK32_DATA_BUFSIZE 2000000
  4. class lidar_vlp32c_raw
  5. {
  6. public:
  7. unsigned int mnLen;
  8. char mstrdata[BK32_DATA_BUFSIZE];
  9. };
  10. #endif // LIDAR_VLP32C_RAWDATA_H