main.cpp 382 B

123456789101112131415161718
  1. //
  2. // Created by zx on 2019/12/28.
  3. //
  4. #include <iostream>
  5. #include "laser/Laser.h"
  6. #include "plc/ModbusPlc.h"
  7. #include "terminor/TerminorComandExecutor.h"
  8. int main(int argc,char* argv[])
  9. {
  10. LidarMeasure::GlobalParameter parameter;
  11. //读取配置文件
  12. //根据配置创建雷达,plc,终端指令执行器
  13. std::cout<<ERROR(0x0102030F);
  14. getchar();
  15. return 0;
  16. }