reworking input system
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
2d5197a247
commit
d2e3e6cfc9
Binary file not shown.
Before Width: | Height: | Size: 473 KiB |
@ -0,0 +1,14 @@
|
||||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "pluginManagement",
|
||||
"source" : "pluginManagement"
|
||||
}
|
||||
}
|
@ -0,0 +1,188 @@
|
||||
{
|
||||
"archive" : {},
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "pluginManagement/libPluginManager.a"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"target_link_libraries",
|
||||
"include_directories"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"pluginManagement/CMakeLists.txt",
|
||||
"CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 9,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 12,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"file" : 1
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 1,
|
||||
"line" : 27,
|
||||
"parent" : 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -Ofast -fPIC"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 4,
|
||||
"isSystem" : true,
|
||||
"path" : "/usr/local/include/opencv4"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"languageStandard" :
|
||||
{
|
||||
"backtraces" :
|
||||
[
|
||||
2
|
||||
],
|
||||
"standard" : "17"
|
||||
},
|
||||
"sourceIndexes" :
|
||||
[
|
||||
1,
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "threadweaver::@c7368952ba8127deadb8"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "perfcheckers::@501d29f7c800db3c807e"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "ihidapi::@19a4cf7360e32c169c78"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "cameras::@3a9ebc01f2eace455cbc"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "psvr::@ece2be6823c963226006"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "hw_ext::@7379838662f63f423f38"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "hw::@03567a4ea8faa535b1a7"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "controllers::@cdd6841292f4b61bf49a"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "observers::@71a22631bf659dcec043"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "zbarLib::@621fc8d0333ad9bde6b1"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "windows::@2d38797009bf847d6ff0"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "support::@1405d3370a9f595ecd7f"
|
||||
}
|
||||
],
|
||||
"id" : "PluginManager::@f4fb5e2c1782bbd6f630",
|
||||
"name" : "PluginManager",
|
||||
"nameOnDisk" : "libPluginManager.a",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "pluginManagement",
|
||||
"source" : "pluginManagement"
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Header Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
1,
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "pluginManagement/PluginManager.hpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "pluginManagement/PluginManager.cpp",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "pluginManagement/Plugin.hpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "pluginManagement/Plugin.cpp",
|
||||
"sourceGroupIndex" : 1
|
||||
}
|
||||
],
|
||||
"type" : "STATIC_LIBRARY"
|
||||
}
|
@ -1 +1 @@
|
||||
/usr/bin/g++ -g -Ofast -fPIC -rdynamic CMakeFiles/prog.dir/main.cpp.o CMakeFiles/prog.dir/topLevelManager.cpp.o -o prog -L/home/kanken/code/AHRS_core/src/build -Wl,-rpath,/home/kanken/code/AHRS_core/src/build:/usr/local/lib pipeline/libpipelineLib.a -ltbb model/windows/libwindows.a ui/support/libsupport.a model/controllers/libcontrollers.a -lOpenGL -lGLX -lGLU model/hardware/psvr/libpsvr.a model/hardware/ihidapi/libihidapi.a /usr/local/lib/libhidapi-hidraw.so.0.13.0 model/hardware/cameras/libcameras.a model/hardware/hw/libhw.a model/hardware/hw/extendables/libhw_ext.a model/patterns/observer/libobservers.a threadweaver/libthreadweaver.a model/perfcheckers/libperfcheckers.a processing/zbar/libzbarLib.a /usr/local/lib/libopencv_gapi.so.4.6.0 /usr/local/lib/libopencv_stitching.so.4.6.0 /usr/local/lib/libopencv_aruco.so.4.6.0 /usr/local/lib/libopencv_barcode.so.4.6.0 /usr/local/lib/libopencv_bgsegm.so.4.6.0 /usr/local/lib/libopencv_bioinspired.so.4.6.0 /usr/local/lib/libopencv_ccalib.so.4.6.0 /usr/local/lib/libopencv_dnn_objdetect.so.4.6.0 /usr/local/lib/libopencv_dnn_superres.so.4.6.0 /usr/local/lib/libopencv_dpm.so.4.6.0 /usr/local/lib/libopencv_face.so.4.6.0 /usr/local/lib/libopencv_freetype.so.4.6.0 /usr/local/lib/libopencv_fuzzy.so.4.6.0 /usr/local/lib/libopencv_hfs.so.4.6.0 /usr/local/lib/libopencv_img_hash.so.4.6.0 /usr/local/lib/libopencv_intensity_transform.so.4.6.0 /usr/local/lib/libopencv_line_descriptor.so.4.6.0 /usr/local/lib/libopencv_mcc.so.4.6.0 /usr/local/lib/libopencv_quality.so.4.6.0 /usr/local/lib/libopencv_rapid.so.4.6.0 /usr/local/lib/libopencv_reg.so.4.6.0 /usr/local/lib/libopencv_rgbd.so.4.6.0 /usr/local/lib/libopencv_saliency.so.4.6.0 /usr/local/lib/libopencv_stereo.so.4.6.0 /usr/local/lib/libopencv_structured_light.so.4.6.0 /usr/local/lib/libopencv_phase_unwrapping.so.4.6.0 /usr/local/lib/libopencv_superres.so.4.6.0 /usr/local/lib/libopencv_optflow.so.4.6.0 /usr/local/lib/libopencv_surface_matching.so.4.6.0 /usr/local/lib/libopencv_tracking.so.4.6.0 /usr/local/lib/libopencv_highgui.so.4.6.0 /usr/local/lib/libopencv_datasets.so.4.6.0 /usr/local/lib/libopencv_plot.so.4.6.0 /usr/local/lib/libopencv_text.so.4.6.0 /usr/local/lib/libopencv_videostab.so.4.6.0 /usr/local/lib/libopencv_videoio.so.4.6.0 /usr/local/lib/libopencv_wechat_qrcode.so.4.6.0 /usr/local/lib/libopencv_xfeatures2d.so.4.6.0 /usr/local/lib/libopencv_ml.so.4.6.0 /usr/local/lib/libopencv_shape.so.4.6.0 /usr/local/lib/libopencv_ximgproc.so.4.6.0 /usr/local/lib/libopencv_video.so.4.6.0 /usr/local/lib/libopencv_xobjdetect.so.4.6.0 /usr/local/lib/libopencv_imgcodecs.so.4.6.0 /usr/local/lib/libopencv_objdetect.so.4.6.0 /usr/local/lib/libopencv_calib3d.so.4.6.0 /usr/local/lib/libopencv_dnn.so.4.6.0 /usr/local/lib/libopencv_features2d.so.4.6.0 /usr/local/lib/libopencv_flann.so.4.6.0 /usr/local/lib/libopencv_xphoto.so.4.6.0 /usr/local/lib/libopencv_photo.so.4.6.0 /usr/local/lib/libopencv_imgproc.so.4.6.0 /usr/local/lib/libopencv_core.so.4.6.0 -lzbar
|
||||
/usr/bin/g++ -g -Ofast -fPIC -rdynamic CMakeFiles/prog.dir/main.cpp.o CMakeFiles/prog.dir/topLevelManager.cpp.o -o prog -L/home/kanken/code/AHRS_core/src/build -Wl,-rpath,/home/kanken/code/AHRS_core/src/build:/usr/local/lib pipeline/libpipelineLib.a -ltbb pluginManagement/libPluginManager.a pipeline/libpipelineLib.a pluginManagement/libPluginManager.a model/windows/libwindows.a ui/support/libsupport.a model/controllers/libcontrollers.a -lOpenGL -lGLX -lGLU model/hardware/psvr/libpsvr.a model/hardware/ihidapi/libihidapi.a /usr/local/lib/libhidapi-hidraw.so.0.13.0 model/hardware/cameras/libcameras.a model/hardware/hw/libhw.a model/hardware/hw/extendables/libhw_ext.a -lCppLinuxSerial model/patterns/observer/libobservers.a threadweaver/libthreadweaver.a model/perfcheckers/libperfcheckers.a processing/zbar/libzbarLib.a /usr/local/lib/libopencv_gapi.so.4.6.0 /usr/local/lib/libopencv_stitching.so.4.6.0 /usr/local/lib/libopencv_aruco.so.4.6.0 /usr/local/lib/libopencv_barcode.so.4.6.0 /usr/local/lib/libopencv_bgsegm.so.4.6.0 /usr/local/lib/libopencv_bioinspired.so.4.6.0 /usr/local/lib/libopencv_ccalib.so.4.6.0 /usr/local/lib/libopencv_dnn_objdetect.so.4.6.0 /usr/local/lib/libopencv_dnn_superres.so.4.6.0 /usr/local/lib/libopencv_dpm.so.4.6.0 /usr/local/lib/libopencv_face.so.4.6.0 /usr/local/lib/libopencv_freetype.so.4.6.0 /usr/local/lib/libopencv_fuzzy.so.4.6.0 /usr/local/lib/libopencv_hfs.so.4.6.0 /usr/local/lib/libopencv_img_hash.so.4.6.0 /usr/local/lib/libopencv_intensity_transform.so.4.6.0 /usr/local/lib/libopencv_line_descriptor.so.4.6.0 /usr/local/lib/libopencv_mcc.so.4.6.0 /usr/local/lib/libopencv_quality.so.4.6.0 /usr/local/lib/libopencv_rapid.so.4.6.0 /usr/local/lib/libopencv_reg.so.4.6.0 /usr/local/lib/libopencv_rgbd.so.4.6.0 /usr/local/lib/libopencv_saliency.so.4.6.0 /usr/local/lib/libopencv_stereo.so.4.6.0 /usr/local/lib/libopencv_structured_light.so.4.6.0 /usr/local/lib/libopencv_phase_unwrapping.so.4.6.0 /usr/local/lib/libopencv_superres.so.4.6.0 /usr/local/lib/libopencv_optflow.so.4.6.0 /usr/local/lib/libopencv_surface_matching.so.4.6.0 /usr/local/lib/libopencv_tracking.so.4.6.0 /usr/local/lib/libopencv_highgui.so.4.6.0 /usr/local/lib/libopencv_datasets.so.4.6.0 /usr/local/lib/libopencv_plot.so.4.6.0 /usr/local/lib/libopencv_text.so.4.6.0 /usr/local/lib/libopencv_videostab.so.4.6.0 /usr/local/lib/libopencv_videoio.so.4.6.0 /usr/local/lib/libopencv_wechat_qrcode.so.4.6.0 /usr/local/lib/libopencv_xfeatures2d.so.4.6.0 /usr/local/lib/libopencv_ml.so.4.6.0 /usr/local/lib/libopencv_shape.so.4.6.0 /usr/local/lib/libopencv_ximgproc.so.4.6.0 /usr/local/lib/libopencv_video.so.4.6.0 /usr/local/lib/libopencv_xobjdetect.so.4.6.0 /usr/local/lib/libopencv_imgcodecs.so.4.6.0 /usr/local/lib/libopencv_objdetect.so.4.6.0 /usr/local/lib/libopencv_calib3d.so.4.6.0 /usr/local/lib/libopencv_dnn.so.4.6.0 /usr/local/lib/libopencv_features2d.so.4.6.0 /usr/local/lib/libopencv_flann.so.4.6.0 /usr/local/lib/libopencv_xphoto.so.4.6.0 /usr/local/lib/libopencv_photo.so.4.6.0 /usr/local/lib/libopencv_imgproc.so.4.6.0 /usr/local/lib/libopencv_core.so.4.6.0 -lzbar
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 31
|
||||
CMAKE_PROGRESS_2 = 32
|
||||
CMAKE_PROGRESS_3 = 33
|
||||
CMAKE_PROGRESS_1 = 35
|
||||
CMAKE_PROGRESS_2 = 36
|
||||
CMAKE_PROGRESS_3 = 37
|
||||
|
||||
|
@ -1 +1 @@
|
||||
44
|
||||
48
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 5
|
||||
CMAKE_PROGRESS_2 = 6
|
||||
CMAKE_PROGRESS_3 = 7
|
||||
CMAKE_PROGRESS_1 = 8
|
||||
CMAKE_PROGRESS_2 = 9
|
||||
CMAKE_PROGRESS_3 = 10
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_1 = 4
|
||||
CMAKE_PROGRESS_2 = 5
|
||||
CMAKE_PROGRESS_3 = 6
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
/usr/bin/ar qc libhw.a CMakeFiles/hw.dir/serial.cpp.o
|
||||
/usr/bin/ar qc libhw.a CMakeFiles/hw.dir/inputManager.cpp.o
|
||||
/usr/bin/ranlib libhw.a
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 8
|
||||
CMAKE_PROGRESS_2 = 9
|
||||
CMAKE_PROGRESS_1 = 11
|
||||
CMAKE_PROGRESS_2 = 12
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 10
|
||||
CMAKE_PROGRESS_2 = 11
|
||||
CMAKE_PROGRESS_1 = 13
|
||||
CMAKE_PROGRESS_2 = 14
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 12
|
||||
CMAKE_PROGRESS_2 = 13
|
||||
CMAKE_PROGRESS_1 = 15
|
||||
CMAKE_PROGRESS_2 = 16
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 34
|
||||
CMAKE_PROGRESS_2 = 35
|
||||
CMAKE_PROGRESS_1 = 38
|
||||
CMAKE_PROGRESS_2 = 39
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
CMAKE_PROGRESS_1 = 4
|
||||
CMAKE_PROGRESS_1 = 7
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 14
|
||||
CMAKE_PROGRESS_2 = 15
|
||||
CMAKE_PROGRESS_1 = 17
|
||||
CMAKE_PROGRESS_2 = 18
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 16
|
||||
CMAKE_PROGRESS_2 = 17
|
||||
CMAKE_PROGRESS_1 = 19
|
||||
CMAKE_PROGRESS_2 = 20
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 40
|
||||
CMAKE_PROGRESS_2 = 41
|
||||
CMAKE_PROGRESS_3 = 42
|
||||
CMAKE_PROGRESS_1 = 44
|
||||
CMAKE_PROGRESS_2 = 45
|
||||
CMAKE_PROGRESS_3 = 46
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
/usr/bin/ar qc libpipelineLib.a CMakeFiles/pipelineLib.dir/abstract/pipelineNode.cpp.o CMakeFiles/pipelineLib.dir/members/cameraPickerNode.cpp.o CMakeFiles/pipelineLib.dir/members/displayOutputNode.cpp.o CMakeFiles/pipelineLib.dir/members/uiDrawerNode.cpp.o CMakeFiles/pipelineLib.dir/members/uiMergerNode.cpp.o CMakeFiles/pipelineLib.dir/members/zbarAnalysisNode.cpp.o CMakeFiles/pipelineLib.dir/members/videoCaptureNode.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/fpsCounter.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/staticImageOverlayer.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/zbarOverlayer.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/uiMenuItem.cpp.o CMakeFiles/pipelineLib.dir/pipeline.cpp.o
|
||||
/usr/bin/ar qc libpipelineLib.a CMakeFiles/pipelineLib.dir/abstract/pipelineNode.cpp.o CMakeFiles/pipelineLib.dir/members/cameraPickerNode.cpp.o CMakeFiles/pipelineLib.dir/members/displayOutputNode.cpp.o CMakeFiles/pipelineLib.dir/members/uiDrawerNode.cpp.o CMakeFiles/pipelineLib.dir/members/uiMergerNode.cpp.o CMakeFiles/pipelineLib.dir/members/zbarAnalysisNode.cpp.o CMakeFiles/pipelineLib.dir/members/videoCaptureNode.cpp.o CMakeFiles/pipelineLib.dir/members/pluginNode.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/fpsCounter.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/staticImageOverlayer.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/zbarOverlayer.cpp.o CMakeFiles/pipelineLib.dir/members/subNodes/uiMenuItem.cpp.o CMakeFiles/pipelineLib.dir/pipeline.cpp.o
|
||||
/usr/bin/ranlib libpipelineLib.a
|
||||
|
@ -1,14 +1,15 @@
|
||||
CMAKE_PROGRESS_1 = 18
|
||||
CMAKE_PROGRESS_2 = 19
|
||||
CMAKE_PROGRESS_3 = 20
|
||||
CMAKE_PROGRESS_4 = 21
|
||||
CMAKE_PROGRESS_5 = 22
|
||||
CMAKE_PROGRESS_6 = 23
|
||||
CMAKE_PROGRESS_7 = 24
|
||||
CMAKE_PROGRESS_8 = 25
|
||||
CMAKE_PROGRESS_9 = 26
|
||||
CMAKE_PROGRESS_10 = 27
|
||||
CMAKE_PROGRESS_11 = 28
|
||||
CMAKE_PROGRESS_12 = 29
|
||||
CMAKE_PROGRESS_13 = 30
|
||||
CMAKE_PROGRESS_1 = 21
|
||||
CMAKE_PROGRESS_2 = 22
|
||||
CMAKE_PROGRESS_3 = 23
|
||||
CMAKE_PROGRESS_4 = 24
|
||||
CMAKE_PROGRESS_5 = 25
|
||||
CMAKE_PROGRESS_6 = 26
|
||||
CMAKE_PROGRESS_7 = 27
|
||||
CMAKE_PROGRESS_8 = 28
|
||||
CMAKE_PROGRESS_9 = 29
|
||||
CMAKE_PROGRESS_10 = 30
|
||||
CMAKE_PROGRESS_11 = 31
|
||||
CMAKE_PROGRESS_12 = 32
|
||||
CMAKE_PROGRESS_13 = 33
|
||||
CMAKE_PROGRESS_14 = 34
|
||||
|
||||
|
@ -1 +1 @@
|
||||
40
|
||||
44
|
||||
|
@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/kanken/code/AHRS_core/src")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/kanken/code/AHRS_core/src/build")
|
||||
|
||||
# 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,0 +1,33 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/kanken/code/AHRS_core/src/pluginManagement/Plugin.cpp" "pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o" "gcc" "pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o.d"
|
||||
"/home/kanken/code/AHRS_core/src/pluginManagement/PluginManager.cpp" "pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o" "gcc" "pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/kanken/code/AHRS_core/src/build/pipeline/CMakeFiles/pipelineLib.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/windows/CMakeFiles/windows.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/ui/support/CMakeFiles/support.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/controllers/CMakeFiles/controllers.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/hardware/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/hardware/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/hardware/hw/CMakeFiles/hw.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/hardware/hw/extendables/CMakeFiles/hw_ext.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/patterns/observer/CMakeFiles/observers.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/threadweaver/CMakeFiles/threadweaver.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/model/perfcheckers/CMakeFiles/perfcheckers.dir/DependInfo.cmake"
|
||||
"/home/kanken/code/AHRS_core/src/build/processing/zbar/CMakeFiles/zbarLib.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,127 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/kanken/code/AHRS_core/src
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/kanken/code/AHRS_core/src/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include pluginManagement/CMakeFiles/PluginManager.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include pluginManagement/CMakeFiles/PluginManager.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include pluginManagement/CMakeFiles/PluginManager.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include pluginManagement/CMakeFiles/PluginManager.dir/flags.make
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o: pluginManagement/CMakeFiles/PluginManager.dir/flags.make
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o: ../pluginManagement/PluginManager.cpp
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o: pluginManagement/CMakeFiles/PluginManager.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o -MF CMakeFiles/PluginManager.dir/PluginManager.cpp.o.d -o CMakeFiles/PluginManager.dir/PluginManager.cpp.o -c /home/kanken/code/AHRS_core/src/pluginManagement/PluginManager.cpp
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/PluginManager.dir/PluginManager.cpp.i"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/pluginManagement/PluginManager.cpp > CMakeFiles/PluginManager.dir/PluginManager.cpp.i
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/PluginManager.dir/PluginManager.cpp.s"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/pluginManagement/PluginManager.cpp -o CMakeFiles/PluginManager.dir/PluginManager.cpp.s
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o: pluginManagement/CMakeFiles/PluginManager.dir/flags.make
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o: ../pluginManagement/Plugin.cpp
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o: pluginManagement/CMakeFiles/PluginManager.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o -MF CMakeFiles/PluginManager.dir/Plugin.cpp.o.d -o CMakeFiles/PluginManager.dir/Plugin.cpp.o -c /home/kanken/code/AHRS_core/src/pluginManagement/Plugin.cpp
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/PluginManager.dir/Plugin.cpp.i"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/pluginManagement/Plugin.cpp > CMakeFiles/PluginManager.dir/Plugin.cpp.i
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/PluginManager.dir/Plugin.cpp.s"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/pluginManagement/Plugin.cpp -o CMakeFiles/PluginManager.dir/Plugin.cpp.s
|
||||
|
||||
# Object files for target PluginManager
|
||||
PluginManager_OBJECTS = \
|
||||
"CMakeFiles/PluginManager.dir/PluginManager.cpp.o" \
|
||||
"CMakeFiles/PluginManager.dir/Plugin.cpp.o"
|
||||
|
||||
# External object files for target PluginManager
|
||||
PluginManager_EXTERNAL_OBJECTS =
|
||||
|
||||
pluginManagement/libPluginManager.a: pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o
|
||||
pluginManagement/libPluginManager.a: pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o
|
||||
pluginManagement/libPluginManager.a: pluginManagement/CMakeFiles/PluginManager.dir/build.make
|
||||
pluginManagement/libPluginManager.a: pluginManagement/CMakeFiles/PluginManager.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libPluginManager.a"
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && $(CMAKE_COMMAND) -P CMakeFiles/PluginManager.dir/cmake_clean_target.cmake
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/PluginManager.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/build: pluginManagement/libPluginManager.a
|
||||
.PHONY : pluginManagement/CMakeFiles/PluginManager.dir/build
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/clean:
|
||||
cd /home/kanken/code/AHRS_core/src/build/pluginManagement && $(CMAKE_COMMAND) -P CMakeFiles/PluginManager.dir/cmake_clean.cmake
|
||||
.PHONY : pluginManagement/CMakeFiles/PluginManager.dir/clean
|
||||
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/depend:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/pluginManagement /home/kanken/code/AHRS_core/src/build /home/kanken/code/AHRS_core/src/build/pluginManagement /home/kanken/code/AHRS_core/src/build/pluginManagement/CMakeFiles/PluginManager.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : pluginManagement/CMakeFiles/PluginManager.dir/depend
|
||||
|
@ -0,0 +1,13 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/PluginManager.dir/Plugin.cpp.o"
|
||||
"CMakeFiles/PluginManager.dir/Plugin.cpp.o.d"
|
||||
"CMakeFiles/PluginManager.dir/PluginManager.cpp.o"
|
||||
"CMakeFiles/PluginManager.dir/PluginManager.cpp.o.d"
|
||||
"libPluginManager.a"
|
||||
"libPluginManager.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/PluginManager.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libPluginManager.a"
|
||||
)
|
@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for PluginManager.
|
||||
# This may be replaced when dependencies are built.
|
@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for PluginManager.
|
@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for PluginManager.
|
||||
# This may be replaced when dependencies are built.
|
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/g++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -isystem /usr/local/include/opencv4
|
||||
|
||||
CXX_FLAGS = -g -Ofast -fPIC
|
||||
|
@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc libPluginManager.a CMakeFiles/PluginManager.dir/PluginManager.cpp.o CMakeFiles/PluginManager.dir/Plugin.cpp.o
|
||||
/usr/bin/ranlib libPluginManager.a
|
@ -0,0 +1,4 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
|
@ -0,0 +1 @@
|
||||
30
|
@ -0,0 +1,209 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/kanken/code/AHRS_core/src
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/kanken/code/AHRS_core/src/build
|
||||
|
||||
#=============================================================================
|
||||
# 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/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/bin/cmake --regenerate-during-build -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
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/build/CMakeFiles /home/kanken/code/AHRS_core/src/build/pluginManagement//CMakeFiles/progress.marks
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pluginManagement/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pluginManagement/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pluginManagement/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pluginManagement/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
pluginManagement/CMakeFiles/PluginManager.dir/rule:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pluginManagement/CMakeFiles/PluginManager.dir/rule
|
||||
.PHONY : pluginManagement/CMakeFiles/PluginManager.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
PluginManager: pluginManagement/CMakeFiles/PluginManager.dir/rule
|
||||
.PHONY : PluginManager
|
||||
|
||||
# fast build rule for target.
|
||||
PluginManager/fast:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/build
|
||||
.PHONY : PluginManager/fast
|
||||
|
||||
Plugin.o: Plugin.cpp.o
|
||||
.PHONY : Plugin.o
|
||||
|
||||
# target to build an object file
|
||||
Plugin.cpp.o:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.o
|
||||
.PHONY : Plugin.cpp.o
|
||||
|
||||
Plugin.i: Plugin.cpp.i
|
||||
.PHONY : Plugin.i
|
||||
|
||||
# target to preprocess a source file
|
||||
Plugin.cpp.i:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.i
|
||||
.PHONY : Plugin.cpp.i
|
||||
|
||||
Plugin.s: Plugin.cpp.s
|
||||
.PHONY : Plugin.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
Plugin.cpp.s:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/Plugin.cpp.s
|
||||
.PHONY : Plugin.cpp.s
|
||||
|
||||
PluginManager.o: PluginManager.cpp.o
|
||||
.PHONY : PluginManager.o
|
||||
|
||||
# target to build an object file
|
||||
PluginManager.cpp.o:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.o
|
||||
.PHONY : PluginManager.cpp.o
|
||||
|
||||
PluginManager.i: PluginManager.cpp.i
|
||||
.PHONY : PluginManager.i
|
||||
|
||||
# target to preprocess a source file
|
||||
PluginManager.cpp.i:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.i
|
||||
.PHONY : PluginManager.cpp.i
|
||||
|
||||
PluginManager.s: PluginManager.cpp.s
|
||||
.PHONY : PluginManager.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
PluginManager.cpp.s:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(MAKE) $(MAKESILENT) -f pluginManagement/CMakeFiles/PluginManager.dir/build.make pluginManagement/CMakeFiles/PluginManager.dir/PluginManager.cpp.s
|
||||
.PHONY : PluginManager.cpp.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 "... rebuild_cache"
|
||||
@echo "... PluginManager"
|
||||
@echo "... Plugin.o"
|
||||
@echo "... Plugin.i"
|
||||
@echo "... Plugin.s"
|
||||
@echo "... PluginManager.o"
|
||||
@echo "... PluginManager.i"
|
||||
@echo "... PluginManager.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:
|
||||
cd /home/kanken/code/AHRS_core/src/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 43
|
||||
CMAKE_PROGRESS_2 = 44
|
||||
CMAKE_PROGRESS_1 = 47
|
||||
CMAKE_PROGRESS_2 = 48
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 38
|
||||
CMAKE_PROGRESS_2 = 39
|
||||
CMAKE_PROGRESS_1 = 42
|
||||
CMAKE_PROGRESS_2 = 43
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 36
|
||||
CMAKE_PROGRESS_2 = 37
|
||||
CMAKE_PROGRESS_1 = 40
|
||||
CMAKE_PROGRESS_2 = 41
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
/usr/bin/ar qc libhw.a CMakeFiles/hw.dir/serial.cpp.o
|
||||
/usr/bin/ar qc libhw.a CMakeFiles/hw.dir/inputManager.cpp.o
|
||||
/usr/bin/ranlib libhw.a
|
||||
|
@ -0,0 +1,93 @@
|
||||
enum class KeyboardKeyCode: unsigned int {
|
||||
A = 97,
|
||||
B = 98,
|
||||
C = 99,
|
||||
D = 100,
|
||||
E = 101,
|
||||
F = 102,
|
||||
G = 103,
|
||||
H = 104,
|
||||
I = 105,
|
||||
J = 106,
|
||||
K = 107,
|
||||
L = 108,
|
||||
M = 109,
|
||||
N = 110,
|
||||
O = 111,
|
||||
P = 112,
|
||||
Q = 113,
|
||||
R = 114,
|
||||
S = 115,
|
||||
T = 116,
|
||||
U = 117,
|
||||
V = 118,
|
||||
W = 119,
|
||||
X = 120,
|
||||
Y = 121,
|
||||
Z = 122,
|
||||
NUM_0 = 48,
|
||||
NUM_1 = 49,
|
||||
NUM_2 = 50,
|
||||
NUM_3 = 51,
|
||||
NUM_4 = 52,
|
||||
NUM_5 = 53,
|
||||
NUM_6 = 54,
|
||||
NUM_7 = 55,
|
||||
NUM_8 = 56,
|
||||
NUM_9 = 57,
|
||||
ESCAPE = 27,
|
||||
F1 = 122,
|
||||
F2 = 123,
|
||||
F3 = 124,
|
||||
F4 = 125,
|
||||
F5 = 126,
|
||||
F6 = 127,
|
||||
F7 = 128,
|
||||
F8 = 129,
|
||||
F9 = 130,
|
||||
F10 = 131,
|
||||
F11 = 132,
|
||||
F12 = 133,
|
||||
LEFT_SHIFT = 16,
|
||||
RIGHT_SHIFT = 16,
|
||||
LEFT_CONTROL = 17,
|
||||
RIGHT_CONTROL = 17,
|
||||
LEFT_ALT = 18,
|
||||
RIGHT_ALT = 18,
|
||||
SPACE = 32,
|
||||
ENTER = 13,
|
||||
BACKSPACE = 8,
|
||||
TAB = 9,
|
||||
CAPS_LOCK = 20,
|
||||
LEFT_ARROW = 37,
|
||||
UP_ARROW = 38,
|
||||
RIGHT_ARROW = 39,
|
||||
DOWN_ARROW = 40,
|
||||
INSERT = 45,
|
||||
DELETE_KEY = 46,
|
||||
HOME = 36,
|
||||
END = 35,
|
||||
PAGE_UP = 33,
|
||||
PAGE_DOWN = 34,
|
||||
LEFT_BRACKET = 91,
|
||||
RIGHT_BRACKET = 93,
|
||||
SEMICOLON = 59,
|
||||
QUOTE = 39,
|
||||
COMMA = 44,
|
||||
PERIOD = 46,
|
||||
SLASH = 47,
|
||||
BACKSLASH = 92
|
||||
};
|
||||
|
||||
enum class MouseButton: unsigned int {
|
||||
LEFT_BUTTON = 1001,
|
||||
RIGHT_BUTTON = 1002,
|
||||
MIDDLE_BUTTON = 1004,
|
||||
XBUTTON1 = 1008,
|
||||
XBUTTON2 = 1016
|
||||
};
|
||||
|
||||
enum class InputTypes: unsigned int{
|
||||
KEYBOARD = 0,
|
||||
MOUSE = 1
|
||||
};
|
@ -0,0 +1,12 @@
|
||||
#include "./inputManager.hpp"
|
||||
#include <CppLinuxSerial/SerialPort.hpp>
|
||||
#include <string>
|
||||
|
||||
InputManager::InputManager()
|
||||
{
|
||||
std::cout << "InputManager is now online" << std::endl;
|
||||
}
|
||||
|
||||
void InputManager::sendinput(unsigned int input, InputTypes type){
|
||||
sendMessage(std::to_string((unsigned int)type),std::to_string(input));
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
#include "./serial.hpp"
|
||||
#include <CppLinuxSerial/SerialPort.hpp>
|
||||
#include <string>
|
||||
|
||||
SerialPortManager::SerialPortManager()
|
||||
{
|
||||
std::cout << "opening serial port /dev/ttyUSB0" << std::endl;
|
||||
serialPort = new mn::CppLinuxSerial::SerialPort("/dev/ttyUSB0",
|
||||
mn::CppLinuxSerial::BaudRate::B_9600,
|
||||
mn::CppLinuxSerial::NumDataBits::EIGHT,
|
||||
mn::CppLinuxSerial::Parity::NONE,
|
||||
mn::CppLinuxSerial::NumStopBits::ONE);
|
||||
std::cout << "done" << std::endl;
|
||||
|
||||
if (serialPort->GetState() == mn::CppLinuxSerial::State::CLOSED)
|
||||
{
|
||||
printf("Error %i from open: %s\n", errno, strerror(errno));
|
||||
return;
|
||||
}
|
||||
|
||||
shouldRun = false;
|
||||
std::cout << "starting hardware watcher thread" << std::endl;
|
||||
std::thread *t = new std::thread(&SerialPortManager::runPort, this);
|
||||
std::cout << "done" << std::endl;
|
||||
Threadweaver::stick_this_thread_to_core(t, CAMCORE);
|
||||
//Threadweaver::hardwareWatcherThread = t;
|
||||
shouldRun = true;
|
||||
}
|
||||
|
||||
void SerialPortManager::runPort()
|
||||
{
|
||||
while (!shouldRun)
|
||||
{
|
||||
}
|
||||
char read_buf[256];
|
||||
int n = 0;
|
||||
while (shouldRun)
|
||||
{
|
||||
std::string dat;
|
||||
serialPort->Read(dat);
|
||||
if (dat != "")
|
||||
{
|
||||
sendMessage("",dat);
|
||||
/*
|
||||
switch (c)
|
||||
{
|
||||
case 'U':
|
||||
cout << c << "++" << endl;
|
||||
ui::UiController::selectedUp();
|
||||
break;
|
||||
case 'D':
|
||||
cout << c << "--" << endl;
|
||||
ui::UiController::selectedDown();
|
||||
break;
|
||||
case '1':
|
||||
ui::UiController::click();
|
||||
break;
|
||||
case '2':
|
||||
ui::UiController::click();
|
||||
break;
|
||||
case '3':
|
||||
ui::UiController::click();
|
||||
break;
|
||||
case '4':
|
||||
ui::UiController::click();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
*/
|
||||
}
|
||||
std::fill_n(read_buf, n, 0);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue