Bladeren bron

添加类mqttasync代码并测试通过,优化了cmakelist结构,方便后期扩展设备,添加了将雷达数据转换为二进制接口

LiuZe 2 jaren geleden
bovenliggende
commit
9ee10b4a7a
100 gewijzigde bestanden met toevoegingen van 532 en 6915 verwijderingen
  1. 2 1
      MeasurementNode/.gitignore
  2. 41 1
      MeasurementNode/CMakeLists.txt
  3. 3 1
      MeasurementNode/Modules/DataToCloud/CMakeLists.txt
  4. 28 0
      MeasurementNode/Modules/DataToCloud/conversion/CMakeLists.txt
  5. 103 0
      MeasurementNode/Modules/DataToCloud/conversion/conversion.cpp
  6. 57 0
      MeasurementNode/Modules/DataToCloud/conversion/conversion.hpp
  7. 9 18
      MeasurementNode/Modules/DataToCloud/device/CMakeLists.txt
  8. 1 0
      MeasurementNode/Modules/DataToCloud/device/rslidar/rslidar_driver.cpp
  9. 5 5
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/async_client.h
  10. 1 1
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_detect.cpp
  11. 1 1
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_detect.h
  12. 2 2
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_worker.cpp
  13. 4 4
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_worker.h
  14. 3 3
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_lidar_device.h
  15. 1 1
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_lidar_scan_task.h
  16. 1 1
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager.cpp
  17. 4 4
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager.h
  18. 2 2
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager_task.h
  19. 6 6
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wj_716N_lidar_protocol.h
  20. 6 6
      MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wj_716_lidar_protocol.h
  21. 0 51
      MeasurementNode/Modules/DataToCloud/manager.cpp
  22. 0 28
      MeasurementNode/Modules/DataToCloud/manager.hpp
  23. 1 0
      MeasurementNode/Modules/DataToCloud/service/CMakeLists.txt
  24. 0 5
      MeasurementNode/Modules/DataToCloud/service/main.cpp
  25. 22 0
      MeasurementNode/Modules/DataToCloud/service/pahoc/CMakeLists.txt
  26. 169 0
      MeasurementNode/Modules/DataToCloud/service/pahoc/mqtt_async.cpp
  27. 60 0
      MeasurementNode/Modules/DataToCloud/service/pahoc/mqtt_async.hpp
  28. 0 1158
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeCache.txt
  29. 0 76
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeCCompiler.cmake
  30. 0 79
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeCXXCompiler.cmake
  31. BIN
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeDetermineCompilerABI_C.bin
  32. BIN
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeDetermineCompilerABI_CXX.bin
  33. 0 15
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeSystem.cmake
  34. 0 665
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdC/CMakeCCompilerId.c
  35. BIN
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdC/a.out
  36. 0 644
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
  37. BIN
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdCXX/a.out
  38. 0 16
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake
  39. 0 134
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/Makefile.cmake
  40. 0 222
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/Makefile2
  41. 0 7
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/TargetDirectories.txt
  42. 0 20
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/DependInfo.cmake
  43. 0 98
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/build.make
  44. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/cmake_clean.cmake
  45. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/depend.make
  46. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/flags.make
  47. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/link.txt
  48. 0 3
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/progress.make
  49. 0 40
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake
  50. 0 252
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/build.make
  51. 0 13
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake
  52. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/depend.make
  53. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/flags.make
  54. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/link.txt
  55. 0 6
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/progress.make
  56. 0 3
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/clion-environment.txt
  57. 0 156
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/clion-log.txt
  58. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/cmake.check_cache
  59. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/progress.marks
  60. 0 39
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/DependInfo.cmake
  61. 0 219
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/build.make
  62. 0 12
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/cmake_clean.cmake
  63. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/depend.make
  64. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/flags.make
  65. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/link.txt
  66. 0 5
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/progress.make
  67. 0 39
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/DependInfo.cmake
  68. 0 219
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/build.make
  69. 0 12
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/cmake_clean.cmake
  70. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/depend.make
  71. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/flags.make
  72. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/link.txt
  73. 0 5
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/progress.make
  74. 0 34
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake
  75. 0 98
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/build.make
  76. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake
  77. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/depend.make
  78. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/flags.make
  79. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/link.txt
  80. 0 3
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/progress.make
  81. 0 34
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/DependInfo.cmake
  82. 0 98
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/build.make
  83. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/cmake_clean.cmake
  84. 0 2
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/depend.make
  85. 0 10
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/flags.make
  86. 0 1
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/link.txt
  87. 0 3
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/progress.make
  88. 0 456
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/Makefile
  89. 0 49
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/cmake_install.cmake
  90. 0 646
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/pahoc_sample.cbp
  91. 0 9
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/pahoc_server.cpp
  92. 0 12
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/pahoc_server.hpp
  93. 0 187
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_publish.c
  94. 0 296
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_publish_time.cpp
  95. 0 219
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_subscribe.c
  96. 0 72
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_publish.c
  97. 0 127
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_publish_async.c
  98. 0 114
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_subscribe.c
  99. 0 50
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/client_sample.cpp
  100. 0 0
      MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/mqttmsg.cpp

+ 2 - 1
MeasurementNode/.gitignore

@@ -1,4 +1,5 @@
 .vscode/
 .idea/
 build/
-record/
+record/
+out/

+ 41 - 1
MeasurementNode/CMakeLists.txt

@@ -4,16 +4,44 @@ cmake_minimum_required(VERSION 3.5)
 # 定义工程名称
 project(MeasurementNode VERSION 1.0.0.0)
 
+# 指定安装目录
+SET (CMAKE_INSTALL_PREFIX
+    ${PROJECT_SOURCE_DIR}/out
+)
+
 # 打印工程定级目录(非必要)
 message("project path: " ${PROJECT_SOURCE_DIR})
 
 include_directories(
         ${PROJECT_SOURCE_DIR}/Modules/DataToCloud/device
+        ${PROJECT_SOURCE_DIR}/Modules/DataToCloud/service
+        ${PROJECT_SOURCE_DIR}/Modules/DataToCloud/conversion
         ${PROJECT_SOURCE_DIR}/tool
 )
 
+# 第三方库
+find_path(YAML_CPP_INCLUDE_DIR
+NAMES yaml_cpp.h
+PATHS ${YAML_CPP_INCLUDE_DIRS})
+find_library(YAML_CPP_LIBRARY
+   NAMES YAML_CPP
+   PATHS ${YAML_CPP_LIBRARY_DIRS})
+if(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
+add_definitions(-DHAVE_NEW_YAMLCPP)
+endif(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
+add_subdirectory(thirdpart/rs_driver)
+FIND_PACKAGE(PCL REQUIRED)
+FIND_PACKAGE(OpenCV REQUIRED)
+FIND_PACKAGE(rs_driver REQUIRED)
+FIND_PACKAGE(Eigen3 REQUIRED)
+FIND_PACKAGE(Protobuf REQUIRED)
+
+
 # 添加子目录CMAKE
-add_subdirectory(tool)    # 错误码
+add_subdirectory(thirdpart)  # 模块
+add_subdirectory(tool)    # 
+add_subdirectory(Modules/DataToCloud/service)  # 模块
+add_subdirectory(Modules/DataToCloud/conversion)  # 模块
 add_subdirectory(Modules/DataToCloud/device)  # 模块
 
 # 将./src 下的所有文件名保存到DIR_SRCS变量
@@ -28,4 +56,16 @@ add_executable(MeasurementNode ${DIR_SRCS})
 # 添加链接静态库
 target_link_libraries(MeasurementNode
         libdevice
+        libconversion
+        libpahoc
+        libtool
+        -lpthread
+)
+
+# 将库文件,可执行文件,头文件安装到指定目录
+install(TARGETS MeasurementNode
+        LIBRARY DESTINATION lib  # 动态库安装路径
+        ARCHIVE DESTINATION lib  # 静态库安装路径
+        RUNTIME DESTINATION bin  # 可执行文件安装路径
+        PUBLIC_HEADER DESTINATION include  # 头文件安装路径
 )

+ 3 - 1
MeasurementNode/Modules/DataToCloud/CMakeLists.txt

@@ -1 +1,3 @@
-add_subdirectory(device)
+add_subdirectory(device)
+add_subdirectory(conversion)
+add_subdirectory(service)

+ 28 - 0
MeasurementNode/Modules/DataToCloud/conversion/CMakeLists.txt

@@ -0,0 +1,28 @@
+# 获取当前目录全部头文件
+FILE (GLOB ALL_HEAD "*.hpp" "*.h")
+# 获取当前目录全部源文件
+FILE (GLOB ALL_SOURCE "*.cpp" "*.c")
+
+include_directories(${PCL_INCLUDE_DIRS})
+
+# 构建库
+ADD_LIBRARY(libconversion
+    ${ALL_HEAD}
+    ${ALL_SOURCE}
+)
+
+target_include_directories(libconversion PUBLIC
+    ${PCL_INCLUDE_DIRS}
+)
+
+target_link_libraries(libconversion PUBLIC
+    ${PCL_LIBRARIES}
+)
+
+# 安装库到安装路径
+INSTALL (TARGETS libconversion DESTINATION lib)
+# 安装全部头文件到安装路径
+INSTALL (FILES 
+    ${ALL_HEAD}
+    DESTINATION include/libconversion
+)

+ 103 - 0
MeasurementNode/Modules/DataToCloud/conversion/conversion.cpp

@@ -0,0 +1,103 @@
+#include "conversion.hpp"
+
+bool Conversion::PackHexPointCloud(pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, unsigned char* data, unsigned int length) {
+    data[0] = DEFAULT_BEGAIN;
+    data[1] = length >> 4;
+    data[2] = length;
+    data[length - 1] = DEFAULT_END;
+    for(int i = 0; i < cloud->size(); i++) {
+        Float2Bytes(cloud->points[i].x, data, 3 + 3 * sizeof(float) * i);
+        Float2Bytes(cloud->points[i].y, data, 3 + 3 * sizeof(float) * i + 1 * sizeof(float));
+        Float2Bytes(cloud->points[i].z, data, 3 + 3 * sizeof(float) * i + 2 * sizeof(float));
+    }
+    return true;
+}
+
+bool Conversion::UnPackHexPointCloud(unsigned char *data, pcl::PointCloud<pcl::PointXYZ>::Ptr cloud) {
+    if(data[0] != DEFAULT_BEGAIN) {
+        return false;
+    }
+    int size = data[1] << 8 | data[2];
+    if(data[size - 1] != DEFAULT_END) {
+        return false;
+    }
+    int i = 3;
+    float number;
+    pcl::PointXYZ point;
+    while (data[i] != 0xFF || i < size - 1) {
+        Bytes2Float(&data[i], &number);
+        i += sizeof(float);
+        point.x = number;
+        Bytes2Float(&data[i], &number);
+        i += sizeof(float);
+        point.y = number;
+        Bytes2Float(&data[i], &number);
+        i += sizeof(float);
+        point.z = number;
+        cloud->points.push_back(point);
+    }
+    return true;
+}
+
+bool Conversion::PackStringPointCloud(const pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, std::string &data) {
+    data += "Begain\n";
+    data += "size:" + std::to_string(cloud->size()) + "\n";
+    for(int i = 0; i < cloud->size(); i++) {
+        data += std::to_string(cloud->points[i].x) + " ";
+        data += std::to_string(cloud->points[i].y) + " ";
+        data += std::to_string(cloud->points[i].z) + " ";
+    }
+    data += "\nend\n";
+    return true;
+}
+
+bool Conversion::UnPackStringPointCloud(const std::string &data, pcl::PointCloud<pcl::PointXYZ>::Ptr cloud) {
+    std::string str_cloud = data.substr(data.find("\n", data.find("size")) + 1, data.find("end\n") - data.find("\n", data.find("size")) - 2);
+    std::istringstream cloud_data;
+    cloud_data.str(str_cloud);
+    pcl::PointXYZ point;
+    while (cloud_data >> point.x && cloud_data >> point.y && cloud_data >> point.z) {
+        cloud->points.push_back(point);
+    }
+    return true;
+}
+
+bool Conversion::String2Hex(const std::string &cloud, unsigned char* data, unsigned int length) {
+    std::string str_cloud;
+    if (cloud.find("Begain") == 0 && cloud.find("end")) {
+        str_cloud = cloud.substr(cloud.find("\n", cloud.find("size")) + 1, cloud.find("end\n") - cloud.find("\n", cloud.find("size")) - 2);
+    } else {
+        str_cloud = cloud;
+    }
+    std::istringstream cloud_data;
+    cloud_data.str(str_cloud);
+    pcl::PointXYZ point;
+    int i = 0;
+    while (cloud_data >> point.x && cloud_data >> point.y && cloud_data >> point.z) {
+        Float2Bytes(point.x, data, i);
+        i += sizeof(float);
+        Float2Bytes(point.y, data, i);
+        i += sizeof(float);
+        Float2Bytes(point.z, data, i);
+        i += sizeof(float);
+    }
+    return true;
+}
+
+void Conversion::Float2Bytes(float value, unsigned char *bytes, int pos)
+{
+    char *data = (char *)&value;
+    for (int i = 0; i < 4; i++)
+    {
+        bytes[i + pos] = *data++;
+    }
+}
+
+void Conversion::Bytes2Float(unsigned char * bytes, float* number) {
+    void *data = number;
+    unsigned char * buf = bytes;
+    for (int i = 0; i < 4; i++){
+        // data[i] = buf[i];
+        *((unsigned char*)data + i) = *(buf + i);
+    }
+}

+ 57 - 0
MeasurementNode/Modules/DataToCloud/conversion/conversion.hpp

@@ -0,0 +1,57 @@
+#ifndef CLOUD_CONVERSION_H_
+#define CLOUD_CONVERSION_H_
+
+#include <iostream>
+#include <pcl/point_types.h>
+#include <pcl/point_cloud.h>
+
+#define DEFAULT_BEGAIN  0XAA
+#define DEFAULT_END     0XFF
+
+class Conversion { 
+public:
+    /**
+     * @brief 将点云数据打包组成二进制数据,数据包含头、包长、数据、包尾,未添加校验位。
+     * @param cloud 点云数据
+     * @param data 指针需要在外部提前分配好空间大小,大小应该为cloud->size() * sizeof(float) * 3 + 4
+     * @param length 数据长度,大小应该为cloud->size() * sizeof(float) * 3 + 4
+    **/
+    static bool PackHexPointCloud(pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, unsigned char* data, unsigned int length);
+
+    /**
+     * @brief 将二进制数据转换为点云数据,二进制数据应包含头、包长、数据、包尾,未添加校验位。
+     * @param cloud 点云数据
+     * @param data 二进制数据,数据应包含头、包长、数据、包尾,未添加校验位
+    **/
+    static bool UnPackHexPointCloud(unsigned char *data, pcl::PointCloud<pcl::PointXYZ>::Ptr cloud);
+
+    /**
+     * @brief 将点云数据组成string类型数据,数据格式可以自己打印看一下。
+     * @param cloud 点云数据
+     * @param data 转换后的数据,数据包含开头、点云数量、点云数据、结尾
+    **/
+    static bool PackStringPointCloud(const pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, std::string &data);
+
+    /**
+     * @brief 将组包的string点云数据转为pointcloud格式,点云组包数据应包含开头、点云数量、点云数据、结尾
+     * @param data 组包的string点云数据
+     * @param cloud 点云数据
+    **/
+    static bool UnPackStringPointCloud(const std::string &data, pcl::PointCloud<pcl::PointXYZ>::Ptr cloud);
+
+    /**
+     * @brief 将一串全部是点云数据的string转换为二进制数据
+     * @param cloud 点云数据
+     * @param data 二进制数据,指针需要在外部提前分配好空间大小,大小应该为cloud->size() * sizeof(float) * 3
+     * @param length 数据长度,大小应该为cloud->size() * sizeof(float) * 3
+    **/
+    static bool String2Hex(const std::string &cloud, unsigned char* data, unsigned int length);
+    static bool String2Hex(const std::string &cloud, unsigned char* data, unsigned int &length);
+
+private:
+    static void Float2Bytes(float value, unsigned char *bytes, int pos = 0);
+    static void Bytes2Float(unsigned char * bytes, float* number);
+
+};
+
+#endif

+ 9 - 18
MeasurementNode/Modules/DataToCloud/device/CMakeLists.txt

@@ -3,33 +3,16 @@ aux_source_directory(. LIB_DEVICE)
 aux_source_directory(rslidar/ LIB_DEVICE)
 aux_source_directory(velodyne_lidar/ LIB_DEVICE)
 aux_source_directory(velodyne_lidar/velodyne_driver LIB_DEVICE)
-aux_source_directory(wanji_lidar/velodyne_driver LIB_DEVICE)
+aux_source_directory(wanji_lidar LIB_DEVICE)
 
 #yaml
 # pkg_check_modules(YAML_CPP REQUIRED yaml-cpp)
-find_path(YAML_CPP_INCLUDE_DIR
-          NAMES yaml_cpp.h
-          PATHS ${YAML_CPP_INCLUDE_DIRS})
-find_library(YAML_CPP_LIBRARY
-             NAMES YAML_CPP
-             PATHS ${YAML_CPP_LIBRARY_DIRS})
 link_directories(${YAML_CPP_LIBRARY_DIRS})
-if(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
-  add_definitions(-DHAVE_NEW_YAMLCPP)
-endif(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
 
-add_subdirectory(${PROJECT_SOURCE_DIR}/thirdpart/rs_driver rs_driver)
-find_package(rs_driver REQUIRED)
 include_directories(${rs_driver_INCLUDE_DIRS})
-find_package(Eigen3 REQUIRED)
 include_directories(${EIGEN3_INCLUDE_DIR})
-find_package(PCL REQUIRED)
 include_directories(${PCL_INCLUDE_DIRS})
-# FIND_PACKAGE(Glog REQUIRED)
-# include_directories(${PCL_INCLUDE_DIRS})
-FIND_PACKAGE(Protobuf REQUIRED)
 include_directories(${PROTOBUF_INCLUDE_DIRS})
-FIND_PACKAGE(OpenCV REQUIRED)
 include_directories(${OpenCV_INCLUDE_DIRS})
 
 # 生成静态库
@@ -55,4 +38,12 @@ target_link_libraries(libdevice PUBLIC
     /usr/local/lib/libgflags.a
     libtool
     -lpthread
+)
+
+# 安装库到安装路径
+INSTALL (TARGETS libdevice DESTINATION lib)
+# 安装全部头文件到安装路径
+INSTALL (FILES 
+    ${ALL_HEAD}
+    DESTINATION include/libdevice
 )

+ 1 - 0
MeasurementNode/Modules/DataToCloud/device/rslidar/rslidar_driver.cpp

@@ -102,6 +102,7 @@ Error_manager RS_lidar_device::uninit()
 
 Error_manager RS_lidar_device::setConfigFile(std::string path) {
 	m_config_file = path;
+	return SUCCESS;
 }
 
 //检查雷达状态,是否正常运行

+ 5 - 5
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/async_client.h

@@ -45,11 +45,11 @@
 #include <unistd.h>
 #include "glog/logging.h"
 
-#include "../error_code/error_code.h"
-#include "../tool/thread_condition.h"
-#include "../tool/binary_buf.h"
-#include "../tool/thread_safe_queue.h"
-#include "../tool/common_data.h"
+#include "error_code/error_code.h"
+#include "tool/thread_condition.h"
+#include "tool/binary_buf.h"
+#include "tool/thread_safe_queue.h"
+#include "tool/common_data.h"
 
 
 /**

+ 1 - 1
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_detect.cpp

@@ -2,7 +2,7 @@
 // Created by zx on 2019/12/6.
 //
 #include "region_detect.h"
-#include "../tool/point_tool.h"
+#include "tool/point_tool.h"
 
 /**
  * 有参构造函数

+ 1 - 1
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_detect.h

@@ -36,7 +36,7 @@ using google::protobuf::io::CodedOutputStream;
 using google::protobuf::Message;
 
 #include "glog/logging.h"
-#include "../error_code/error_code.h"
+#include "error_code/error_code.h"
 #include "wj_lidar_conf.pb.h"
 
 // #include "../tool/StdCondition.h"

+ 2 - 2
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_worker.cpp

@@ -5,10 +5,10 @@
 //#include "plc_data.h"
 
 // 测量结果滤波,不影响现有结构
-#include "../tool/measure_filter.h"
+#include "tool/measure_filter.h"
 
 // 增加车辆停止状态判断
-#include "../tool/region_status_checker.h"
+#include "tool/region_status_checker.h"
 
 Region_worker::Region_worker()
 {

+ 4 - 4
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/region_worker.h

@@ -12,10 +12,10 @@
 #include <iostream>
 #include <atomic>
 #include <chrono>
-#include "../error_code/error_code.h"
-#include "../verify/Verify_result.h"
-#include "../tool/thread_condition.h"
-#include "../tool/common_data.h"
+#include "error_code/error_code.h"
+#include "verify/Verify_result.h"
+#include "tool/thread_condition.h"
+#include "tool/common_data.h"
 /**
  * 区域功能类,负责自动检测区域状态并更新到plc
  * */

+ 3 - 3
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_lidar_device.h

@@ -3,9 +3,9 @@
 
 #include "async_client.h"
 #include "wj_716_lidar_protocol.h"
-#include "../error_code/error_code.h"
-#include "../tool/binary_buf.h"
-#include "../tool/thread_safe_queue.h"
+#include "error_code/error_code.h"
+#include "tool/binary_buf.h"
+#include "tool/thread_safe_queue.h"
 #include "wanji_lidar_scan_task.h"
 
 class Wanji_lidar_device

+ 1 - 1
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_lidar_scan_task.h

@@ -8,7 +8,7 @@
 #include "Point3D.h"
 #include <pcl/point_types.h>
 #include <pcl/common/common.h>
-#include "../error_code/error_code.h"
+#include "error_code/error_code.h"
 
 #include <vector>
 #include <mutex>

+ 1 - 1
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager.cpp

@@ -3,7 +3,7 @@
 //
 
 #include "wanji_manager.h"
-#include "../tool/proto_tool.h"
+#include "tool/proto_tool.h"
 
 Wanji_manager::Wanji_manager()
 {

+ 4 - 4
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager.h

@@ -5,10 +5,10 @@
 #ifndef NNXX_TESTS_WANJI_MANAGER_H
 #define NNXX_TESTS_WANJI_MANAGER_H
 
-#include "../tool/thread_condition.h"
-#include "../tool/singleton.h"
-#include "../tool/point_tool.h"
-#include "../error_code/error_code.h"
+#include "tool/thread_condition.h"
+#include "tool/singleton.h"
+#include "tool/point_tool.h"
+#include "error_code/error_code.h"
 #include <thread>
 #include <map>
 

+ 2 - 2
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wanji_manager_task.h

@@ -6,8 +6,8 @@
 #include <chrono>
 
 #include "../task/task_command_manager.h"
-#include "../error_code/error_code.h"
-#include "../tool/common_data.h"
+#include "error_code/error_code.h"
+#include "tool/common_data.h"
 
 
 //万集测量任务单

+ 6 - 6
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wj_716N_lidar_protocol.h

@@ -9,12 +9,12 @@
 #include "glog/logging.h"
 #include "string.h"
 
-#include "../error_code/error_code.h"
-#include "../tool/binary_buf.h"
-#include "../tool/thread_safe_queue.h"
-#include "../tool/thread_condition.h"
-#include "../tool/point2D_tool.h"
-#include "../tool/common_data.h"
+#include "error_code/error_code.h"
+#include "tool/binary_buf.h"
+#include "tool/thread_safe_queue.h"
+#include "tool/thread_condition.h"
+#include "tool/point2D_tool.h"
+#include "tool/common_data.h"
 
 #include <boost/shared_ptr.hpp>
 #include <boost/asio.hpp>

+ 6 - 6
MeasurementNode/Modules/DataToCloud/device/wanji_lidar/wj_716_lidar_protocol.h

@@ -31,12 +31,12 @@ using google::protobuf::io::ZeroCopyOutputStream;
 
 #include "wj_lidar_conf.pb.h"
 
-#include "../error_code/error_code.h"
-#include "../tool/binary_buf.h"
-#include "../tool/thread_safe_queue.h"
-#include "../tool/thread_condition.h"
-#include "../tool/point2D_tool.h"
-#include "../tool/common_data.h"
+#include "error_code/error_code.h"
+#include "tool/binary_buf.h"
+#include "tool/thread_safe_queue.h"
+#include "tool/thread_condition.h"
+#include "tool/point2D_tool.h"
+#include "tool/common_data.h"
 
 class Wj_716_lidar_protocol
 {

+ 0 - 51
MeasurementNode/Modules/DataToCloud/manager.cpp

@@ -1,51 +0,0 @@
-#include "data_manager.hpp"
-
-Data2CloudManager::Data2CloudManager(/* args */)
-{
-}
-
-Data2CloudManager::~Data2CloudManager()
-{
-}
-
-Data2CloudManager* Data2CloudManager::Instance() {
-    static Data2CloudManager *instance = new Data2CloudManager();
-    return instance;
-}
-
-Error_manager Data2CloudManager::Init() {
-    DataAcquisition* pDevice[2];
-    DataAcquisition* pClould[1];
-    pDevice[0] = CreateDevice(DataAcquisition::DEVICE_TYPE_VELODYNE);
-    pDevice[1] = CreateDevice(DataAcquisition::DEVICE_TYPE_WANJI);
-    pClould[0] = CreateDevice(DataAcquisition::DEVICE_TYPE_WANJI);
-}
-
-void Data2CloudManager::test() {
-    Instance()->Init();
-}
-
-DataAcquisition* Data2CloudManager::CreateDevice(DataAcquisition::DEVICE_TYPE type) {
-    switch (type)
-    {
-    case DataAcquisition::DEVICE_TYPE_VELODYNE:
-        return VelodyneLidar::Instance();
-    case DataAcquisition::DEVICE_TYPE_WANJI:
-        return WanjiLidar::Instance();
-    default:
-        return nullptr;
-    }
-}
-
-// TODO:类型改为云类型
-DataAcquisition* Data2CloudManager::CreateCloud(DataAcquisition::DEVICE_TYPE type) {
-    switch (type)
-    {
-    case DataAcquisition::DEVICE_TYPE_VELODYNE:
-        return VelodyneLidar::Instance();
-    case DataAcquisition::DEVICE_TYPE_WANJI:
-        return WanjiLidar::Instance();
-    default:
-        return nullptr;
-    }
-}

+ 0 - 28
MeasurementNode/Modules/DataToCloud/manager.hpp

@@ -1,28 +0,0 @@
-/*
- * @Description: 数据上云管理模块,实现点对点、集对集功能,然后调用设备获取到的数据,按照约定的协议进行转换,然后上传至不同的云服务器中。
- * @Author: LiuZe
- * @Date: 2023-02-23
- * @LastEditTime: 2023-02-23
- * @LastEditors: LiuZe
- */
-#pragma DATA_TO_CLOUD_MANAGER_H_
-
-#include "device/velodyne_lidar/velodyne.hpp"
-#include "device/wanji_lidar/wanji.hpp"
-
-class Data2CloudManager
-{
-private:
-    static DataAcquisition* CreateDevice(DataAcquisition::DEVICE_TYPE type);
-    static DataAcquisition* CreateCloud(DataAcquisition::DEVICE_TYPE type);
-public:
-    Data2CloudManager(/* args */);
-    ~Data2CloudManager();
-
-    static Data2CloudManager* Instance();
-    Error_manager Init();
-    static void test();
-
-private:
-
-};

+ 1 - 0
MeasurementNode/Modules/DataToCloud/service/CMakeLists.txt

@@ -0,0 +1 @@
+add_subdirectory(pahoc)

+ 0 - 5
MeasurementNode/Modules/DataToCloud/service/main.cpp

@@ -1,5 +0,0 @@
-#include "server_factory.hpp"
-
-int main(int argc, char* argv) {
-    
-}

+ 22 - 0
MeasurementNode/Modules/DataToCloud/service/pahoc/CMakeLists.txt

@@ -0,0 +1,22 @@
+# 获取当前目录全部头文件GLOB_RECURSE
+FILE (GLOB ALL_HEAD "*.hpp" "*.h")
+# 获取当前目录全部源文件
+FILE (GLOB ALL_SOURCE "*.cpp" "*.c")
+
+# 构建库
+ADD_LIBRARY(libpahoc
+    ${ALL_HEAD}
+    ${ALL_SOURCE}
+)
+
+target_link_libraries(libpahoc PUBLIC
+    paho-mqtt3a
+)
+
+# 安装库到安装路径
+INSTALL (TARGETS libpahoc DESTINATION lib)
+# 安装全部头文件到安装路径
+INSTALL (FILES 
+    ${ALL_HEAD}
+    DESTINATION include/libpahoc
+)

+ 169 - 0
MeasurementNode/Modules/DataToCloud/service/pahoc/mqtt_async.cpp

@@ -0,0 +1,169 @@
+#include "mqtt_async.hpp"
+
+MqttAsyncClient::MqttAsyncClient(/* args */)
+{
+    m_conn_opts_ = MQTTAsync_connectOptions_initializer;
+    m_create_opts_ = MQTTAsync_createOptions_initializer;
+
+    m_conn_opts_.context = this;
+    m_conn_opts_.onSuccess = onConnectSuccess;
+    m_conn_opts_.onFailure = onConnectFailure;
+    m_conn_opts_.cleansession = true;
+    m_conn_opts_.keepAliveInterval = 20;
+    m_conn_opts_.automaticReconnect = true;
+    m_conn_opts_.minRetryInterval = 3;
+    m_conn_opts_.maxRetryInterval = 30;
+
+    m_message_arrived_callback_ = nullptr;
+}
+
+MqttAsyncClient::~MqttAsyncClient()
+{
+    onDisconnect();
+	MQTTAsync_destroy(&m_client_);
+}
+
+bool MqttAsyncClient::onConnect(std::string address, std::string client_id, int port) {
+    int ret = MQTTASYNC_FAILURE;
+    // address = address + ":" + std::to_string(port);
+
+    if ((ret = MQTTAsync_createWithOptions(&m_client_, address.c_str(), client_id.c_str(), MQTTCLIENT_PERSISTENCE_NONE, NULL, &m_create_opts_)
+            != MQTTASYNC_SUCCESS))
+    {
+        printf("Failed to create client object, return code %d\n", ret);
+        return false;
+    }
+    else
+    {
+        printf("Success to create client object: %s, client id: %s.\n", address.c_str(), client_id.c_str());
+    }
+
+    if ((ret = MQTTAsync_setCallbacks(m_client_, this, onMessageLost, onMessageArrived, NULL)) != MQTTASYNC_SUCCESS)
+    {
+        printf("Failed to set callback, return code %d\n", ret);
+        return false;
+    }
+
+    
+    if ((ret = MQTTAsync_connect(m_client_, &m_conn_opts_)) != MQTTASYNC_SUCCESS)
+    {
+        printf("Failed to start connect, return code %d\n", ret);
+        return false;
+    }
+
+    return true;
+}
+
+bool MqttAsyncClient::onDisconnect() {
+    int ret = MQTTASYNC_FAILURE;
+
+	MQTTAsync_disconnectOptions opts = MQTTAsync_disconnectOptions_initializer;
+
+	opts.timeout = 30;
+    opts.context = this;
+    opts.onSuccess = NULL;
+    opts.onFailure = NULL;
+
+    if ((ret = MQTTAsync_disconnect(m_client_, &opts)) != MQTTASYNC_SUCCESS)
+    {
+        printf("Failed to disconnect, return code %d\n", ret);
+		return false;
+    }
+    return true;
+}
+
+bool MqttAsyncClient::onSendMessage(std::string topic, unsigned char* message, int length, int qos) {
+    int ret = MQTTASYNC_FAILURE;
+
+	MQTTAsync_responseOptions opts = MQTTAsync_responseOptions_initializer;
+	MQTTAsync_message pubmsg = MQTTAsync_message_initializer;
+
+	opts.context = this;
+	opts.onSuccess = onSendMessageSuccess;
+	opts.onFailure = onSendMessageFailure;
+
+	pubmsg.payload = message;
+	pubmsg.payloadlen = length;
+	pubmsg.qos = qos;
+	pubmsg.retained = 0;
+
+	if ((ret = MQTTAsync_sendMessage(m_client_, topic.c_str(), &pubmsg, &opts)) != MQTTASYNC_SUCCESS)
+	{
+		printf("Failed to start sendMessage, return code %d\n", ret);
+        return false;
+	}
+    return true;
+}
+
+void MqttAsyncClient::setCallback(MessageArrived callback) {
+    m_message_arrived_callback_ = callback;
+}
+
+bool MqttAsyncClient::onSubscribe(std::string topic, int qos) {
+    int ret = MQTTASYNC_FAILURE;
+
+	MQTTAsync_responseOptions opts = MQTTAsync_responseOptions_initializer;
+
+	opts.context = this;
+	opts.onSuccess = onSubscribeSuccess;
+	opts.onFailure = onSubscribeFailure;
+
+	if ((ret = MQTTAsync_subscribe(m_client_, topic.c_str(), qos, &opts)) != MQTTASYNC_SUCCESS)
+	{
+		printf("Failed to subscribe %s, return code %d\n", topic.c_str(), ret);
+        return false;
+	}
+
+    return true;
+}
+
+int MqttAsyncClient::onMessageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message) {
+	printf("---Debug %s %s %s.\n", __func__, topicName, (char*)message->payload);
+    MqttAsyncClient* client = (MqttAsyncClient*)context;
+    if (client->m_message_arrived_callback_ != nullptr) {
+        return client->m_message_arrived_callback_(context, topicName, topicLen, message);
+    } else {
+        printf("nullptr");
+    }
+    return message->msgid;
+}
+
+void MqttAsyncClient::onMessageLost(void *context, char *cause) {
+	printf("---Debug %s.\n", __func__);
+}
+
+void MqttAsyncClient::onConnectSuccess(void* context, MQTTAsync_successData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onConnectFailure(void* context, MQTTAsync_failureData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onDisconnectSuccess(void* context, MQTTAsync_successData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onDisconnectFailure(void* context, MQTTAsync_failureData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onSubscribeSuccess(void* context, MQTTAsync_successData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onSubscribeFailure(void* context, MQTTAsync_failureData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onSendMessageSuccess(void* context, MQTTAsync_successData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+void MqttAsyncClient::onSendMessageFailure(void* context, MQTTAsync_failureData* response) {
+	printf("---Debug %s %d.\n", __func__, response->token);
+}
+
+
+
+

+ 60 - 0
MeasurementNode/Modules/DataToCloud/service/pahoc/mqtt_async.hpp

@@ -0,0 +1,60 @@
+#ifndef MQTT_ASYNC_CLIENT_H_
+#define MQTT_ASYNC_CLIENT_H_
+
+#include <MQTTAsync.h>
+#include <iostream>
+
+typedef int (*MessageArrived)(void* context, char* topicName, int topicLen, MQTTAsync_message* message);
+typedef void (*ConnectionLost)(void *context, char *cause);
+typedef void (*OnSuccess)(void* context, MQTTAsync_successData* response);
+typedef void (*OnFailure)(void* context, MQTTAsync_failureData* response);
+
+class MqttAsyncClient
+{
+public:
+    MqttAsyncClient();
+    ~MqttAsyncClient();
+
+    bool onConnect(std::string address, std::string client_id, int port);
+
+    bool onDisconnect();
+
+    bool onSubscribe(std::string topic, int qos = 1);
+
+    bool onSendMessage(std::string topic, unsigned char* message, int length, int qos = 1);
+
+    void setCallback(MessageArrived callback);
+    
+private:
+    static int onMessageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message);
+    static void onMessageLost(void *context, char *cause);
+
+    static void onConnectSuccess(void* context, MQTTAsync_successData* response);
+    static void onConnectFailure(void* context, MQTTAsync_failureData* response);
+    static void onDisconnectSuccess(void* context, MQTTAsync_successData* response);
+    static void onDisconnectFailure(void* context, MQTTAsync_failureData* response);
+    static void onSubscribeSuccess(void* context, MQTTAsync_successData* response);
+    static void onSubscribeFailure(void* context, MQTTAsync_failureData* response);
+    static void onSendMessageSuccess(void* context, MQTTAsync_successData* response);
+    static void onSendMessageFailure(void* context, MQTTAsync_failureData* response);
+
+public:
+
+private:
+    MQTTAsync m_client_;
+    MQTTAsync_createOptions m_create_opts_;
+    MQTTAsync_connectOptions m_conn_opts_;
+
+    MessageArrived m_message_arrived_callback_;
+    ConnectionLost m_connect_lost_callback_;
+    OnSuccess    m_connect_success_;
+    OnSuccess    m_disconnect_success_;
+    OnSuccess    m_subscribe_success_;
+    OnSuccess    m_send_success_;
+    OnFailure    m_connect_failure_;
+    OnFailure    m_disconnect_failure_;
+    OnFailure    m_subscribe_failure_;
+    OnFailure    m_send_failure_;
+};
+
+#endif

File diff suppressed because it is too large
+ 0 - 1158
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeCache.txt


+ 0 - 76
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeCCompiler.cmake

@@ -1,76 +0,0 @@
-set(CMAKE_C_COMPILER "/usr/bin/cc")
-set(CMAKE_C_COMPILER_ARG1 "")
-set(CMAKE_C_COMPILER_ID "GNU")
-set(CMAKE_C_COMPILER_VERSION "9.4.0")
-set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
-set(CMAKE_C_COMPILER_WRAPPER "")
-set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
-set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
-set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
-set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
-set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
-
-set(CMAKE_C_PLATFORM_ID "Linux")
-set(CMAKE_C_SIMULATE_ID "")
-set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
-set(CMAKE_C_SIMULATE_VERSION "")
-
-
-
-set(CMAKE_AR "/usr/bin/ar")
-set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9")
-set(CMAKE_RANLIB "/usr/bin/ranlib")
-set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
-set(CMAKE_LINKER "/usr/bin/ld")
-set(CMAKE_MT "")
-set(CMAKE_COMPILER_IS_GNUCC 1)
-set(CMAKE_C_COMPILER_LOADED 1)
-set(CMAKE_C_COMPILER_WORKS TRUE)
-set(CMAKE_C_ABI_COMPILED TRUE)
-set(CMAKE_COMPILER_IS_MINGW )
-set(CMAKE_COMPILER_IS_CYGWIN )
-if(CMAKE_COMPILER_IS_CYGWIN)
-  set(CYGWIN 1)
-  set(UNIX 1)
-endif()
-
-set(CMAKE_C_COMPILER_ENV_VAR "CC")
-
-if(CMAKE_COMPILER_IS_MINGW)
-  set(MINGW 1)
-endif()
-set(CMAKE_C_COMPILER_ID_RUN 1)
-set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
-set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
-set(CMAKE_C_LINKER_PREFERENCE 10)
-
-# Save compiler ABI information.
-set(CMAKE_C_SIZEOF_DATA_PTR "8")
-set(CMAKE_C_COMPILER_ABI "ELF")
-set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
-
-if(CMAKE_C_SIZEOF_DATA_PTR)
-  set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
-endif()
-
-if(CMAKE_C_COMPILER_ABI)
-  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
-endif()
-
-if(CMAKE_C_LIBRARY_ARCHITECTURE)
-  set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
-endif()
-
-set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
-if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
-  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
-endif()
-
-
-
-
-
-set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
-set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
-set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
-set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

File diff suppressed because it is too large
+ 0 - 79
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeCXXCompiler.cmake


BIN
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeDetermineCompilerABI_C.bin


BIN
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeDetermineCompilerABI_CXX.bin


+ 0 - 15
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CMakeSystem.cmake

@@ -1,15 +0,0 @@
-set(CMAKE_HOST_SYSTEM "Linux-5.15.0-60-generic")
-set(CMAKE_HOST_SYSTEM_NAME "Linux")
-set(CMAKE_HOST_SYSTEM_VERSION "5.15.0-60-generic")
-set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
-
-
-
-set(CMAKE_SYSTEM "Linux-5.15.0-60-generic")
-set(CMAKE_SYSTEM_NAME "Linux")
-set(CMAKE_SYSTEM_VERSION "5.15.0-60-generic")
-set(CMAKE_SYSTEM_PROCESSOR "x86_64")
-
-set(CMAKE_CROSSCOMPILING "FALSE")
-
-set(CMAKE_SYSTEM_LOADED 1)

+ 0 - 665
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdC/CMakeCCompilerId.c

@@ -1,665 +0,0 @@
-#ifdef __cplusplus
-# error "A C++ compiler has been selected for C."
-#endif
-
-#if defined(__18CXX)
-# define ID_VOID_MAIN
-#endif
-#if defined(__CLASSIC_C__)
-/* cv-qualifiers did not exist in K&R C */
-# define const
-# define volatile
-#endif
-
-
-/* Version number components: V=Version, R=Revision, P=Patch
-   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
-
-#if defined(__INTEL_COMPILER) || defined(__ICC)
-# define COMPILER_ID "Intel"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# if defined(__GNUC__)
-#  define SIMULATE_ID "GNU"
-# endif
-  /* __INTEL_COMPILER = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
-# if defined(__INTEL_COMPILER_UPDATE)
-#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
-# else
-#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
-# endif
-# if defined(__INTEL_COMPILER_BUILD_DATE)
-  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
-#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
-# endif
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# if defined(__GNUC__)
-#  define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
-# elif defined(__GNUG__)
-#  define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
-# endif
-# if defined(__GNUC_MINOR__)
-#  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
-# endif
-# if defined(__GNUC_PATCHLEVEL__)
-#  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(__PATHCC__)
-# define COMPILER_ID "PathScale"
-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
-# if defined(__PATHCC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
-# endif
-
-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
-# define COMPILER_ID "Embarcadero"
-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
-  /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
-# define COMPILER_ID "Watcom"
-   /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "OpenWatcom"
-   /* __WATCOMC__ = VVRP + 1100 */
-# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__SUNPRO_C)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_C >= 0x5100
-   /* __SUNPRO_C = 0xVRRP */
-#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
-#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
-#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
-# else
-   /* __SUNPRO_CC = 0xVRP */
-#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
-#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
-#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
-# endif
-
-#elif defined(__HP_cc)
-# define COMPILER_ID "HP"
-  /* __HP_cc = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)
-
-#elif defined(__DECC)
-# define COMPILER_ID "Compaq"
-  /* __DECC_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)
-
-#elif defined(__IBMC__) && defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
-  /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
-
-#elif defined(__ibmxl__) && defined(__clang__)
-# define COMPILER_ID "XLClang"
-# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
-# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
-# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
-
-
-#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
-# define COMPILER_ID "XL"
-  /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
-
-#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
-# define COMPILER_ID "VisualAge"
-  /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
-  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
-
-#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
-# define COMPILER_ID "Fujitsu"
-
-#elif defined(__ghs__)
-# define COMPILER_ID "GHS"
-/* __GHS_VERSION_NUMBER = VVVVRP */
-# ifdef __GHS_VERSION_NUMBER
-# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
-# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10)
-# endif
-
-#elif defined(__TINYC__)
-# define COMPILER_ID "TinyCC"
-
-#elif defined(__BCC__)
-# define COMPILER_ID "Bruce"
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__ARMCC_VERSION) && !defined(__clang__)
-# define COMPILER_ID "ARMCC"
-#if __ARMCC_VERSION >= 1000000
-  /* __ARMCC_VERSION = VRRPPPP */
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
-#else
-  /* __ARMCC_VERSION = VRPPPP */
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
-#endif
-
-
-#elif defined(__clang__) && defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-
-#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
-# define COMPILER_ID "ARMClang"
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000)
-# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
-
-#elif defined(__clang__)
-# define COMPILER_ID "Clang"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__GNUC__)
-# define COMPILER_ID "GNU"
-# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
-# if defined(__GNUC_MINOR__)
-#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
-# endif
-# if defined(__GNUC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(_MSC_VER)
-# define COMPILER_ID "MSVC"
-  /* _MSC_VER = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
-# if defined(_MSC_FULL_VER)
-#  if _MSC_VER >= 1400
-    /* _MSC_FULL_VER = VVRRPPPPP */
-#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
-#  else
-    /* _MSC_FULL_VER = VVRRPPPP */
-#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
-#  endif
-# endif
-# if defined(_MSC_BUILD)
-#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
-# endif
-
-#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
-# define COMPILER_ID "ADSP"
-#if defined(__VISUALDSPVERSION__)
-  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
-#endif
-
-#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
-# define COMPILER_ID "IAR"
-# if defined(__VER__) && defined(__ICCARM__)
-#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
-#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
-#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
-#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
-# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__))
-#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
-#  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
-#  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
-#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
-# endif
-
-#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
-# define COMPILER_ID "SDCC"
-# if defined(__SDCC_VERSION_MAJOR)
-#  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
-#  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
-#  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
-# else
-  /* SDCC = VRP */
-#  define COMPILER_VERSION_MAJOR DEC(SDCC/100)
-#  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
-#  define COMPILER_VERSION_PATCH DEC(SDCC    % 10)
-# endif
-
-
-/* These compilers are either not known or too old to define an
-  identification macro.  Try to identify the platform and guess that
-  it is the native compiler.  */
-#elif defined(__hpux) || defined(__hpua)
-# define COMPILER_ID "HP"
-
-#else /* unknown compiler */
-# define COMPILER_ID ""
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
-   getting matched.  Store it in a pointer rather than an array
-   because some compilers will just produce instructions to fill the
-   array rather than assigning a pointer to a static array.  */
-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
-#ifdef SIMULATE_ID
-char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
-#endif
-
-#ifdef __QNXNTO__
-char const* qnxnto = "INFO" ":" "qnxnto[]";
-#endif
-
-#if defined(__CRAYXE) || defined(__CRAYXC)
-char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
-#endif
-
-#define STRINGIFY_HELPER(X) #X
-#define STRINGIFY(X) STRINGIFY_HELPER(X)
-
-/* Identify known platforms by name.  */
-#if defined(__linux) || defined(__linux__) || defined(linux)
-# define PLATFORM_ID "Linux"
-
-#elif defined(__CYGWIN__)
-# define PLATFORM_ID "Cygwin"
-
-#elif defined(__MINGW32__)
-# define PLATFORM_ID "MinGW"
-
-#elif defined(__APPLE__)
-# define PLATFORM_ID "Darwin"
-
-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
-# define PLATFORM_ID "Windows"
-
-#elif defined(__FreeBSD__) || defined(__FreeBSD)
-# define PLATFORM_ID "FreeBSD"
-
-#elif defined(__NetBSD__) || defined(__NetBSD)
-# define PLATFORM_ID "NetBSD"
-
-#elif defined(__OpenBSD__) || defined(__OPENBSD)
-# define PLATFORM_ID "OpenBSD"
-
-#elif defined(__sun) || defined(sun)
-# define PLATFORM_ID "SunOS"
-
-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
-# define PLATFORM_ID "AIX"
-
-#elif defined(__hpux) || defined(__hpux__)
-# define PLATFORM_ID "HP-UX"
-
-#elif defined(__HAIKU__)
-# define PLATFORM_ID "Haiku"
-
-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
-# define PLATFORM_ID "BeOS"
-
-#elif defined(__QNX__) || defined(__QNXNTO__)
-# define PLATFORM_ID "QNX"
-
-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
-# define PLATFORM_ID "Tru64"
-
-#elif defined(__riscos) || defined(__riscos__)
-# define PLATFORM_ID "RISCos"
-
-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
-# define PLATFORM_ID "SINIX"
-
-#elif defined(__UNIX_SV__)
-# define PLATFORM_ID "UNIX_SV"
-
-#elif defined(__bsdos__)
-# define PLATFORM_ID "BSDOS"
-
-#elif defined(_MPRAS) || defined(MPRAS)
-# define PLATFORM_ID "MP-RAS"
-
-#elif defined(__osf) || defined(__osf__)
-# define PLATFORM_ID "OSF1"
-
-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
-# define PLATFORM_ID "SCO_SV"
-
-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
-# define PLATFORM_ID "ULTRIX"
-
-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
-# define PLATFORM_ID "Xenix"
-
-#elif defined(__WATCOMC__)
-# if defined(__LINUX__)
-#  define PLATFORM_ID "Linux"
-
-# elif defined(__DOS__)
-#  define PLATFORM_ID "DOS"
-
-# elif defined(__OS2__)
-#  define PLATFORM_ID "OS2"
-
-# elif defined(__WINDOWS__)
-#  define PLATFORM_ID "Windows3x"
-
-# else /* unknown platform */
-#  define PLATFORM_ID
-# endif
-
-#elif defined(__INTEGRITY)
-# if defined(INT_178B)
-#  define PLATFORM_ID "Integrity178"
-
-# else /* regular Integrity */
-#  define PLATFORM_ID "Integrity"
-# endif
-
-#else /* unknown platform */
-# define PLATFORM_ID
-
-#endif
-
-/* For windows compilers MSVC and Intel we can determine
-   the architecture of the compiler being used.  This is because
-   the compilers do not have flags that can change the architecture,
-   but rather depend on which compiler is being used
-*/
-#if defined(_WIN32) && defined(_MSC_VER)
-# if defined(_M_IA64)
-#  define ARCHITECTURE_ID "IA64"
-
-# elif defined(_M_X64) || defined(_M_AMD64)
-#  define ARCHITECTURE_ID "x64"
-
-# elif defined(_M_IX86)
-#  define ARCHITECTURE_ID "X86"
-
-# elif defined(_M_ARM64)
-#  define ARCHITECTURE_ID "ARM64"
-
-# elif defined(_M_ARM)
-#  if _M_ARM == 4
-#   define ARCHITECTURE_ID "ARMV4I"
-#  elif _M_ARM == 5
-#   define ARCHITECTURE_ID "ARMV5I"
-#  else
-#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
-#  endif
-
-# elif defined(_M_MIPS)
-#  define ARCHITECTURE_ID "MIPS"
-
-# elif defined(_M_SH)
-#  define ARCHITECTURE_ID "SHx"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__WATCOMC__)
-# if defined(_M_I86)
-#  define ARCHITECTURE_ID "I86"
-
-# elif defined(_M_IX86)
-#  define ARCHITECTURE_ID "X86"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
-# if defined(__ICCARM__)
-#  define ARCHITECTURE_ID "ARM"
-
-# elif defined(__ICCRX__)
-#  define ARCHITECTURE_ID "RX"
-
-# elif defined(__ICCRH850__)
-#  define ARCHITECTURE_ID "RH850"
-
-# elif defined(__ICCRL78__)
-#  define ARCHITECTURE_ID "RL78"
-
-# elif defined(__ICCRISCV__)
-#  define ARCHITECTURE_ID "RISCV"
-
-# elif defined(__ICCAVR__)
-#  define ARCHITECTURE_ID "AVR"
-
-# elif defined(__ICC430__)
-#  define ARCHITECTURE_ID "MSP430"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__ghs__)
-# if defined(__PPC64__)
-#  define ARCHITECTURE_ID "PPC64"
-
-# elif defined(__ppc__)
-#  define ARCHITECTURE_ID "PPC"
-
-# elif defined(__ARM__)
-#  define ARCHITECTURE_ID "ARM"
-
-# elif defined(__x86_64__)
-#  define ARCHITECTURE_ID "x64"
-
-# elif defined(__i386__)
-#  define ARCHITECTURE_ID "X86"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-#else
-#  define ARCHITECTURE_ID
-#endif
-
-/* Convert integer to decimal digit literals.  */
-#define DEC(n)                   \
-  ('0' + (((n) / 10000000)%10)), \
-  ('0' + (((n) / 1000000)%10)),  \
-  ('0' + (((n) / 100000)%10)),   \
-  ('0' + (((n) / 10000)%10)),    \
-  ('0' + (((n) / 1000)%10)),     \
-  ('0' + (((n) / 100)%10)),      \
-  ('0' + (((n) / 10)%10)),       \
-  ('0' +  ((n) % 10))
-
-/* Convert integer to hex digit literals.  */
-#define HEX(n)             \
-  ('0' + ((n)>>28 & 0xF)), \
-  ('0' + ((n)>>24 & 0xF)), \
-  ('0' + ((n)>>20 & 0xF)), \
-  ('0' + ((n)>>16 & 0xF)), \
-  ('0' + ((n)>>12 & 0xF)), \
-  ('0' + ((n)>>8  & 0xF)), \
-  ('0' + ((n)>>4  & 0xF)), \
-  ('0' + ((n)     & 0xF))
-
-/* Construct a string literal encoding the version number components. */
-#ifdef COMPILER_VERSION_MAJOR
-char const info_version[] = {
-  'I', 'N', 'F', 'O', ':',
-  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
-  COMPILER_VERSION_MAJOR,
-# ifdef COMPILER_VERSION_MINOR
-  '.', COMPILER_VERSION_MINOR,
-#  ifdef COMPILER_VERSION_PATCH
-   '.', COMPILER_VERSION_PATCH,
-#   ifdef COMPILER_VERSION_TWEAK
-    '.', COMPILER_VERSION_TWEAK,
-#   endif
-#  endif
-# endif
-  ']','\0'};
-#endif
-
-/* Construct a string literal encoding the internal version number. */
-#ifdef COMPILER_VERSION_INTERNAL
-char const info_version_internal[] = {
-  'I', 'N', 'F', 'O', ':',
-  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
-  'i','n','t','e','r','n','a','l','[',
-  COMPILER_VERSION_INTERNAL,']','\0'};
-#endif
-
-/* Construct a string literal encoding the version number components. */
-#ifdef SIMULATE_VERSION_MAJOR
-char const info_simulate_version[] = {
-  'I', 'N', 'F', 'O', ':',
-  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
-  SIMULATE_VERSION_MAJOR,
-# ifdef SIMULATE_VERSION_MINOR
-  '.', SIMULATE_VERSION_MINOR,
-#  ifdef SIMULATE_VERSION_PATCH
-   '.', SIMULATE_VERSION_PATCH,
-#   ifdef SIMULATE_VERSION_TWEAK
-    '.', SIMULATE_VERSION_TWEAK,
-#   endif
-#  endif
-# endif
-  ']','\0'};
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
-   getting matched.  Store it in a pointer rather than an array
-   because some compilers will just produce instructions to fill the
-   array rather than assigning a pointer to a static array.  */
-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
-
-
-
-
-#if !defined(__STDC__)
-# if (defined(_MSC_VER) && !defined(__clang__)) \
-  || (defined(__ibmxl__) || defined(__IBMC__))
-#  define C_DIALECT "90"
-# else
-#  define C_DIALECT
-# endif
-#elif __STDC_VERSION__ >= 201000L
-# define C_DIALECT "11"
-#elif __STDC_VERSION__ >= 199901L
-# define C_DIALECT "99"
-#else
-# define C_DIALECT "90"
-#endif
-const char* info_language_dialect_default =
-  "INFO" ":" "dialect_default[" C_DIALECT "]";
-
-/*--------------------------------------------------------------------------*/
-
-#ifdef ID_VOID_MAIN
-void main() {}
-#else
-# if defined(__CLASSIC_C__)
-int main(argc, argv) int argc; char *argv[];
-# else
-int main(int argc, char* argv[])
-# endif
-{
-  int require = 0;
-  require += info_compiler[argc];
-  require += info_platform[argc];
-  require += info_arch[argc];
-#ifdef COMPILER_VERSION_MAJOR
-  require += info_version[argc];
-#endif
-#ifdef COMPILER_VERSION_INTERNAL
-  require += info_version_internal[argc];
-#endif
-#ifdef SIMULATE_ID
-  require += info_simulate[argc];
-#endif
-#ifdef SIMULATE_VERSION_MAJOR
-  require += info_simulate_version[argc];
-#endif
-#if defined(__CRAYXE) || defined(__CRAYXC)
-  require += info_cray[argc];
-#endif
-  require += info_language_dialect_default[argc];
-  (void)argv;
-  return require;
-}
-#endif

BIN
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdC/a.out


+ 0 - 644
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdCXX/CMakeCXXCompilerId.cpp

@@ -1,644 +0,0 @@
-/* This source file must have a .cpp extension so that all C++ compilers
-   recognize the extension without flags.  Borland does not know .cxx for
-   example.  */
-#ifndef __cplusplus
-# error "A C compiler has been selected for C++."
-#endif
-
-
-/* Version number components: V=Version, R=Revision, P=Patch
-   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
-
-#if defined(__COMO__)
-# define COMPILER_ID "Comeau"
-  /* __COMO_VERSION__ = VRR */
-# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
-# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
-
-#elif defined(__INTEL_COMPILER) || defined(__ICC)
-# define COMPILER_ID "Intel"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# if defined(__GNUC__)
-#  define SIMULATE_ID "GNU"
-# endif
-  /* __INTEL_COMPILER = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
-# if defined(__INTEL_COMPILER_UPDATE)
-#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
-# else
-#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
-# endif
-# if defined(__INTEL_COMPILER_BUILD_DATE)
-  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
-#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
-# endif
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# if defined(__GNUC__)
-#  define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
-# elif defined(__GNUG__)
-#  define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
-# endif
-# if defined(__GNUC_MINOR__)
-#  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
-# endif
-# if defined(__GNUC_PATCHLEVEL__)
-#  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(__PATHCC__)
-# define COMPILER_ID "PathScale"
-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
-# if defined(__PATHCC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
-# endif
-
-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
-# define COMPILER_ID "Embarcadero"
-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
-  /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
-# define COMPILER_ID "Watcom"
-   /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "OpenWatcom"
-   /* __WATCOMC__ = VVRP + 1100 */
-# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__SUNPRO_CC)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_CC >= 0x5100
-   /* __SUNPRO_CC = 0xVRRP */
-#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
-#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
-#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
-# else
-   /* __SUNPRO_CC = 0xVRP */
-#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
-#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
-#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
-# endif
-
-#elif defined(__HP_aCC)
-# define COMPILER_ID "HP"
-  /* __HP_aCC = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100)
-
-#elif defined(__DECCXX)
-# define COMPILER_ID "Compaq"
-  /* __DECCXX_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000)
-
-#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
-  /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
-
-#elif defined(__ibmxl__) && defined(__clang__)
-# define COMPILER_ID "XLClang"
-# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
-# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
-# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
-
-
-#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
-# define COMPILER_ID "XL"
-  /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
-
-#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
-# define COMPILER_ID "VisualAge"
-  /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
-  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
-
-#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
-# define COMPILER_ID "Fujitsu"
-
-#elif defined(__ghs__)
-# define COMPILER_ID "GHS"
-/* __GHS_VERSION_NUMBER = VVVVRP */
-# ifdef __GHS_VERSION_NUMBER
-# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
-# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10)
-# endif
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__ARMCC_VERSION) && !defined(__clang__)
-# define COMPILER_ID "ARMCC"
-#if __ARMCC_VERSION >= 1000000
-  /* __ARMCC_VERSION = VRRPPPP */
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
-#else
-  /* __ARMCC_VERSION = VRPPPP */
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
-#endif
-
-
-#elif defined(__clang__) && defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-
-#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
-# define COMPILER_ID "ARMClang"
-  # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
-  # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
-  # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000)
-# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
-
-#elif defined(__clang__)
-# define COMPILER_ID "Clang"
-# if defined(_MSC_VER)
-#  define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-   /* _MSC_VER = VVRR */
-#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__GNUC__) || defined(__GNUG__)
-# define COMPILER_ID "GNU"
-# if defined(__GNUC__)
-#  define COMPILER_VERSION_MAJOR DEC(__GNUC__)
-# else
-#  define COMPILER_VERSION_MAJOR DEC(__GNUG__)
-# endif
-# if defined(__GNUC_MINOR__)
-#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
-# endif
-# if defined(__GNUC_PATCHLEVEL__)
-#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(_MSC_VER)
-# define COMPILER_ID "MSVC"
-  /* _MSC_VER = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
-# if defined(_MSC_FULL_VER)
-#  if _MSC_VER >= 1400
-    /* _MSC_FULL_VER = VVRRPPPPP */
-#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
-#  else
-    /* _MSC_FULL_VER = VVRRPPPP */
-#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
-#  endif
-# endif
-# if defined(_MSC_BUILD)
-#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
-# endif
-
-#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
-# define COMPILER_ID "ADSP"
-#if defined(__VISUALDSPVERSION__)
-  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
-#endif
-
-#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
-# define COMPILER_ID "IAR"
-# if defined(__VER__) && defined(__ICCARM__)
-#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
-#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
-#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
-#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
-# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__))
-#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
-#  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
-#  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
-#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
-# endif
-
-
-/* These compilers are either not known or too old to define an
-  identification macro.  Try to identify the platform and guess that
-  it is the native compiler.  */
-#elif defined(__hpux) || defined(__hpua)
-# define COMPILER_ID "HP"
-
-#else /* unknown compiler */
-# define COMPILER_ID ""
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
-   getting matched.  Store it in a pointer rather than an array
-   because some compilers will just produce instructions to fill the
-   array rather than assigning a pointer to a static array.  */
-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
-#ifdef SIMULATE_ID
-char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
-#endif
-
-#ifdef __QNXNTO__
-char const* qnxnto = "INFO" ":" "qnxnto[]";
-#endif
-
-#if defined(__CRAYXE) || defined(__CRAYXC)
-char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
-#endif
-
-#define STRINGIFY_HELPER(X) #X
-#define STRINGIFY(X) STRINGIFY_HELPER(X)
-
-/* Identify known platforms by name.  */
-#if defined(__linux) || defined(__linux__) || defined(linux)
-# define PLATFORM_ID "Linux"
-
-#elif defined(__CYGWIN__)
-# define PLATFORM_ID "Cygwin"
-
-#elif defined(__MINGW32__)
-# define PLATFORM_ID "MinGW"
-
-#elif defined(__APPLE__)
-# define PLATFORM_ID "Darwin"
-
-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
-# define PLATFORM_ID "Windows"
-
-#elif defined(__FreeBSD__) || defined(__FreeBSD)
-# define PLATFORM_ID "FreeBSD"
-
-#elif defined(__NetBSD__) || defined(__NetBSD)
-# define PLATFORM_ID "NetBSD"
-
-#elif defined(__OpenBSD__) || defined(__OPENBSD)
-# define PLATFORM_ID "OpenBSD"
-
-#elif defined(__sun) || defined(sun)
-# define PLATFORM_ID "SunOS"
-
-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
-# define PLATFORM_ID "AIX"
-
-#elif defined(__hpux) || defined(__hpux__)
-# define PLATFORM_ID "HP-UX"
-
-#elif defined(__HAIKU__)
-# define PLATFORM_ID "Haiku"
-
-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
-# define PLATFORM_ID "BeOS"
-
-#elif defined(__QNX__) || defined(__QNXNTO__)
-# define PLATFORM_ID "QNX"
-
-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
-# define PLATFORM_ID "Tru64"
-
-#elif defined(__riscos) || defined(__riscos__)
-# define PLATFORM_ID "RISCos"
-
-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
-# define PLATFORM_ID "SINIX"
-
-#elif defined(__UNIX_SV__)
-# define PLATFORM_ID "UNIX_SV"
-
-#elif defined(__bsdos__)
-# define PLATFORM_ID "BSDOS"
-
-#elif defined(_MPRAS) || defined(MPRAS)
-# define PLATFORM_ID "MP-RAS"
-
-#elif defined(__osf) || defined(__osf__)
-# define PLATFORM_ID "OSF1"
-
-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
-# define PLATFORM_ID "SCO_SV"
-
-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
-# define PLATFORM_ID "ULTRIX"
-
-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
-# define PLATFORM_ID "Xenix"
-
-#elif defined(__WATCOMC__)
-# if defined(__LINUX__)
-#  define PLATFORM_ID "Linux"
-
-# elif defined(__DOS__)
-#  define PLATFORM_ID "DOS"
-
-# elif defined(__OS2__)
-#  define PLATFORM_ID "OS2"
-
-# elif defined(__WINDOWS__)
-#  define PLATFORM_ID "Windows3x"
-
-# else /* unknown platform */
-#  define PLATFORM_ID
-# endif
-
-#elif defined(__INTEGRITY)
-# if defined(INT_178B)
-#  define PLATFORM_ID "Integrity178"
-
-# else /* regular Integrity */
-#  define PLATFORM_ID "Integrity"
-# endif
-
-#else /* unknown platform */
-# define PLATFORM_ID
-
-#endif
-
-/* For windows compilers MSVC and Intel we can determine
-   the architecture of the compiler being used.  This is because
-   the compilers do not have flags that can change the architecture,
-   but rather depend on which compiler is being used
-*/
-#if defined(_WIN32) && defined(_MSC_VER)
-# if defined(_M_IA64)
-#  define ARCHITECTURE_ID "IA64"
-
-# elif defined(_M_X64) || defined(_M_AMD64)
-#  define ARCHITECTURE_ID "x64"
-
-# elif defined(_M_IX86)
-#  define ARCHITECTURE_ID "X86"
-
-# elif defined(_M_ARM64)
-#  define ARCHITECTURE_ID "ARM64"
-
-# elif defined(_M_ARM)
-#  if _M_ARM == 4
-#   define ARCHITECTURE_ID "ARMV4I"
-#  elif _M_ARM == 5
-#   define ARCHITECTURE_ID "ARMV5I"
-#  else
-#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
-#  endif
-
-# elif defined(_M_MIPS)
-#  define ARCHITECTURE_ID "MIPS"
-
-# elif defined(_M_SH)
-#  define ARCHITECTURE_ID "SHx"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__WATCOMC__)
-# if defined(_M_I86)
-#  define ARCHITECTURE_ID "I86"
-
-# elif defined(_M_IX86)
-#  define ARCHITECTURE_ID "X86"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
-# if defined(__ICCARM__)
-#  define ARCHITECTURE_ID "ARM"
-
-# elif defined(__ICCRX__)
-#  define ARCHITECTURE_ID "RX"
-
-# elif defined(__ICCRH850__)
-#  define ARCHITECTURE_ID "RH850"
-
-# elif defined(__ICCRL78__)
-#  define ARCHITECTURE_ID "RL78"
-
-# elif defined(__ICCRISCV__)
-#  define ARCHITECTURE_ID "RISCV"
-
-# elif defined(__ICCAVR__)
-#  define ARCHITECTURE_ID "AVR"
-
-# elif defined(__ICC430__)
-#  define ARCHITECTURE_ID "MSP430"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-
-#elif defined(__ghs__)
-# if defined(__PPC64__)
-#  define ARCHITECTURE_ID "PPC64"
-
-# elif defined(__ppc__)
-#  define ARCHITECTURE_ID "PPC"
-
-# elif defined(__ARM__)
-#  define ARCHITECTURE_ID "ARM"
-
-# elif defined(__x86_64__)
-#  define ARCHITECTURE_ID "x64"
-
-# elif defined(__i386__)
-#  define ARCHITECTURE_ID "X86"
-
-# else /* unknown architecture */
-#  define ARCHITECTURE_ID ""
-# endif
-#else
-#  define ARCHITECTURE_ID
-#endif
-
-/* Convert integer to decimal digit literals.  */
-#define DEC(n)                   \
-  ('0' + (((n) / 10000000)%10)), \
-  ('0' + (((n) / 1000000)%10)),  \
-  ('0' + (((n) / 100000)%10)),   \
-  ('0' + (((n) / 10000)%10)),    \
-  ('0' + (((n) / 1000)%10)),     \
-  ('0' + (((n) / 100)%10)),      \
-  ('0' + (((n) / 10)%10)),       \
-  ('0' +  ((n) % 10))
-
-/* Convert integer to hex digit literals.  */
-#define HEX(n)             \
-  ('0' + ((n)>>28 & 0xF)), \
-  ('0' + ((n)>>24 & 0xF)), \
-  ('0' + ((n)>>20 & 0xF)), \
-  ('0' + ((n)>>16 & 0xF)), \
-  ('0' + ((n)>>12 & 0xF)), \
-  ('0' + ((n)>>8  & 0xF)), \
-  ('0' + ((n)>>4  & 0xF)), \
-  ('0' + ((n)     & 0xF))
-
-/* Construct a string literal encoding the version number components. */
-#ifdef COMPILER_VERSION_MAJOR
-char const info_version[] = {
-  'I', 'N', 'F', 'O', ':',
-  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
-  COMPILER_VERSION_MAJOR,
-# ifdef COMPILER_VERSION_MINOR
-  '.', COMPILER_VERSION_MINOR,
-#  ifdef COMPILER_VERSION_PATCH
-   '.', COMPILER_VERSION_PATCH,
-#   ifdef COMPILER_VERSION_TWEAK
-    '.', COMPILER_VERSION_TWEAK,
-#   endif
-#  endif
-# endif
-  ']','\0'};
-#endif
-
-/* Construct a string literal encoding the internal version number. */
-#ifdef COMPILER_VERSION_INTERNAL
-char const info_version_internal[] = {
-  'I', 'N', 'F', 'O', ':',
-  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
-  'i','n','t','e','r','n','a','l','[',
-  COMPILER_VERSION_INTERNAL,']','\0'};
-#endif
-
-/* Construct a string literal encoding the version number components. */
-#ifdef SIMULATE_VERSION_MAJOR
-char const info_simulate_version[] = {
-  'I', 'N', 'F', 'O', ':',
-  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
-  SIMULATE_VERSION_MAJOR,
-# ifdef SIMULATE_VERSION_MINOR
-  '.', SIMULATE_VERSION_MINOR,
-#  ifdef SIMULATE_VERSION_PATCH
-   '.', SIMULATE_VERSION_PATCH,
-#   ifdef SIMULATE_VERSION_TWEAK
-    '.', SIMULATE_VERSION_TWEAK,
-#   endif
-#  endif
-# endif
-  ']','\0'};
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
-   getting matched.  Store it in a pointer rather than an array
-   because some compilers will just produce instructions to fill the
-   array rather than assigning a pointer to a static array.  */
-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
-
-
-
-
-#if defined(_MSC_VER) && defined(_MSVC_LANG)
-#define CXX_STD _MSVC_LANG
-#else
-#define CXX_STD __cplusplus
-#endif
-
-const char* info_language_dialect_default = "INFO" ":" "dialect_default["
-#if CXX_STD > 201703L
-  "20"
-#elif CXX_STD >= 201703L
-  "17"
-#elif CXX_STD >= 201402L
-  "14"
-#elif CXX_STD >= 201103L
-  "11"
-#else
-  "98"
-#endif
-"]";
-
-/*--------------------------------------------------------------------------*/
-
-int main(int argc, char* argv[])
-{
-  int require = 0;
-  require += info_compiler[argc];
-  require += info_platform[argc];
-#ifdef COMPILER_VERSION_MAJOR
-  require += info_version[argc];
-#endif
-#ifdef COMPILER_VERSION_INTERNAL
-  require += info_version_internal[argc];
-#endif
-#ifdef SIMULATE_ID
-  require += info_simulate[argc];
-#endif
-#ifdef SIMULATE_VERSION_MAJOR
-  require += info_simulate_version[argc];
-#endif
-#if defined(__CRAYXE) || defined(__CRAYXC)
-  require += info_cray[argc];
-#endif
-  require += info_language_dialect_default[argc];
-  (void)argv;
-  return require;
-}

BIN
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/3.15.0/CompilerIdCXX/a.out


+ 0 - 16
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake

@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zx/Documents/TEST/pahoc_samples")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

+ 0 - 134
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/Makefile.cmake

@@ -1,134 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# The generator used is:
-set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
-
-# The top level Makefile was generated from the following files:
-set(CMAKE_MAKEFILE_DEPENDS
-  "CMakeCache.txt"
-  "../CMakeLists.txt"
-  "CMakeFiles/3.15.0/CMakeCCompiler.cmake"
-  "CMakeFiles/3.15.0/CMakeCXXCompiler.cmake"
-  "CMakeFiles/3.15.0/CMakeSystem.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkChartsCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonColor.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonComputationalGeometry.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonDataModel.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonExecutionModel.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonMath.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonMisc.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonSystem.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkCommonTransforms.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkDICOMParser.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersExtraction.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersGeneral.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersGeometry.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersHybrid.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersModeling.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersSources.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkFiltersStatistics.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOGeometry.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOImage.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOLegacy.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOPLY.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOXML.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkIOXMLParser.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingColor.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingFourier.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingGeneral.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingHybrid.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkImagingSources.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkInfovisCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkInteractionStyle.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkInteractionWidgets.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkMetaIO.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingAnnotation.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingContext2D.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingContextOpenGL2.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingFreeType.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingLOD.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingOpenGL2.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkRenderingVolume.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkUtilitiesEncodeString.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkViewsContext2D.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkViewsCore.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkalglib.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkexpat.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkfreetype.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkglew.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkjpeg.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkkwiml.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkpng.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtksys.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtktiff.cmake"
-  "/usr/lib/cmake/vtk-7.1/Modules/vtkzlib.cmake"
-  "/usr/lib/cmake/vtk-7.1/UseVTK.cmake"
-  "/usr/lib/cmake/vtk-7.1/VTKConfig.cmake"
-  "/usr/lib/cmake/vtk-7.1/VTKConfigVersion.cmake"
-  "/usr/lib/cmake/vtk-7.1/VTKTargets-none.cmake"
-  "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
-  "/usr/lib/cmake/vtk-7.1/vtkModuleAPI.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindEigen.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindFLANN.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindOpenNI.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindOpenNI2.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindQhull.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake"
-  "/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfigVersion.cmake"
-  "/usr/local/share/OpenCV/OpenCVConfig-version.cmake"
-  "/usr/local/share/OpenCV/OpenCVConfig.cmake"
-  "/usr/local/share/OpenCV/OpenCVModules-release.cmake"
-  "/usr/local/share/OpenCV/OpenCVModules.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeCInformation.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeCXXInformation.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeCommonLanguageInclude.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeFindCodeBlocks.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeGenericSystem.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeInitializeConfigs.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeLanguageInformation.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeSystemSpecificInformation.cmake"
-  "/usr/local/share/cmake-3.15/Modules/CMakeSystemSpecificInitialize.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Compiler/GNU-C.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Compiler/GNU-CXX.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Compiler/GNU.cmake"
-  "/usr/local/share/cmake-3.15/Modules/FindBoost.cmake"
-  "/usr/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake"
-  "/usr/local/share/cmake-3.15/Modules/FindPackageMessage.cmake"
-  "/usr/local/share/cmake-3.15/Modules/FindPkgConfig.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Internal/CMakeCheckCompilerFlag.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Platform/Linux-GNU-C.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Platform/Linux-GNU-CXX.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Platform/Linux-GNU.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Platform/Linux.cmake"
-  "/usr/local/share/cmake-3.15/Modules/Platform/UnixPaths.cmake"
-  "/usr/local/share/cmake-3.15/Modules/ProcessorCount.cmake"
-  )
-
-# The corresponding makefile is:
-set(CMAKE_MAKEFILE_OUTPUTS
-  "Makefile"
-  "CMakeFiles/cmake.check_cache"
-  )
-
-# Byproducts of CMake generate step:
-set(CMAKE_MAKEFILE_PRODUCTS
-  "CMakeFiles/CMakeDirectoryInformation.cmake"
-  )
-
-# Dependency information for all targets:
-set(CMAKE_DEPEND_INFO_FILES
-  "CMakeFiles/recieve.dir/DependInfo.cmake"
-  "CMakeFiles/client.dir/DependInfo.cmake"
-  "CMakeFiles/server.dir/DependInfo.cmake"
-  "CMakeFiles/sub.dir/DependInfo.cmake"
-  "CMakeFiles/pub.dir/DependInfo.cmake"
-  )

+ 0 - 222
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/Makefile2

@@ -1,222 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-#=============================================================================
-# Directory level rules for the build root directory
-
-# The main recursive "all" target.
-all: CMakeFiles/recieve.dir/all
-all: CMakeFiles/client.dir/all
-all: CMakeFiles/server.dir/all
-all: CMakeFiles/sub.dir/all
-all: CMakeFiles/pub.dir/all
-
-.PHONY : all
-
-# The main recursive "clean" target.
-clean: CMakeFiles/recieve.dir/clean
-clean: CMakeFiles/client.dir/clean
-clean: CMakeFiles/server.dir/clean
-clean: CMakeFiles/sub.dir/clean
-clean: CMakeFiles/pub.dir/clean
-
-.PHONY : clean
-
-# The main recursive "preinstall" target.
-preinstall:
-
-.PHONY : preinstall
-
-#=============================================================================
-# Target rules for target CMakeFiles/recieve.dir
-
-# All Build rule for target.
-CMakeFiles/recieve.dir/all:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/depend
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/build
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=10,11,12,13 "Built target recieve"
-.PHONY : CMakeFiles/recieve.dir/all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/recieve.dir/rule: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 4
-	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/recieve.dir/all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : CMakeFiles/recieve.dir/rule
-
-# Convenience name for target.
-recieve: CMakeFiles/recieve.dir/rule
-
-.PHONY : recieve
-
-# clean rule for target.
-CMakeFiles/recieve.dir/clean:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/clean
-.PHONY : CMakeFiles/recieve.dir/clean
-
-#=============================================================================
-# Target rules for target CMakeFiles/client.dir
-
-# All Build rule for target.
-CMakeFiles/client.dir/all:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/depend
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/build
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5 "Built target client"
-.PHONY : CMakeFiles/client.dir/all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/client.dir/rule: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 5
-	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/client.dir/all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : CMakeFiles/client.dir/rule
-
-# Convenience name for target.
-client: CMakeFiles/client.dir/rule
-
-.PHONY : client
-
-# clean rule for target.
-CMakeFiles/client.dir/clean:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/clean
-.PHONY : CMakeFiles/client.dir/clean
-
-#=============================================================================
-# Target rules for target CMakeFiles/server.dir
-
-# All Build rule for target.
-CMakeFiles/server.dir/all:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/depend
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=14,15 "Built target server"
-.PHONY : CMakeFiles/server.dir/all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/server.dir/rule: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 2
-	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/server.dir/all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : CMakeFiles/server.dir/rule
-
-# Convenience name for target.
-server: CMakeFiles/server.dir/rule
-
-.PHONY : server
-
-# clean rule for target.
-CMakeFiles/server.dir/clean:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/clean
-.PHONY : CMakeFiles/server.dir/clean
-
-#=============================================================================
-# Target rules for target CMakeFiles/sub.dir
-
-# All Build rule for target.
-CMakeFiles/sub.dir/all:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/depend
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/build
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=16,17 "Built target sub"
-.PHONY : CMakeFiles/sub.dir/all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/sub.dir/rule: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 2
-	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sub.dir/all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : CMakeFiles/sub.dir/rule
-
-# Convenience name for target.
-sub: CMakeFiles/sub.dir/rule
-
-.PHONY : sub
-
-# clean rule for target.
-CMakeFiles/sub.dir/clean:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/clean
-.PHONY : CMakeFiles/sub.dir/clean
-
-#=============================================================================
-# Target rules for target CMakeFiles/pub.dir
-
-# All Build rule for target.
-CMakeFiles/pub.dir/all:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/depend
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/build
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=6,7,8,9 "Built target pub"
-.PHONY : CMakeFiles/pub.dir/all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/pub.dir/rule: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 4
-	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/pub.dir/all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : CMakeFiles/pub.dir/rule
-
-# Convenience name for target.
-pub: CMakeFiles/pub.dir/rule
-
-.PHONY : pub
-
-# clean rule for target.
-CMakeFiles/pub.dir/clean:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/clean
-.PHONY : CMakeFiles/pub.dir/clean
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
-	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-

+ 0 - 7
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/TargetDirectories.txt

@@ -1,7 +0,0 @@
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/edit_cache.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/rebuild_cache.dir
-/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir

+ 0 - 20
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/DependInfo.cmake

@@ -1,20 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "C"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_C
-  "/home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.c" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o"
-  )
-set(CMAKE_C_COMPILER_ID "GNU")
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 98
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/build.make

@@ -1,98 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/async_pub_sub_time.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/async_pub_sub_time.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/async_pub_sub_time.dir/flags.make
-
-CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o: CMakeFiles/async_pub_sub_time.dir/flags.make
-CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o: ../samples/MQTTAsync_publish_time.c
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o   -c /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.c
-
-CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.i"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.c > CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.i
-
-CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.s"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.c -o CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.s
-
-# Object files for target async_pub_sub_time
-async_pub_sub_time_OBJECTS = \
-"CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o"
-
-# External object files for target async_pub_sub_time
-async_pub_sub_time_EXTERNAL_OBJECTS =
-
-async_pub_sub_time: CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o
-async_pub_sub_time: CMakeFiles/async_pub_sub_time.dir/build.make
-async_pub_sub_time: CMakeFiles/async_pub_sub_time.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable async_pub_sub_time"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/async_pub_sub_time.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/async_pub_sub_time.dir/build: async_pub_sub_time
-
-.PHONY : CMakeFiles/async_pub_sub_time.dir/build
-
-CMakeFiles/async_pub_sub_time.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/async_pub_sub_time.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/async_pub_sub_time.dir/clean
-
-CMakeFiles/async_pub_sub_time.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/async_pub_sub_time.dir/depend
-

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/cmake_clean.cmake

@@ -1,10 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o"
-  "async_pub_sub_time"
-  "async_pub_sub_time.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang C)
-  include(CMakeFiles/async_pub_sub_time.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for async_pub_sub_time.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile C with /usr/bin/cc
-C_FLAGS = -g   -std=c++14
-
-C_DEFINES = 
-
-C_INCLUDES = 
-

+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/link.txt

@@ -1 +0,0 @@
-/usr/bin/cc -g  -rdynamic CMakeFiles/async_pub_sub_time.dir/samples/MQTTAsync_publish_time.c.o  -o async_pub_sub_time  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpaho-mqtt3a 

+ 0 - 3
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/async_pub_sub_time.dir/progress.make

@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 = 1
-CMAKE_PROGRESS_2 = 2
-

+ 0 - 40
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake

@@ -1,40 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "CXX"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_CXX
-  "/home/zx/Documents/TEST/pahoc_samples/samples/client_sample.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/samples/client_sample.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/samples/mqttmsg.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/samples/paho_client.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/point_tool.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/samples/point_tool.cpp.o"
-  )
-set(CMAKE_CXX_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_CXX
-  "DISABLE_LIBUSB_1_0"
-  "DISABLE_PCAP"
-  "DISABLE_PNG"
-  "qh_QHpointer"
-  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL2)"
-  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-  )
-
-# The include file search paths:
-set(CMAKE_CXX_TARGET_INCLUDE_PATH
-  "/usr/include/vtk-7.1"
-  "/usr/include/freetype2"
-  "/usr/include/pcl-1.10"
-  "/usr/include/eigen3"
-  "/usr/include/ni"
-  "/usr/include/openni2"
-  "/usr/local/include/opencv"
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 252
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/build.make

@@ -1,252 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/client.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/client.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/client.dir/flags.make
-
-CMakeFiles/client.dir/samples/client_sample.cpp.o: CMakeFiles/client.dir/flags.make
-CMakeFiles/client.dir/samples/client_sample.cpp.o: ../samples/client_sample.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/client.dir/samples/client_sample.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/samples/client_sample.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/client_sample.cpp
-
-CMakeFiles/client.dir/samples/client_sample.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/samples/client_sample.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/client_sample.cpp > CMakeFiles/client.dir/samples/client_sample.cpp.i
-
-CMakeFiles/client.dir/samples/client_sample.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/samples/client_sample.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/client_sample.cpp -o CMakeFiles/client.dir/samples/client_sample.cpp.s
-
-CMakeFiles/client.dir/samples/mqttmsg.cpp.o: CMakeFiles/client.dir/flags.make
-CMakeFiles/client.dir/samples/mqttmsg.cpp.o: ../samples/mqttmsg.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/client.dir/samples/mqttmsg.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/samples/mqttmsg.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp
-
-CMakeFiles/client.dir/samples/mqttmsg.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/samples/mqttmsg.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp > CMakeFiles/client.dir/samples/mqttmsg.cpp.i
-
-CMakeFiles/client.dir/samples/mqttmsg.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/samples/mqttmsg.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp -o CMakeFiles/client.dir/samples/mqttmsg.cpp.s
-
-CMakeFiles/client.dir/samples/paho_client.cpp.o: CMakeFiles/client.dir/flags.make
-CMakeFiles/client.dir/samples/paho_client.cpp.o: ../samples/paho_client.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/client.dir/samples/paho_client.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/samples/paho_client.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp
-
-CMakeFiles/client.dir/samples/paho_client.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/samples/paho_client.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp > CMakeFiles/client.dir/samples/paho_client.cpp.i
-
-CMakeFiles/client.dir/samples/paho_client.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/samples/paho_client.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp -o CMakeFiles/client.dir/samples/paho_client.cpp.s
-
-CMakeFiles/client.dir/samples/point_tool.cpp.o: CMakeFiles/client.dir/flags.make
-CMakeFiles/client.dir/samples/point_tool.cpp.o: ../samples/point_tool.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/client.dir/samples/point_tool.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/samples/point_tool.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/point_tool.cpp
-
-CMakeFiles/client.dir/samples/point_tool.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/samples/point_tool.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/point_tool.cpp > CMakeFiles/client.dir/samples/point_tool.cpp.i
-
-CMakeFiles/client.dir/samples/point_tool.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/samples/point_tool.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/point_tool.cpp -o CMakeFiles/client.dir/samples/point_tool.cpp.s
-
-# Object files for target client
-client_OBJECTS = \
-"CMakeFiles/client.dir/samples/client_sample.cpp.o" \
-"CMakeFiles/client.dir/samples/mqttmsg.cpp.o" \
-"CMakeFiles/client.dir/samples/paho_client.cpp.o" \
-"CMakeFiles/client.dir/samples/point_tool.cpp.o"
-
-# External object files for target client
-client_EXTERNAL_OBJECTS =
-
-client: CMakeFiles/client.dir/samples/client_sample.cpp.o
-client: CMakeFiles/client.dir/samples/mqttmsg.cpp.o
-client: CMakeFiles/client.dir/samples/paho_client.cpp.o
-client: CMakeFiles/client.dir/samples/point_tool.cpp.o
-client: CMakeFiles/client.dir/build.make
-client: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_people.so
-client: /usr/lib/x86_64-linux-gnu/libboost_system.so
-client: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-client: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
-client: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
-client: /usr/lib/x86_64-linux-gnu/libboost_regex.so
-client: /usr/lib/x86_64-linux-gnu/libqhull.so
-client: /usr/lib/libOpenNI.so
-client: /usr/lib/libOpenNI2.so
-client: /usr/lib/x86_64-linux-gnu/libvtkChartsCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkInfovisCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libfreetype.so
-client: /usr/lib/x86_64-linux-gnu/libz.so
-client: /usr/lib/x86_64-linux-gnu/libjpeg.so
-client: /usr/lib/x86_64-linux-gnu/libpng.so
-client: /usr/lib/x86_64-linux-gnu/libtiff.so
-client: /usr/lib/x86_64-linux-gnu/libexpat.so
-client: /usr/lib/x86_64-linux-gnu/libvtkViewsContext2D-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkViewsCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingContextOpenGL2-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libflann_cpp.so
-client: /usr/local/lib/libopencv_dnn.so.3.4.5
-client: /usr/local/lib/libopencv_ml.so.3.4.5
-client: /usr/local/lib/libopencv_objdetect.so.3.4.5
-client: /usr/local/lib/libopencv_shape.so.3.4.5
-client: /usr/local/lib/libopencv_stitching.so.3.4.5
-client: /usr/local/lib/libopencv_superres.so.3.4.5
-client: /usr/local/lib/libopencv_videostab.so.3.4.5
-client: /usr/local/lib/libopencv_viz.so.3.4.5
-client: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_features.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_search.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_io.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
-client: /usr/lib/x86_64-linux-gnu/libpcl_common.so
-client: /usr/lib/x86_64-linux-gnu/libvtkInteractionWidgets-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersHybrid-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingGeneral-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingSources-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingHybrid-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingAnnotation-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingColor-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolume-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOXML-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOXMLParser-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingContext2D-7.1.so.7.1p.1
-client: /usr/local/lib/libopencv_calib3d.so.3.4.5
-client: /usr/local/lib/libopencv_features2d.so.3.4.5
-client: /usr/local/lib/libopencv_flann.so.3.4.5
-client: /usr/local/lib/libopencv_highgui.so.3.4.5
-client: /usr/local/lib/libopencv_photo.so.3.4.5
-client: /usr/local/lib/libopencv_video.so.3.4.5
-client: /usr/local/lib/libopencv_videoio.so.3.4.5
-client: /usr/local/lib/libopencv_imgcodecs.so.3.4.5
-client: /usr/local/lib/libopencv_imgproc.so.3.4.5
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingFreeType-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libfreetype.so
-client: /usr/lib/x86_64-linux-gnu/libvtkInteractionStyle-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersExtraction-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersStatistics-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingFourier-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkalglib-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOGeometry-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOLegacy-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOPLY-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingLOD-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersModeling-7.1.so.7.1p.1
-client: /usr/local/lib/libopencv_core.so.3.4.5
-client: /usr/lib/x86_64-linux-gnu/libvtkIOCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL2-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkImagingCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkRenderingCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonColor-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeometry-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersSources-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeneral-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonComputationalGeometry-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkFiltersCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkIOImage-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonExecutionModel-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonDataModel-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonTransforms-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonMisc-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonMath-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonSystem-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkCommonCore-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtksys-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkDICOMParser-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libvtkmetaio-7.1.so.7.1p.1
-client: /usr/lib/x86_64-linux-gnu/libz.so
-client: /usr/lib/x86_64-linux-gnu/libGLEW.so
-client: /usr/lib/x86_64-linux-gnu/libSM.so
-client: /usr/lib/x86_64-linux-gnu/libICE.so
-client: /usr/lib/x86_64-linux-gnu/libX11.so
-client: /usr/lib/x86_64-linux-gnu/libXext.so
-client: /usr/lib/x86_64-linux-gnu/libXt.so
-client: CMakeFiles/client.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable client"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/client.dir/build: client
-
-.PHONY : CMakeFiles/client.dir/build
-
-CMakeFiles/client.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/client.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/client.dir/clean
-
-CMakeFiles/client.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/client.dir/depend
-

+ 0 - 13
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake

@@ -1,13 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/client.dir/samples/client_sample.cpp.o"
-  "CMakeFiles/client.dir/samples/mqttmsg.cpp.o"
-  "CMakeFiles/client.dir/samples/paho_client.cpp.o"
-  "CMakeFiles/client.dir/samples/point_tool.cpp.o"
-  "client"
-  "client.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang CXX)
-  include(CMakeFiles/client.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for client.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile CXX with /usr/bin/c++
-CXX_FLAGS =   -g   -std=c++14
-
-CXX_DEFINES = -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -Dqh_QHpointer -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-
-CXX_INCLUDES = -isystem /usr/include/vtk-7.1 -isystem /usr/include/freetype2 -isystem /usr/include/pcl-1.10 -isystem /usr/include/eigen3 -isystem /usr/include/ni -isystem /usr/include/openni2 -isystem /usr/local/include/opencv 
-

File diff suppressed because it is too large
+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/link.txt


+ 0 - 6
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/client.dir/progress.make

@@ -1,6 +0,0 @@
-CMAKE_PROGRESS_1 = 1
-CMAKE_PROGRESS_2 = 2
-CMAKE_PROGRESS_3 = 3
-CMAKE_PROGRESS_4 = 4
-CMAKE_PROGRESS_5 = 5
-

+ 0 - 3
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/clion-environment.txt

@@ -1,3 +0,0 @@
-ToolSet: 1.0 (local)Options: 
-
-Options:

+ 0 - 156
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/clion-log.txt

@@ -1,195 +0,0 @@
-/usr/local/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples
-CMake Warning at /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1125 (message):
-  New Boost version may have incorrect or missing dependencies and imported
-  targets
-Call Stack (most recent call first):
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1247 (_Boost_COMPONENT_DEPENDENCIES)
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1885 (_Boost_MISSING_DEPENDENCIES)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:134 (find_package)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:314 (find_boost)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:551 (find_external_library)
-  CMakeLists.txt:7 (FIND_PACKAGE)
-
-
-CMake Warning at /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1125 (message):
-  New Boost version may have incorrect or missing dependencies and imported
-  targets
-Call Stack (most recent call first):
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1247 (_Boost_COMPONENT_DEPENDENCIES)
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1885 (_Boost_MISSING_DEPENDENCIES)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:134 (find_package)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:314 (find_boost)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:551 (find_external_library)
-  CMakeLists.txt:7 (FIND_PACKAGE)
-
-
-CMake Warning at /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1125 (message):
-  New Boost version may have incorrect or missing dependencies and imported
-  targets
-Call Stack (most recent call first):
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1247 (_Boost_COMPONENT_DEPENDENCIES)
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1885 (_Boost_MISSING_DEPENDENCIES)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:134 (find_package)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:314 (find_boost)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:551 (find_external_library)
-  CMakeLists.txt:7 (FIND_PACKAGE)
-
-
-CMake Warning at /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1125 (message):
-  New Boost version may have incorrect or missing dependencies and imported
-  targets
-Call Stack (most recent call first):
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1247 (_Boost_COMPONENT_DEPENDENCIES)
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1885 (_Boost_MISSING_DEPENDENCIES)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:134 (find_package)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:314 (find_boost)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:551 (find_external_library)
-  CMakeLists.txt:7 (FIND_PACKAGE)
-
-
-CMake Warning at /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1125 (message):
-  New Boost version may have incorrect or missing dependencies and imported
-  targets
-Call Stack (most recent call first):
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1247 (_Boost_COMPONENT_DEPENDENCIES)
-  /usr/local/share/cmake-3.15/Modules/FindBoost.cmake:1885 (_Boost_MISSING_DEPENDENCIES)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:134 (find_package)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:314 (find_boost)
-  /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:551 (find_external_library)
-  CMakeLists.txt:7 (FIND_PACKAGE)
-
-
-   "/usr/bin/vtkParseOGLExt-7.1"
-but this file does not exist.  Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
-   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
-but not all the files it references.
-
-   "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
-but this file does not exist.  Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
-   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
-but not all the files it references.
-
-   "/usr/bin/vtk"
-but this file does not exist.  Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
-   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
-but not all the files it references.
-
-   "/usr/bin/pvtk"
-but this file does not exist.  Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
-   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"
-but not all the files it references.
-
-** WARNING ** io features related to pcap will be disabled
-** WARNING ** io features related to png will be disabled
-** WARNING ** io features related to libusb-1.0 will be disabled
-CMake Warning at CMakeLists.txt:38 (add_executable):
-  Cannot generate a safe linker search path for target recieve because files
-  in some directories may conflict with libraries in implicit directories:
-
-    link library [libz.so] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-
-CMake Warning at CMakeLists.txt:38 (add_executable):
-  Cannot generate a safe runtime search path for target recieve because files
-  in some directories may conflict with libraries in implicit directories:
-
-    runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-
-CMake Warning at CMakeLists.txt:31 (add_executable):
-  Cannot generate a safe linker search path for target client because files
-  in some directories may conflict with libraries in implicit directories:
-
-    link library [libz.so] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-
-CMake Warning at CMakeLists.txt:31 (add_executable):
-  Cannot generate a safe runtime search path for target client because files
-  in some directories may conflict with libraries in implicit directories:
-
-    runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-
-CMake Warning at CMakeLists.txt:18 (add_executable):
-  Cannot generate a safe linker search path for target pub because files in
-  some directories may conflict with libraries in implicit directories:
-
-    link library [libz.so] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-
-CMake Warning at CMakeLists.txt:18 (add_executable):
-  Cannot generate a safe runtime search path for target pub because files in
-  some directories may conflict with libraries in implicit directories:
-
-    runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
-      /usr/local/lib
-
-  Some of these libraries may not be found correctly.
-
-

+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/cmake.check_cache

@@ -1 +0,0 @@
-# This file is generated by cmake for dependency checking of the CMakeCache.txt file

+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/progress.marks

@@ -1 +0,0 @@
-17

+ 0 - 39
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/DependInfo.cmake

@@ -1,39 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "CXX"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_CXX
-  "/home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/samples/mqttmsg.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/samples/paho_client.cpp.o"
-  )
-set(CMAKE_CXX_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_CXX
-  "DISABLE_LIBUSB_1_0"
-  "DISABLE_PCAP"
-  "DISABLE_PNG"
-  "qh_QHpointer"
-  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL2)"
-  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-  )
-
-# The include file search paths:
-set(CMAKE_CXX_TARGET_INCLUDE_PATH
-  "/usr/local/include/opencv"
-  "/usr/include/vtk-7.1"
-  "/usr/include/freetype2"
-  "/usr/include/pcl-1.10"
-  "/usr/include/eigen3"
-  "/usr/include/ni"
-  "/usr/include/openni2"
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 219
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/build.make

@@ -1,219 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/pub.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/pub.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/pub.dir/flags.make
-
-CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o: CMakeFiles/pub.dir/flags.make
-CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o: ../samples/MQTTAsync_publish_time.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.cpp
-
-CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.cpp > CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.i
-
-CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_publish_time.cpp -o CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.s
-
-CMakeFiles/pub.dir/samples/mqttmsg.cpp.o: CMakeFiles/pub.dir/flags.make
-CMakeFiles/pub.dir/samples/mqttmsg.cpp.o: ../samples/mqttmsg.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/pub.dir/samples/mqttmsg.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/pub.dir/samples/mqttmsg.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp
-
-CMakeFiles/pub.dir/samples/mqttmsg.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/pub.dir/samples/mqttmsg.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp > CMakeFiles/pub.dir/samples/mqttmsg.cpp.i
-
-CMakeFiles/pub.dir/samples/mqttmsg.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/pub.dir/samples/mqttmsg.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp -o CMakeFiles/pub.dir/samples/mqttmsg.cpp.s
-
-CMakeFiles/pub.dir/samples/paho_client.cpp.o: CMakeFiles/pub.dir/flags.make
-CMakeFiles/pub.dir/samples/paho_client.cpp.o: ../samples/paho_client.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/pub.dir/samples/paho_client.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/pub.dir/samples/paho_client.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp
-
-CMakeFiles/pub.dir/samples/paho_client.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/pub.dir/samples/paho_client.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp > CMakeFiles/pub.dir/samples/paho_client.cpp.i
-
-CMakeFiles/pub.dir/samples/paho_client.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/pub.dir/samples/paho_client.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp -o CMakeFiles/pub.dir/samples/paho_client.cpp.s
-
-# Object files for target pub
-pub_OBJECTS = \
-"CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o" \
-"CMakeFiles/pub.dir/samples/mqttmsg.cpp.o" \
-"CMakeFiles/pub.dir/samples/paho_client.cpp.o"
-
-# External object files for target pub
-pub_EXTERNAL_OBJECTS =
-
-pub: CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o
-pub: CMakeFiles/pub.dir/samples/mqttmsg.cpp.o
-pub: CMakeFiles/pub.dir/samples/paho_client.cpp.o
-pub: CMakeFiles/pub.dir/build.make
-pub: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_people.so
-pub: /usr/lib/x86_64-linux-gnu/libboost_system.so
-pub: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-pub: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
-pub: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
-pub: /usr/lib/x86_64-linux-gnu/libboost_regex.so
-pub: /usr/lib/x86_64-linux-gnu/libqhull.so
-pub: /usr/lib/libOpenNI.so
-pub: /usr/lib/libOpenNI2.so
-pub: /usr/lib/x86_64-linux-gnu/libvtkChartsCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkInfovisCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libfreetype.so
-pub: /usr/lib/x86_64-linux-gnu/libz.so
-pub: /usr/lib/x86_64-linux-gnu/libjpeg.so
-pub: /usr/lib/x86_64-linux-gnu/libpng.so
-pub: /usr/lib/x86_64-linux-gnu/libtiff.so
-pub: /usr/lib/x86_64-linux-gnu/libexpat.so
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOGeometry-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOLegacy-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOPLY-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingLOD-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkViewsContext2D-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkViewsCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingContextOpenGL2-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL2-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libflann_cpp.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_features.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_search.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_io.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
-pub: /usr/lib/x86_64-linux-gnu/libpcl_common.so
-pub: /usr/lib/x86_64-linux-gnu/libvtkInteractionWidgets-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersModeling-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkInteractionStyle-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersExtraction-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersStatistics-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingFourier-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkalglib-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersHybrid-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingGeneral-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingSources-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingHybrid-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingAnnotation-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingColor-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolume-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOXML-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOXMLParser-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingContext2D-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingFreeType-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libfreetype.so
-pub: /usr/lib/x86_64-linux-gnu/libvtkImagingCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkRenderingCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonColor-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeometry-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersSources-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeneral-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonComputationalGeometry-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkFiltersCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkIOImage-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonExecutionModel-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonDataModel-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonTransforms-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonMisc-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonMath-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonSystem-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkCommonCore-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtksys-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkDICOMParser-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libvtkmetaio-7.1.so.7.1p.1
-pub: /usr/lib/x86_64-linux-gnu/libz.so
-pub: /usr/lib/x86_64-linux-gnu/libGLEW.so
-pub: /usr/lib/x86_64-linux-gnu/libSM.so
-pub: /usr/lib/x86_64-linux-gnu/libICE.so
-pub: /usr/lib/x86_64-linux-gnu/libX11.so
-pub: /usr/lib/x86_64-linux-gnu/libXext.so
-pub: /usr/lib/x86_64-linux-gnu/libXt.so
-pub: CMakeFiles/pub.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable pub"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pub.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/pub.dir/build: pub
-
-.PHONY : CMakeFiles/pub.dir/build
-
-CMakeFiles/pub.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/pub.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/pub.dir/clean
-
-CMakeFiles/pub.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/pub.dir/depend
-

+ 0 - 12
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/cmake_clean.cmake

@@ -1,12 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o"
-  "CMakeFiles/pub.dir/samples/mqttmsg.cpp.o"
-  "CMakeFiles/pub.dir/samples/paho_client.cpp.o"
-  "pub"
-  "pub.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang CXX)
-  include(CMakeFiles/pub.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for pub.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile CXX with /usr/bin/c++
-CXX_FLAGS =   -g   -std=c++14
-
-CXX_DEFINES = -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -Dqh_QHpointer -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-
-CXX_INCLUDES = -I/usr/local/include/opencv -isystem /usr/include/vtk-7.1 -isystem /usr/include/freetype2 -isystem /usr/include/pcl-1.10 -isystem /usr/include/eigen3 -isystem /usr/include/ni -isystem /usr/include/openni2 
-

File diff suppressed because it is too large
+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/link.txt


+ 0 - 5
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/pub.dir/progress.make

@@ -1,5 +0,0 @@
-CMAKE_PROGRESS_1 = 6
-CMAKE_PROGRESS_2 = 7
-CMAKE_PROGRESS_3 = 8
-CMAKE_PROGRESS_4 = 9
-

+ 0 - 39
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/DependInfo.cmake

@@ -1,39 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "CXX"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_CXX
-  "/home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/samples/paho_client.cpp.o"
-  "/home/zx/Documents/TEST/pahoc_samples/samples/recieve_sample.cpp" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o"
-  )
-set(CMAKE_CXX_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_CXX
-  "DISABLE_LIBUSB_1_0"
-  "DISABLE_PCAP"
-  "DISABLE_PNG"
-  "qh_QHpointer"
-  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL2)"
-  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-  )
-
-# The include file search paths:
-set(CMAKE_CXX_TARGET_INCLUDE_PATH
-  "/usr/local/include/opencv"
-  "/usr/include/vtk-7.1"
-  "/usr/include/freetype2"
-  "/usr/include/pcl-1.10"
-  "/usr/include/eigen3"
-  "/usr/include/ni"
-  "/usr/include/openni2"
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 219
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/build.make

@@ -1,219 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/recieve.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/recieve.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/recieve.dir/flags.make
-
-CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o: CMakeFiles/recieve.dir/flags.make
-CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o: ../samples/recieve_sample.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/recieve_sample.cpp
-
-CMakeFiles/recieve.dir/samples/recieve_sample.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/recieve.dir/samples/recieve_sample.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/recieve_sample.cpp > CMakeFiles/recieve.dir/samples/recieve_sample.cpp.i
-
-CMakeFiles/recieve.dir/samples/recieve_sample.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/recieve.dir/samples/recieve_sample.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/recieve_sample.cpp -o CMakeFiles/recieve.dir/samples/recieve_sample.cpp.s
-
-CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o: CMakeFiles/recieve.dir/flags.make
-CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o: ../samples/mqttmsg.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp
-
-CMakeFiles/recieve.dir/samples/mqttmsg.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/recieve.dir/samples/mqttmsg.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp > CMakeFiles/recieve.dir/samples/mqttmsg.cpp.i
-
-CMakeFiles/recieve.dir/samples/mqttmsg.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/recieve.dir/samples/mqttmsg.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/mqttmsg.cpp -o CMakeFiles/recieve.dir/samples/mqttmsg.cpp.s
-
-CMakeFiles/recieve.dir/samples/paho_client.cpp.o: CMakeFiles/recieve.dir/flags.make
-CMakeFiles/recieve.dir/samples/paho_client.cpp.o: ../samples/paho_client.cpp
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/recieve.dir/samples/paho_client.cpp.o"
-	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/recieve.dir/samples/paho_client.cpp.o -c /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp
-
-CMakeFiles/recieve.dir/samples/paho_client.cpp.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/recieve.dir/samples/paho_client.cpp.i"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp > CMakeFiles/recieve.dir/samples/paho_client.cpp.i
-
-CMakeFiles/recieve.dir/samples/paho_client.cpp.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/recieve.dir/samples/paho_client.cpp.s"
-	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/paho_client.cpp -o CMakeFiles/recieve.dir/samples/paho_client.cpp.s
-
-# Object files for target recieve
-recieve_OBJECTS = \
-"CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o" \
-"CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o" \
-"CMakeFiles/recieve.dir/samples/paho_client.cpp.o"
-
-# External object files for target recieve
-recieve_EXTERNAL_OBJECTS =
-
-recieve: CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o
-recieve: CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o
-recieve: CMakeFiles/recieve.dir/samples/paho_client.cpp.o
-recieve: CMakeFiles/recieve.dir/build.make
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_people.so
-recieve: /usr/lib/x86_64-linux-gnu/libboost_system.so
-recieve: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-recieve: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
-recieve: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
-recieve: /usr/lib/x86_64-linux-gnu/libboost_regex.so
-recieve: /usr/lib/x86_64-linux-gnu/libqhull.so
-recieve: /usr/lib/libOpenNI.so
-recieve: /usr/lib/libOpenNI2.so
-recieve: /usr/lib/x86_64-linux-gnu/libvtkChartsCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkInfovisCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libfreetype.so
-recieve: /usr/lib/x86_64-linux-gnu/libz.so
-recieve: /usr/lib/x86_64-linux-gnu/libjpeg.so
-recieve: /usr/lib/x86_64-linux-gnu/libpng.so
-recieve: /usr/lib/x86_64-linux-gnu/libtiff.so
-recieve: /usr/lib/x86_64-linux-gnu/libexpat.so
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOGeometry-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOLegacy-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOPLY-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingLOD-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkViewsContext2D-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkViewsCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingContextOpenGL2-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL2-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libflann_cpp.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_features.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_search.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_io.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
-recieve: /usr/lib/x86_64-linux-gnu/libpcl_common.so
-recieve: /usr/lib/x86_64-linux-gnu/libvtkInteractionWidgets-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersModeling-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkInteractionStyle-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersExtraction-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersStatistics-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingFourier-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkalglib-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersHybrid-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingGeneral-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingSources-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingHybrid-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingAnnotation-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingColor-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingVolume-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOXML-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOXMLParser-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingContext2D-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingFreeType-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libfreetype.so
-recieve: /usr/lib/x86_64-linux-gnu/libvtkImagingCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkRenderingCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonColor-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeometry-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersSources-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersGeneral-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonComputationalGeometry-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkFiltersCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkIOImage-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonExecutionModel-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonDataModel-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonTransforms-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonMisc-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonMath-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonSystem-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkCommonCore-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtksys-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkDICOMParser-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libvtkmetaio-7.1.so.7.1p.1
-recieve: /usr/lib/x86_64-linux-gnu/libz.so
-recieve: /usr/lib/x86_64-linux-gnu/libGLEW.so
-recieve: /usr/lib/x86_64-linux-gnu/libSM.so
-recieve: /usr/lib/x86_64-linux-gnu/libICE.so
-recieve: /usr/lib/x86_64-linux-gnu/libX11.so
-recieve: /usr/lib/x86_64-linux-gnu/libXext.so
-recieve: /usr/lib/x86_64-linux-gnu/libXt.so
-recieve: CMakeFiles/recieve.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable recieve"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/recieve.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/recieve.dir/build: recieve
-
-.PHONY : CMakeFiles/recieve.dir/build
-
-CMakeFiles/recieve.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/recieve.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/recieve.dir/clean
-
-CMakeFiles/recieve.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/recieve.dir/depend
-

+ 0 - 12
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/cmake_clean.cmake

@@ -1,12 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o"
-  "CMakeFiles/recieve.dir/samples/paho_client.cpp.o"
-  "CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o"
-  "recieve"
-  "recieve.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang CXX)
-  include(CMakeFiles/recieve.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for recieve.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile CXX with /usr/bin/c++
-CXX_FLAGS =   -g   -std=c++14
-
-CXX_DEFINES = -DDISABLE_LIBUSB_1_0 -DDISABLE_PCAP -DDISABLE_PNG -Dqh_QHpointer -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-
-CXX_INCLUDES = -I/usr/local/include/opencv -isystem /usr/include/vtk-7.1 -isystem /usr/include/freetype2 -isystem /usr/include/pcl-1.10 -isystem /usr/include/eigen3 -isystem /usr/include/ni -isystem /usr/include/openni2 
-

File diff suppressed because it is too large
+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/link.txt


+ 0 - 5
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/recieve.dir/progress.make

@@ -1,5 +0,0 @@
-CMAKE_PROGRESS_1 = 10
-CMAKE_PROGRESS_2 = 11
-CMAKE_PROGRESS_3 = 12
-CMAKE_PROGRESS_4 = 13
-

+ 0 - 34
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake

@@ -1,34 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "C"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_C
-  "/home/zx/Documents/TEST/pahoc_samples/samples/server.c" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/samples/server.c.o"
-  )
-set(CMAKE_C_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_C
-  "qh_QHpointer"
-  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL2)"
-  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-  )
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
-  "/usr/include/vtk-7.1"
-  "/usr/include/freetype2"
-  "/usr/include/pcl-1.10"
-  "/usr/include/eigen3"
-  "/usr/include/ni"
-  "/usr/include/openni2"
-  "/usr/local/include/opencv"
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 98
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/build.make

@@ -1,98 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/server.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/server.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/server.dir/flags.make
-
-CMakeFiles/server.dir/samples/server.c.o: CMakeFiles/server.dir/flags.make
-CMakeFiles/server.dir/samples/server.c.o: ../samples/server.c
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/server.dir/samples/server.c.o"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/samples/server.c.o   -c /home/zx/Documents/TEST/pahoc_samples/samples/server.c
-
-CMakeFiles/server.dir/samples/server.c.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/server.dir/samples/server.c.i"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/server.c > CMakeFiles/server.dir/samples/server.c.i
-
-CMakeFiles/server.dir/samples/server.c.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/server.dir/samples/server.c.s"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/server.c -o CMakeFiles/server.dir/samples/server.c.s
-
-# Object files for target server
-server_OBJECTS = \
-"CMakeFiles/server.dir/samples/server.c.o"
-
-# External object files for target server
-server_EXTERNAL_OBJECTS =
-
-server: CMakeFiles/server.dir/samples/server.c.o
-server: CMakeFiles/server.dir/build.make
-server: CMakeFiles/server.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable server"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/server.dir/build: server
-
-.PHONY : CMakeFiles/server.dir/build
-
-CMakeFiles/server.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/server.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/server.dir/clean
-
-CMakeFiles/server.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/server.dir/depend
-

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake

@@ -1,10 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/server.dir/samples/server.c.o"
-  "server"
-  "server.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang C)
-  include(CMakeFiles/server.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for server.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile C with /usr/bin/cc
-C_FLAGS =   -g   -std=c++14
-
-C_DEFINES = -Dqh_QHpointer -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-
-C_INCLUDES = -I/usr/include/vtk-7.1 -I/usr/include/freetype2 -I/usr/include/pcl-1.10 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2 -I/usr/local/include/opencv 
-

+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/link.txt

@@ -1 +0,0 @@
-/usr/bin/cc   -g    -rdynamic CMakeFiles/server.dir/samples/server.c.o  -o server  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpaho-mqtt3a 

+ 0 - 3
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/server.dir/progress.make

@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 = 14
-CMAKE_PROGRESS_2 = 15
-

+ 0 - 34
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/DependInfo.cmake

@@ -1,34 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
-  "C"
-  )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_C
-  "/home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_subscribe.c" "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o"
-  )
-set(CMAKE_C_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS_C
-  "qh_QHpointer"
-  "vtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL2)"
-  "vtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-  )
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
-  "/usr/include/vtk-7.1"
-  "/usr/include/freetype2"
-  "/usr/include/pcl-1.10"
-  "/usr/include/eigen3"
-  "/usr/include/ni"
-  "/usr/include/openni2"
-  "/usr/local/include/opencv"
-  )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
-  )
-
-# Fortran module output directory.
-set(CMAKE_Fortran_TARGET_MODULE_DIR "")

+ 0 - 98
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/build.make

@@ -1,98 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Delete rule output on recipe failure.
-.DELETE_ON_ERROR:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-# Include any dependencies generated for this target.
-include CMakeFiles/sub.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/sub.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/sub.dir/flags.make
-
-CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o: CMakeFiles/sub.dir/flags.make
-CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o: ../samples/MQTTAsync_subscribe.c
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o   -c /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_subscribe.c
-
-CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.i: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.i"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_subscribe.c > CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.i
-
-CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.s: cmake_force
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.s"
-	/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/zx/Documents/TEST/pahoc_samples/samples/MQTTAsync_subscribe.c -o CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.s
-
-# Object files for target sub
-sub_OBJECTS = \
-"CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o"
-
-# External object files for target sub
-sub_EXTERNAL_OBJECTS =
-
-sub: CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o
-sub: CMakeFiles/sub.dir/build.make
-sub: CMakeFiles/sub.dir/link.txt
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sub"
-	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sub.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/sub.dir/build: sub
-
-.PHONY : CMakeFiles/sub.dir/build
-
-CMakeFiles/sub.dir/clean:
-	$(CMAKE_COMMAND) -P CMakeFiles/sub.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/sub.dir/clean
-
-CMakeFiles/sub.dir/depend:
-	cd /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/sub.dir/depend
-

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/cmake_clean.cmake

@@ -1,10 +0,0 @@
-file(REMOVE_RECURSE
-  "CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o"
-  "sub"
-  "sub.pdb"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang C)
-  include(CMakeFiles/sub.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()

+ 0 - 2
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/depend.make

@@ -1,2 +0,0 @@
-# Empty dependencies file for sub.
-# This may be replaced when dependencies are built.

+ 0 - 10
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/flags.make

@@ -1,10 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# compile C with /usr/bin/cc
-C_FLAGS =   -g   -std=c++14
-
-C_DEFINES = -Dqh_QHpointer -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)"
-
-C_INCLUDES = -I/usr/include/vtk-7.1 -I/usr/include/freetype2 -I/usr/include/pcl-1.10 -I/usr/include/eigen3 -I/usr/include/ni -I/usr/include/openni2 -I/usr/local/include/opencv 
-

+ 0 - 1
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/link.txt

@@ -1 +0,0 @@
-/usr/bin/cc   -g    -rdynamic CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o  -o sub  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpaho-mqtt3a 

+ 0 - 3
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/CMakeFiles/sub.dir/progress.make

@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 = 16
-CMAKE_PROGRESS_2 = 17
-

+ 0 - 456
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/Makefile

@@ -1,456 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.15
-
-# Default target executed when no arguments are given to make.
-default_target: all
-
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-
-# A target that is always out of date.
-cmake_force:
-
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/local/bin/cmake
-
-# The command to remove a file.
-RM = /usr/local/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/zx/Documents/TEST/pahoc_samples
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
-	/usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
-	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
-	/usr/local/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles/progress.marks
-	$(MAKE) -f CMakeFiles/Makefile2 all
-	$(CMAKE_COMMAND) -E cmake_progress_start /home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
-	$(MAKE) -f CMakeFiles/Makefile2 clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
-	$(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
-	$(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
-	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-#=============================================================================
-# Target rules for targets named recieve
-
-# Build rule for target.
-recieve: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 recieve
-.PHONY : recieve
-
-# fast build rule for target.
-recieve/fast:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/build
-.PHONY : recieve/fast
-
-#=============================================================================
-# Target rules for targets named client
-
-# Build rule for target.
-client: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 client
-.PHONY : client
-
-# fast build rule for target.
-client/fast:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/build
-.PHONY : client/fast
-
-#=============================================================================
-# Target rules for targets named server
-
-# Build rule for target.
-server: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 server
-.PHONY : server
-
-# fast build rule for target.
-server/fast:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build
-.PHONY : server/fast
-
-#=============================================================================
-# Target rules for targets named sub
-
-# Build rule for target.
-sub: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 sub
-.PHONY : sub
-
-# fast build rule for target.
-sub/fast:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/build
-.PHONY : sub/fast
-
-#=============================================================================
-# Target rules for targets named pub
-
-# Build rule for target.
-pub: cmake_check_build_system
-	$(MAKE) -f CMakeFiles/Makefile2 pub
-.PHONY : pub
-
-# fast build rule for target.
-pub/fast:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/build
-.PHONY : pub/fast
-
-samples/MQTTAsync_publish_time.o: samples/MQTTAsync_publish_time.cpp.o
-
-.PHONY : samples/MQTTAsync_publish_time.o
-
-# target to build an object file
-samples/MQTTAsync_publish_time.cpp.o:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.o
-.PHONY : samples/MQTTAsync_publish_time.cpp.o
-
-samples/MQTTAsync_publish_time.i: samples/MQTTAsync_publish_time.cpp.i
-
-.PHONY : samples/MQTTAsync_publish_time.i
-
-# target to preprocess a source file
-samples/MQTTAsync_publish_time.cpp.i:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.i
-.PHONY : samples/MQTTAsync_publish_time.cpp.i
-
-samples/MQTTAsync_publish_time.s: samples/MQTTAsync_publish_time.cpp.s
-
-.PHONY : samples/MQTTAsync_publish_time.s
-
-# target to generate assembly for a file
-samples/MQTTAsync_publish_time.cpp.s:
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/MQTTAsync_publish_time.cpp.s
-.PHONY : samples/MQTTAsync_publish_time.cpp.s
-
-samples/MQTTAsync_subscribe.o: samples/MQTTAsync_subscribe.c.o
-
-.PHONY : samples/MQTTAsync_subscribe.o
-
-# target to build an object file
-samples/MQTTAsync_subscribe.c.o:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.o
-.PHONY : samples/MQTTAsync_subscribe.c.o
-
-samples/MQTTAsync_subscribe.i: samples/MQTTAsync_subscribe.c.i
-
-.PHONY : samples/MQTTAsync_subscribe.i
-
-# target to preprocess a source file
-samples/MQTTAsync_subscribe.c.i:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.i
-.PHONY : samples/MQTTAsync_subscribe.c.i
-
-samples/MQTTAsync_subscribe.s: samples/MQTTAsync_subscribe.c.s
-
-.PHONY : samples/MQTTAsync_subscribe.s
-
-# target to generate assembly for a file
-samples/MQTTAsync_subscribe.c.s:
-	$(MAKE) -f CMakeFiles/sub.dir/build.make CMakeFiles/sub.dir/samples/MQTTAsync_subscribe.c.s
-.PHONY : samples/MQTTAsync_subscribe.c.s
-
-samples/client_sample.o: samples/client_sample.cpp.o
-
-.PHONY : samples/client_sample.o
-
-# target to build an object file
-samples/client_sample.cpp.o:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/client_sample.cpp.o
-.PHONY : samples/client_sample.cpp.o
-
-samples/client_sample.i: samples/client_sample.cpp.i
-
-.PHONY : samples/client_sample.i
-
-# target to preprocess a source file
-samples/client_sample.cpp.i:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/client_sample.cpp.i
-.PHONY : samples/client_sample.cpp.i
-
-samples/client_sample.s: samples/client_sample.cpp.s
-
-.PHONY : samples/client_sample.s
-
-# target to generate assembly for a file
-samples/client_sample.cpp.s:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/client_sample.cpp.s
-.PHONY : samples/client_sample.cpp.s
-
-samples/mqttmsg.o: samples/mqttmsg.cpp.o
-
-.PHONY : samples/mqttmsg.o
-
-# target to build an object file
-samples/mqttmsg.cpp.o:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/mqttmsg.cpp.o
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/mqttmsg.cpp.o
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/mqttmsg.cpp.o
-.PHONY : samples/mqttmsg.cpp.o
-
-samples/mqttmsg.i: samples/mqttmsg.cpp.i
-
-.PHONY : samples/mqttmsg.i
-
-# target to preprocess a source file
-samples/mqttmsg.cpp.i:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/mqttmsg.cpp.i
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/mqttmsg.cpp.i
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/mqttmsg.cpp.i
-.PHONY : samples/mqttmsg.cpp.i
-
-samples/mqttmsg.s: samples/mqttmsg.cpp.s
-
-.PHONY : samples/mqttmsg.s
-
-# target to generate assembly for a file
-samples/mqttmsg.cpp.s:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/mqttmsg.cpp.s
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/mqttmsg.cpp.s
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/mqttmsg.cpp.s
-.PHONY : samples/mqttmsg.cpp.s
-
-samples/paho_client.o: samples/paho_client.cpp.o
-
-.PHONY : samples/paho_client.o
-
-# target to build an object file
-samples/paho_client.cpp.o:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/paho_client.cpp.o
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/paho_client.cpp.o
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/paho_client.cpp.o
-.PHONY : samples/paho_client.cpp.o
-
-samples/paho_client.i: samples/paho_client.cpp.i
-
-.PHONY : samples/paho_client.i
-
-# target to preprocess a source file
-samples/paho_client.cpp.i:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/paho_client.cpp.i
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/paho_client.cpp.i
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/paho_client.cpp.i
-.PHONY : samples/paho_client.cpp.i
-
-samples/paho_client.s: samples/paho_client.cpp.s
-
-.PHONY : samples/paho_client.s
-
-# target to generate assembly for a file
-samples/paho_client.cpp.s:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/paho_client.cpp.s
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/paho_client.cpp.s
-	$(MAKE) -f CMakeFiles/pub.dir/build.make CMakeFiles/pub.dir/samples/paho_client.cpp.s
-.PHONY : samples/paho_client.cpp.s
-
-samples/point_tool.o: samples/point_tool.cpp.o
-
-.PHONY : samples/point_tool.o
-
-# target to build an object file
-samples/point_tool.cpp.o:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/point_tool.cpp.o
-.PHONY : samples/point_tool.cpp.o
-
-samples/point_tool.i: samples/point_tool.cpp.i
-
-.PHONY : samples/point_tool.i
-
-# target to preprocess a source file
-samples/point_tool.cpp.i:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/point_tool.cpp.i
-.PHONY : samples/point_tool.cpp.i
-
-samples/point_tool.s: samples/point_tool.cpp.s
-
-.PHONY : samples/point_tool.s
-
-# target to generate assembly for a file
-samples/point_tool.cpp.s:
-	$(MAKE) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/samples/point_tool.cpp.s
-.PHONY : samples/point_tool.cpp.s
-
-samples/recieve_sample.o: samples/recieve_sample.cpp.o
-
-.PHONY : samples/recieve_sample.o
-
-# target to build an object file
-samples/recieve_sample.cpp.o:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/recieve_sample.cpp.o
-.PHONY : samples/recieve_sample.cpp.o
-
-samples/recieve_sample.i: samples/recieve_sample.cpp.i
-
-.PHONY : samples/recieve_sample.i
-
-# target to preprocess a source file
-samples/recieve_sample.cpp.i:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/recieve_sample.cpp.i
-.PHONY : samples/recieve_sample.cpp.i
-
-samples/recieve_sample.s: samples/recieve_sample.cpp.s
-
-.PHONY : samples/recieve_sample.s
-
-# target to generate assembly for a file
-samples/recieve_sample.cpp.s:
-	$(MAKE) -f CMakeFiles/recieve.dir/build.make CMakeFiles/recieve.dir/samples/recieve_sample.cpp.s
-.PHONY : samples/recieve_sample.cpp.s
-
-samples/server.o: samples/server.c.o
-
-.PHONY : samples/server.o
-
-# target to build an object file
-samples/server.c.o:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/samples/server.c.o
-.PHONY : samples/server.c.o
-
-samples/server.i: samples/server.c.i
-
-.PHONY : samples/server.i
-
-# target to preprocess a source file
-samples/server.c.i:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/samples/server.c.i
-.PHONY : samples/server.c.i
-
-samples/server.s: samples/server.c.s
-
-.PHONY : samples/server.s
-
-# target to generate assembly for a file
-samples/server.c.s:
-	$(MAKE) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/samples/server.c.s
-.PHONY : samples/server.c.s
-
-# Help Target
-help:
-	@echo "The following are some of the valid targets for this Makefile:"
-	@echo "... all (the default if no target is provided)"
-	@echo "... clean"
-	@echo "... depend"
-	@echo "... edit_cache"
-	@echo "... recieve"
-	@echo "... client"
-	@echo "... server"
-	@echo "... sub"
-	@echo "... rebuild_cache"
-	@echo "... pub"
-	@echo "... samples/MQTTAsync_publish_time.o"
-	@echo "... samples/MQTTAsync_publish_time.i"
-	@echo "... samples/MQTTAsync_publish_time.s"
-	@echo "... samples/MQTTAsync_subscribe.o"
-	@echo "... samples/MQTTAsync_subscribe.i"
-	@echo "... samples/MQTTAsync_subscribe.s"
-	@echo "... samples/client_sample.o"
-	@echo "... samples/client_sample.i"
-	@echo "... samples/client_sample.s"
-	@echo "... samples/mqttmsg.o"
-	@echo "... samples/mqttmsg.i"
-	@echo "... samples/mqttmsg.s"
-	@echo "... samples/paho_client.o"
-	@echo "... samples/paho_client.i"
-	@echo "... samples/paho_client.s"
-	@echo "... samples/point_tool.o"
-	@echo "... samples/point_tool.i"
-	@echo "... samples/point_tool.s"
-	@echo "... samples/recieve_sample.o"
-	@echo "... samples/recieve_sample.i"
-	@echo "... samples/recieve_sample.s"
-	@echo "... samples/server.o"
-	@echo "... samples/server.i"
-	@echo "... samples/server.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
-	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-

+ 0 - 49
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/cmake_install.cmake

@@ -1,49 +0,0 @@
-# Install script for directory: /home/zx/Documents/TEST/pahoc_samples
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
-  set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
-  if(BUILD_TYPE)
-    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
-           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
-  else()
-    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
-  endif()
-  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
-  if(COMPONENT)
-    message(STATUS "Install component: \"${COMPONENT}\"")
-    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
-  else()
-    set(CMAKE_INSTALL_COMPONENT)
-  endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
-  set(CMAKE_INSTALL_SO_NO_EXE "1")
-endif()
-
-# Is this installation the result of a crosscompile?
-if(NOT DEFINED CMAKE_CROSSCOMPILING)
-  set(CMAKE_CROSSCOMPILING "FALSE")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT)
-  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
-else()
-  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
-endif()
-
-string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
-       "${CMAKE_INSTALL_MANIFEST_FILES}")
-file(WRITE "/home/zx/Documents/TEST/pahoc_samples/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
-     "${CMAKE_INSTALL_MANIFEST_CONTENT}")

File diff suppressed because it is too large
+ 0 - 646
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/cmake-build-debug/pahoc_sample.cbp


+ 0 - 9
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/pahoc_server.cpp

@@ -1,9 +0,0 @@
-#include "pahoc_server.hpp"
-
-PahocServer::PahocServer(/* args */)
-{
-}
-
-PahocServer::~PahocServer()
-{
-}

+ 0 - 12
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/pahoc_server.hpp

@@ -1,12 +0,0 @@
-#pragma PAHOC_SEVER_H_
-
-#include "../server_base.hpp"
-
-class PahocServer
-{
-private:
-    /* data */
-public:
-    PahocServer(/* args */);
-    ~PahocServer();
-};

+ 0 - 187
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_publish.c

@@ -1,187 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2022 IBM Corp., Ian Craggs
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution. 
- *
- * The Eclipse Public License is available at 
- *   https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at 
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *******************************************************************************/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "MQTTAsync.h"
-
-#if !defined(_WIN32)
-#include <unistd.h>
-#else
-#include <windows.h>
-#endif
-
-#if defined(_WRS_KERNEL)
-#include <OsWrapper.h>
-#endif
-
-#define ADDRESS     "tcp://192.168.2.132:1883"
-#define CLIENTID    "pub1"
-#define TOPIC       "test1"
-#define PAYLOAD     "Hello World!"
-#define QOS         1
-#define TIMEOUT     10000L
-
-int finished = 0;
-
-int local=0;
-
-
-void connlost(void *context, char *cause)
-{
-	MQTTAsync client = (MQTTAsync)context;
-	MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-	int rc;
-
-	printf("\nConnection lost\n");
-	printf("     cause: %s\n", cause);
-
-	printf("Reconnecting\n");
-	conn_opts.keepAliveInterval = 20;
-	conn_opts.cleansession = 1;
-	if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to start connect, return code %d\n", rc);
- 		finished = 1;
-	}
-}
-
-void onDisconnectFailure(void* context, MQTTAsync_failureData* response)
-{
-	printf("Disconnect failed\n");
-	finished = 1;
-}
-
-void onDisconnect(void* context, MQTTAsync_successData* response)
-{
-	printf("Successful disconnection\n");
-	finished = 1;
-}
-
-void onSendFailure(void* context, MQTTAsync_failureData* response)
-{
-	MQTTAsync client = (MQTTAsync)context;
-	MQTTAsync_disconnectOptions opts = MQTTAsync_disconnectOptions_initializer;
-	int rc;
-
-	printf("Message send failed token %d error code %d\n", response->token, response->code);
-	opts.onSuccess = onDisconnect;
-	opts.onFailure = onDisconnectFailure;
-	opts.context = client;
-	if ((rc = MQTTAsync_disconnect(client, &opts)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to start disconnect, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-}
-
-void onSend(void* context, MQTTAsync_successData* response)
-{
-	MQTTAsync client = (MQTTAsync)context;
-	MQTTAsync_disconnectOptions opts = MQTTAsync_disconnectOptions_initializer;
-	int rc;
-
-	printf("Message with token value %d delivery confirmed\n", response->token);
-	opts.onSuccess = onDisconnect;
-	opts.onFailure = onDisconnectFailure;
-	opts.context = client;
-	if ((rc = MQTTAsync_disconnect(client, &opts)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to start disconnect, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-}
-
-
-void onConnectFailure(void* context, MQTTAsync_failureData* response)
-{
-	printf("Connect failed, rc %d\n", response ? response->code : 0);
-	finished = 1;
-}
-
-
-void onConnect(void* context, MQTTAsync_successData* response)
-{
-	MQTTAsync client = (MQTTAsync)context;
-	MQTTAsync_responseOptions opts = MQTTAsync_responseOptions_initializer;
-	MQTTAsync_message pubmsg = MQTTAsync_message_initializer;
-	int rc;
-
-	printf("Successful connection\n");
-	opts.onSuccess = onSend;
-	opts.onFailure = onSendFailure;
-	opts.context = client;
-	pubmsg.payload = PAYLOAD;
-	pubmsg.payloadlen = (int)strlen(PAYLOAD);
-	pubmsg.qos = QOS;
-	pubmsg.retained = 0;
-	if ((rc = MQTTAsync_sendMessage(client, TOPIC, &pubmsg, &opts)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to start sendMessage, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-}
-
-int messageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* m)
-{
-	/* not expecting any messages */
-	return 1;
-}
-
-int main(int argc, char* argv[])
-{
-	MQTTAsync client;
-	MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-	int rc;
-
-	if ((rc = MQTTAsync_create(&client, ADDRESS, CLIENTID, MQTTCLIENT_PERSISTENCE_NONE, NULL)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to create client object, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-
-	if ((rc = MQTTAsync_setCallbacks(client, NULL, connlost, messageArrived, NULL)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to set callback, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-
-	conn_opts.keepAliveInterval = 20;
-	conn_opts.cleansession = 1;
-	conn_opts.onSuccess = onConnect;
-	conn_opts.onFailure = onConnectFailure;
-	conn_opts.context = client;
-	if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-	{
-		printf("Failed to start connect, return code %d\n", rc);
-		exit(EXIT_FAILURE);
-	}
-
-	printf("Waiting for publication of %s\n"
-         "on topic %s for client with ClientID: %s\n",
-         PAYLOAD, TOPIC, CLIENTID);
-	while (!finished)
-		#if defined(_WIN32)
-			Sleep(100);
-		#else
-			usleep(10000L);
-		#endif
-
-	MQTTAsync_destroy(&client);
- 	return rc;
-}
-  

+ 0 - 296
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_publish_time.cpp

@@ -1,296 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2020 IBM Corp.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution. 
- *
- * The Eclipse Public License is available at 
- *   https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at 
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *    Frank Pagliughi - loop to repeatedly read and sent time values.
- *******************************************************************************/
-
-// This is a somewhat contrived example to show an application that publishes
-// continuously, like a data acquisition app might do. In this case, though,
-// we don't have a sensor to read, so we use the system time as the number
-// of milliseconds since the epoch to simulate a data input.
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdint.h>
-#include <time.h>
-#include "MQTTAsync.h"
-#include <chrono>
-
-
-#if !defined(_WIN32)
-#include <unistd.h>
-#else
-#include <windows.h>
-#include <Minwinbase.h>
-#endif
-
-#if defined(_WRS_KERNEL)
-#include <OsWrapper.h>
-#endif
-
-#if defined(_WIN32) || defined(_WIN64)
-#define snprintf _snprintf
-#endif
-
-
-// Better not to flood a public broker. Test against localhost.
-#define ADDRESS         "mqtt://192.168.2.132:1883"
-
-char* CLIENTID   =    "publisher";
-char* TOPIC_SUB  = "test1";
-char* TOPIC_PUB  = "test2";
-#define QOS             1
-#define TIMEOUT         10000L
-#define SAMPLE_PERIOD   1    // in ms
-
-volatile int finished = 0;
-volatile int connected = 0;
-int subscribed = 0;
-int arrived_statu=1;
-
-volatile const int MAXLEN=10000;
-auto beg = std::chrono::steady_clock::now();
-auto end = std::chrono::steady_clock::now();
-
-void connlost(void *context, char *cause)
-{
-  MQTTAsync client = (MQTTAsync)context;
-  MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-  int rc;
-
-  printf("\nConnection lost\n");
-  printf("     cause: %s\n", cause);
-
-  printf("Reconnecting\n");
-  conn_opts.keepAliveInterval = 20;
-  conn_opts.cleansession = 1;
-  if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start connect, return code %d\n", rc);
-    finished = 1;
-  }
-}
-
-void onDisconnectFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Disconnect failed\n");
-  finished = 1;
-}
-
-void onDisconnect(void* context, MQTTAsync_successData* response)
-{
-  printf("Successful disconnection\n");
-  finished = 1;
-}
-
-void onSendFailure(void* context, MQTTAsync_failureData* response)
-{
-  MQTTAsync client = (MQTTAsync)context;
-  MQTTAsync_disconnectOptions opts = MQTTAsync_disconnectOptions_initializer;
-  int rc;
-
-  printf("Message send failed token %d error code %d\n", response->token, response->code);
-  opts.onSuccess = onDisconnect;
-  opts.onFailure = onDisconnectFailure;
-  opts.context = client;
-  if ((rc = MQTTAsync_disconnect(client, &opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start disconnect, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }
-}
-
-void onSend(void* context, MQTTAsync_successData* response)
-{
-  // This gets called when a message is acknowledged successfully.
-}
-
-
-void onConnectFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Connect failed, rc %d\n", response ? response->code : 0);
-  finished = 1;
-}
-
-void onSubscribe(void* context, MQTTAsync_successData* response)
-{
-  printf("Subscribe succeeded\n");
-  subscribed = 1;
-}
-
-void onSubscribeFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Subscribe failed, rc %d\n", response->code);
-  finished = 1;
-}
-
-
-void onConnect(void* context, MQTTAsync_successData* response)
-{
-  MQTTAsync client = (MQTTAsync)context;
-  MQTTAsync_responseOptions opts = MQTTAsync_responseOptions_initializer;
-  int rc;
-
-  printf("Successful connection\n");
-
-  printf("Subscribing to topic %s\nfor client %s using QoS%d\n\n"
-         "Press Q<Enter> to quit\n\n", TOPIC_SUB, CLIENTID, QOS);
-  opts.onSuccess = onSubscribe;
-  opts.onFailure = onSubscribeFailure;
-  opts.context = client;
-  if ((rc = MQTTAsync_subscribe(client, TOPIC_SUB, QOS, &opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start subscribe, return code %d\n", rc);
-    finished = 1;
-  }
-  printf("Successful connection\n");
-  connected = 1;
-}
-
-int messageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message)
-{
-  end = std::chrono::steady_clock::now();
-  auto duration_putget = std::chrono::duration_cast<std::chrono::microseconds>(end - beg);
-  double time = double(duration_putget.count()) * std::chrono::microseconds::period::num /
-          std::chrono::microseconds::period::den;
-
-
-  if(message->payloadlen>4)
-  {
-    int count=0;
-    memcpy(&count,(char*)message->payload,sizeof(int));
-    printf("topic: %s Message arrived count:%d time:%f\n",topicName,count,time);
-
-    arrived_statu=1;
-  }
-  MQTTAsync_freeMessage(&message);
-  MQTTAsync_free(topicName);
-  return 1;
-}
-
-int64_t getTime(void)
-{
-#if defined(_WIN32)
-  FILETIME ft;
-		GetSystemTimeAsFileTime(&ft);
-		return ((((int64_t) ft.dwHighDateTime) << 8) + ft.dwLowDateTime) / 10000;
-#else
-  struct timespec ts;
-  clock_gettime(CLOCK_REALTIME, &ts);
-  return ((int64_t) ts.tv_sec * 1000) + ((int64_t) ts.tv_nsec / 1000000);
-#endif
-}
-
-int main(int argc, char* argv[])
-{
-  if(argc<4)
-  {
-    printf("command format : cmd clientid topic_sub topic_pub\n");
-    return 0;
-  }
-  CLIENTID=argv[1];
-  TOPIC_SUB=argv[2];
-  TOPIC_PUB=argv[3];
-  MQTTAsync client;
-  MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-
-  MQTTAsync_message pubmsg = MQTTAsync_message_initializer;
-  MQTTAsync_responseOptions pub_opts = MQTTAsync_responseOptions_initializer;
-
-
-  MQTTAsync_createOptions create_opts=MQTTAsync_createOptions_initializer;
-  create_opts.maxBufferedMessages=MAXLEN+100;
-  int rc;
-
-  if ((rc=MQTTAsync_createWithOptions(&client,ADDRESS,CLIENTID,MQTTCLIENT_PERSISTENCE_NONE,NULL,&create_opts)
-          != MQTTASYNC_SUCCESS))
-  {
-    printf("Failed to create client object, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }
-  /*if ((rc = MQTTAsync_create(&client, ADDRESS, CLIENTID, MQTTCLIENT_PERSISTENCE_NONE, NULL)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to create client object, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }*/
-
-  if ((rc = MQTTAsync_setCallbacks(client, NULL, connlost, messageArrived, NULL)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to set callback, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }
-
-  conn_opts.keepAliveInterval = 20;
-  conn_opts.cleansession = 1;
-  conn_opts.onSuccess = onConnect;
-  conn_opts.onFailure = onConnectFailure;
-  conn_opts.context = client;
-  if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start connect, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }
-
-  while (!connected) {
-#if defined(_WIN32)
-    Sleep(100);
-#else
-    usleep(100000L);
-#endif
-  }
-
-  int count=-1;
-
-  while (!finished&& subscribed) {
-    int64_t t = getTime();
-    if(arrived_statu==1)
-    {
-      count++;
-      char buf[MAXLEN];
-      memset(buf, 48, MAXLEN);
-      memcpy(buf, &count, sizeof(count));
-      //int n = snprintf(buf, sizeof(buf), "%lld", (long long) t);
-
-        printf(" send %d\n", count);
-
-      pub_opts.onSuccess = onSend;
-      pub_opts.onFailure = onSendFailure;
-      pub_opts.context = client;
-
-      pubmsg.payload = buf;
-      pubmsg.payloadlen = MAXLEN;
-      pubmsg.qos = QOS;
-      pubmsg.retained = 0;
-
-      beg = std::chrono::steady_clock::now();
-      if ((rc = MQTTAsync_sendMessage(client, TOPIC_PUB, &pubmsg, &pub_opts)) != MQTTASYNC_SUCCESS)
-      {
-        printf("Failed to start sendMessage, return code %d\n", rc);
-        exit(EXIT_FAILURE);
-      }
-      arrived_statu=0;
-    }
-
-
-#if defined(_WIN32)
-    Sleep(SAMPLE_PERIOD);
-#else
-    usleep(SAMPLE_PERIOD * 1000);
-#endif
-  }
-
-  MQTTAsync_destroy(&client);
-  return rc;
-}

+ 0 - 219
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTAsync_subscribe.c

@@ -1,219 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2022 IBM Corp., Ian Craggs
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution.
- *
- * The Eclipse Public License is available at
- *   https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *******************************************************************************/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "MQTTAsync.h"
-
-#if !defined(_WIN32)
-#include <unistd.h>
-#else
-#include <windows.h>
-#endif
-
-#if defined(_WRS_KERNEL)
-#include <OsWrapper.h>
-#endif
-
-#define ADDRESS     "tcp://192.168.2.132:1883"
-#define CLIENTID    "sub"
-#define TOPIC       "test2"
-#define QOS         1
-#define TIMEOUT     10000L
-
-int disc_finished = 0;
-int subscribed = 0;
-int finished = 0;
-const int MAXLEN=10000;
-
-void onConnect(void* context, MQTTAsync_successData* response);
-void onConnectFailure(void* context, MQTTAsync_failureData* response);
-
-void connlost(void *context, char *cause)
-{
-  MQTTAsync client = (MQTTAsync)context;
-  MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-  int rc;
-
-  printf("\nConnection lost\n");
-  if (cause)
-    printf("     cause: %s\n", cause);
-
-  printf("Reconnecting\n");
-  conn_opts.keepAliveInterval = 20;
-  conn_opts.cleansession = 1;
-  conn_opts.onSuccess = onConnect;
-  conn_opts.onFailure = onConnectFailure;
-  if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start connect, return code %d\n", rc);
-    finished = 1;
-  }
-}
-
-
-int msgarrvd(void *context, char *topicName, int topicLen, MQTTAsync_message *message)
-{
-
-  if(message->payloadlen>4)
-  {
-    int count=0;
-    memcpy(&count,(char*)message->payload,sizeof(int));
-    if(count%100==0)
-      printf("topic: %s Message arrived count:%d\n",topicName,count);
-  }
-
-  MQTTAsync_freeMessage(&message);
-  MQTTAsync_free(topicName);
-  return 1;
-}
-
-void onDisconnectFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Disconnect failed, rc %d\n", response->code);
-  disc_finished = 1;
-}
-
-void onDisconnect(void* context, MQTTAsync_successData* response)
-{
-  printf("Successful disconnection\n");
-  disc_finished = 1;
-}
-
-void onSubscribe(void* context, MQTTAsync_successData* response)
-{
-  printf("Subscribe succeeded\n");
-  subscribed = 1;
-}
-
-void onSubscribeFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Subscribe failed, rc %d\n", response->code);
-  finished = 1;
-}
-
-
-void onConnectFailure(void* context, MQTTAsync_failureData* response)
-{
-  printf("Connect failed, rc %d\n", response->code);
-  finished = 1;
-}
-
-
-void onConnect(void* context, MQTTAsync_successData* response)
-{
-  MQTTAsync client = (MQTTAsync)context;
-  MQTTAsync_responseOptions opts = MQTTAsync_responseOptions_initializer;
-  int rc;
-
-  printf("Successful connection\n");
-
-  printf("Subscribing to topic %s\nfor client %s using QoS%d\n\n"
-         "Press Q<Enter> to quit\n\n", TOPIC, CLIENTID, QOS);
-  opts.onSuccess = onSubscribe;
-  opts.onFailure = onSubscribeFailure;
-  opts.context = client;
-  if ((rc = MQTTAsync_subscribe(client, TOPIC, QOS, &opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start subscribe, return code %d\n", rc);
-    finished = 1;
-  }
-}
-
-
-int main(int argc, char* argv[])
-{
-  MQTTAsync client;
-  MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer;
-  MQTTAsync_disconnectOptions disc_opts = MQTTAsync_disconnectOptions_initializer;
-  int rc;
-  int ch;
-
-  MQTTAsync_createOptions create_opts=MQTTAsync_createOptions_initializer;
-  create_opts.maxBufferedMessages=MAXLEN+100;
-
-  if ((rc=MQTTAsync_createWithOptions(&client,ADDRESS,CLIENTID,MQTTCLIENT_PERSISTENCE_NONE,NULL,&create_opts)
-          != MQTTASYNC_SUCCESS))
-  {
-    printf("Failed to create client object, return code %d\n", rc);
-    exit(EXIT_FAILURE);
-  }
-
-  /*if ((rc = MQTTAsync_create(&client, ADDRESS, CLIENTID, MQTTCLIENT_PERSISTENCE_NONE, NULL))
-          != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to create client, return code %d\n", rc);
-    rc = EXIT_FAILURE;
-    goto exit;
-  }*/
-
-  if ((rc = MQTTAsync_setCallbacks(client, client, connlost, msgarrvd, NULL)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to set callbacks, return code %d\n", rc);
-    rc = EXIT_FAILURE;
-    goto destroy_exit;
-  }
-
-  conn_opts.keepAliveInterval = 20;
-  conn_opts.cleansession = 1;
-  conn_opts.onSuccess = onConnect;
-  conn_opts.onFailure = onConnectFailure;
-  conn_opts.context = client;
-  if ((rc = MQTTAsync_connect(client, &conn_opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start connect, return code %d\n", rc);
-    rc = EXIT_FAILURE;
-    goto destroy_exit;
-  }
-
-  while (!subscribed && !finished)
-#if defined(_WIN32)
-    Sleep(100);
-#else
-    usleep(10000L);
-#endif
-
-  if (finished)
-    goto exit;
-
-  do
-  {
-    ch = getchar();
-  } while (ch!='Q' && ch != 'q');
-
-  disc_opts.onSuccess = onDisconnect;
-  disc_opts.onFailure = onDisconnectFailure;
-  if ((rc = MQTTAsync_disconnect(client, &disc_opts)) != MQTTASYNC_SUCCESS)
-  {
-    printf("Failed to start disconnect, return code %d\n", rc);
-    rc = EXIT_FAILURE;
-    goto destroy_exit;
-  }
-  while (!disc_finished)
-  {
-#if defined(_WIN32)
-    Sleep(100);
-#else
-    usleep(10000L);
-#endif
-  }
-
-  destroy_exit:
-  MQTTAsync_destroy(&client);
-  exit:
-  return rc;
-}

+ 0 - 72
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_publish.c

@@ -1,72 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2022 IBM Corp., Ian Craggs
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution. 
- *
- * The Eclipse Public License is available at 
- *   https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at 
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *******************************************************************************/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "MQTTClient.h"
-
-#define ADDRESS     "tcp://mqtt.eclipseprojects.io:1883"
-#define CLIENTID    "ExampleClientPub"
-#define TOPIC       "MQTT Examples"
-#define PAYLOAD     "Hello World!"
-#define QOS         1
-#define TIMEOUT     10000L
-
-int main(int argc, char* argv[])
-{
-    MQTTClient client;
-    MQTTClient_connectOptions conn_opts = MQTTClient_connectOptions_initializer;
-    MQTTClient_message pubmsg = MQTTClient_message_initializer;
-    MQTTClient_deliveryToken token;
-    int rc;
-
-    if ((rc = MQTTClient_create(&client, ADDRESS, CLIENTID,
-        MQTTCLIENT_PERSISTENCE_NONE, NULL)) != MQTTCLIENT_SUCCESS)
-    {
-         printf("Failed to create client, return code %d\n", rc);
-         exit(EXIT_FAILURE);
-    }
-
-    conn_opts.keepAliveInterval = 20;
-    conn_opts.cleansession = 1;
-    if ((rc = MQTTClient_connect(client, &conn_opts)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to connect, return code %d\n", rc);
-        exit(EXIT_FAILURE);
-    }
-
-    pubmsg.payload = PAYLOAD;
-    pubmsg.payloadlen = (int)strlen(PAYLOAD);
-    pubmsg.qos = QOS;
-    pubmsg.retained = 0;
-    if ((rc = MQTTClient_publishMessage(client, TOPIC, &pubmsg, &token)) != MQTTCLIENT_SUCCESS)
-    {
-         printf("Failed to publish message, return code %d\n", rc);
-         exit(EXIT_FAILURE);
-    }
-
-    printf("Waiting for up to %d seconds for publication of %s\n"
-            "on topic %s for client with ClientID: %s\n",
-            (int)(TIMEOUT/1000), PAYLOAD, TOPIC, CLIENTID);
-    rc = MQTTClient_waitForCompletion(client, token, TIMEOUT);
-    printf("Message with delivery token %d delivered\n", token);
-
-    if ((rc = MQTTClient_disconnect(client, 10000)) != MQTTCLIENT_SUCCESS)
-    	printf("Failed to disconnect, return code %d\n", rc);
-    MQTTClient_destroy(&client);
-    return rc;
-}

+ 0 - 127
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_publish_async.c

@@ -1,127 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2022 IBM Corp., Ian Craggs
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution.
- *
- * The Eclipse Public License is available at
- *    https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *******************************************************************************/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "MQTTClient.h"
-
-#if !defined(_WIN32)
-#include <unistd.h>
-#else
-#include <windows.h>
-#endif
-
-#define ADDRESS     "tcp://mqtt.eclipseprojects.io:1883"
-#define CLIENTID    "ExampleClientPub"
-#define TOPIC       "MQTT Examples"
-#define PAYLOAD     "Hello World!"
-#define QOS         1
-#define TIMEOUT     10000L
-
-MQTTClient_deliveryToken deliveredtoken;
-
-void delivered(void *context, MQTTClient_deliveryToken dt)
-{
-    printf("Message with token value %d delivery confirmed\n", dt);
-    deliveredtoken = dt;
-}
-
-int msgarrvd(void *context, char *topicName, int topicLen, MQTTClient_message *message)
-{
-    printf("Message arrived\n");
-    printf("     topic: %s\n", topicName);
-    printf("   message: %.*s\n", message->payloadlen, (char*)message->payload);
-    MQTTClient_freeMessage(&message);
-    MQTTClient_free(topicName);
-    return 1;
-}
-
-void connlost(void *context, char *cause)
-{
-    printf("\nConnection lost\n");
-    printf("     cause: %s\n", cause);
-}
-
-int main(int argc, char* argv[])
-{
-    MQTTClient client;
-    MQTTClient_connectOptions conn_opts = MQTTClient_connectOptions_initializer;
-    MQTTClient_message pubmsg = MQTTClient_message_initializer;
-    MQTTClient_deliveryToken token;
-    int rc;
-
-    if ((rc = MQTTClient_create(&client, ADDRESS, CLIENTID,
-        MQTTCLIENT_PERSISTENCE_NONE, NULL)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to create client, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto exit;
-    }
-
-    if ((rc = MQTTClient_setCallbacks(client, NULL, connlost, msgarrvd, delivered)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to set callbacks, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto destroy_exit;
-    }
-
-    conn_opts.keepAliveInterval = 20;
-    conn_opts.cleansession = 1;
-    if ((rc = MQTTClient_connect(client, &conn_opts)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to connect, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto destroy_exit;
-    }
-
-    pubmsg.payload = PAYLOAD;
-    pubmsg.payloadlen = (int)strlen(PAYLOAD);
-    pubmsg.qos = QOS;
-    pubmsg.retained = 0;
-    deliveredtoken = 0;
-    if ((rc = MQTTClient_publishMessage(client, TOPIC, &pubmsg, &token)) != MQTTCLIENT_SUCCESS)
-    {
-    	printf("Failed to publish message, return code %d\n", rc);
-    	rc = EXIT_FAILURE;
-    }
-    else
-    {
-    	printf("Waiting for publication of %s\n"
-            "on topic %s for client with ClientID: %s\n",
-            PAYLOAD, TOPIC, CLIENTID);
-    	while (deliveredtoken != token)
-    	{
-			#if defined(_WIN32)
-				Sleep(100);
-			#else
-				usleep(10000L);
-			#endif
-    	}
-    }
-
-    if ((rc = MQTTClient_disconnect(client, 10000)) != MQTTCLIENT_SUCCESS)
-    {
-    	printf("Failed to disconnect, return code %d\n", rc);
-    	rc = EXIT_FAILURE;
-    }
-
-destroy_exit:
-    MQTTClient_destroy(&client);
-
-exit:
-    return rc;
-}

+ 0 - 114
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/MQTTClient_subscribe.c

@@ -1,114 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2012, 2022 IBM Corp., Ian Craggs
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * and Eclipse Distribution License v1.0 which accompany this distribution. 
- *
- * The Eclipse Public License is available at 
- *   https://www.eclipse.org/legal/epl-2.0/
- * and the Eclipse Distribution License is available at 
- *   http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * Contributors:
- *    Ian Craggs - initial contribution
- *******************************************************************************/
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "MQTTClient.h"
-
-#define ADDRESS     "tcp://mqtt.eclipseprojects.io:1883"
-#define CLIENTID    "ExampleClientSub"
-#define TOPIC       "MQTT Examples"
-#define PAYLOAD     "Hello World!"
-#define QOS         1
-#define TIMEOUT     10000L
-
-volatile MQTTClient_deliveryToken deliveredtoken;
-
-void delivered(void *context, MQTTClient_deliveryToken dt)
-{
-    printf("Message with token value %d delivery confirmed\n", dt);
-    deliveredtoken = dt;
-}
-
-int msgarrvd(void *context, char *topicName, int topicLen, MQTTClient_message *message)
-{
-    printf("Message arrived\n");
-    printf("     topic: %s\n", topicName);
-    printf("   message: %.*s\n", message->payloadlen, (char*)message->payload);
-    MQTTClient_freeMessage(&message);
-    MQTTClient_free(topicName);
-    return 1;
-}
-
-void connlost(void *context, char *cause)
-{
-    printf("\nConnection lost\n");
-    printf("     cause: %s\n", cause);
-}
-
-int main(int argc, char* argv[])
-{
-    MQTTClient client;
-    MQTTClient_connectOptions conn_opts = MQTTClient_connectOptions_initializer;
-    int rc;
-
-    if ((rc = MQTTClient_create(&client, ADDRESS, CLIENTID,
-        MQTTCLIENT_PERSISTENCE_NONE, NULL)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to create client, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto exit;
-    }
-
-    if ((rc = MQTTClient_setCallbacks(client, NULL, connlost, msgarrvd, delivered)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to set callbacks, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto destroy_exit;
-    }
-
-    conn_opts.keepAliveInterval = 20;
-    conn_opts.cleansession = 1;
-    if ((rc = MQTTClient_connect(client, &conn_opts)) != MQTTCLIENT_SUCCESS)
-    {
-        printf("Failed to connect, return code %d\n", rc);
-        rc = EXIT_FAILURE;
-        goto destroy_exit;
-    }
-
-    printf("Subscribing to topic %s\nfor client %s using QoS%d\n\n"
-           "Press Q<Enter> to quit\n\n", TOPIC, CLIENTID, QOS);
-    if ((rc = MQTTClient_subscribe(client, TOPIC, QOS)) != MQTTCLIENT_SUCCESS)
-    {
-    	printf("Failed to subscribe, return code %d\n", rc);
-    	rc = EXIT_FAILURE;
-    }
-    else
-    {
-    	int ch;
-    	do
-    	{
-        	ch = getchar();
-    	} while (ch!='Q' && ch != 'q');
-
-        if ((rc = MQTTClient_unsubscribe(client, TOPIC)) != MQTTCLIENT_SUCCESS)
-        {
-        	printf("Failed to unsubscribe, return code %d\n", rc);
-        	rc = EXIT_FAILURE;
-        }
-    }
-
-    if ((rc = MQTTClient_disconnect(client, 10000)) != MQTTCLIENT_SUCCESS)
-    {
-    	printf("Failed to disconnect, return code %d\n", rc);
-    	rc = EXIT_FAILURE;
-    }
-destroy_exit:
-    MQTTClient_destroy(&client);
-exit:
-    return rc;
-}

+ 0 - 50
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/client_sample.cpp

@@ -1,50 +0,0 @@
-//
-// Created by zx on 23-2-22.
-//
-
-#include "paho_client.h"
-#include "mqttmsg.h"
-#include "point_tool.h"
-#include <pcl/common/transforms.h>
-#include <pcl/visualization/pcl_visualizer.h>
-#define QOS 1
-
-int main(int argc,char* argv[])
-{
-  Paho_client client("nodeaa");
-  client.set_maxbuf(10000*12);
-  client.connect("192.168.2.132",1883);
-
-  pcl::PointCloud<pcl::PointXYZ>::Ptr cloud=ReadTxtCloud("./two_lidar.txt");
-  float x=0;
-  float theta=0;
-
-  pcl::visualization::PCLVisualizer viewer ("ssssss");
-
-  while(1)
-  {
-    theta+=(M_PI*0.5/180.0);
-    Eigen::Affine3f transform_2 = Eigen::Affine3f::Identity();
-
-    // Define a translation of 2.5 meters on the x axis.
-    transform_2.translation() << 0, 0.0, 0.0;
-
-    // The same rotation matrix as before; theta radians arround Z axis
-    transform_2.rotate (Eigen::AngleAxisf (theta, Eigen::Vector3f::UnitZ()));
-
-    pcl::PointCloud<pcl::PointXYZ>::Ptr transformed_cloud (new pcl::PointCloud<pcl::PointXYZ> ());
-    // 你可以使用 transform_1 或者 transform_2;效果都是一样的
-    pcl::transformPointCloud (*cloud, *transformed_cloud, transform_2);
-
-    MqttMsg msg;
-    msg.fromPclPointCloud(transformed_cloud);
-    client.publish("cloudaa",QOS,msg);
-    viewer.removeAllPointClouds();
-    pcl::visualization::PointCloudColorHandlerCustom<pcl::PointXYZ> transformed_cloud_color_handler (transformed_cloud, 255, 255, 255); // Red
-    viewer.addPointCloud (transformed_cloud, transformed_cloud_color_handler, "transformed_cloud");
-    printf(" client send :%f  BYTES:%d\n",x,msg.length());
-
-    viewer.spinOnce ();
-    usleep(1000*10);
-  }
-}

+ 0 - 0
MeasurementNode/Modules/DataToCloud/service/pahoc_samples/samples/mqttmsg.cpp


Some files were not shown because too many files changed in this diff