refactored project structure and work on zbar

master
Yorick GEOFFRE 3 years ago
parent 02ce66cc50
commit fc470425d3

@ -11,11 +11,12 @@ set(CMAKE_MAKEFILE_DEPENDS
"CMakeFiles/3.22.1/CMakeCXXCompiler.cmake"
"CMakeFiles/3.22.1/CMakeSystem.cmake"
"CMakeLists.txt"
"cameras/CMakeLists.txt"
"hw/CMakeLists.txt"
"ihidapi/CMakeLists.txt"
"hardware/cameras/CMakeLists.txt"
"hardware/hw/CMakeLists.txt"
"hardware/ihidapi/CMakeLists.txt"
"hardware/psvr/CMakeLists.txt"
"perfcheckers/CMakeLists.txt"
"psvr/CMakeLists.txt"
"processing/zbar/CMakeLists.txt"
"threadweaver/CMakeLists.txt"
"ui/CMakeLists.txt"
"/usr/lib/x86_64-linux-gnu/cmake/TBB/TBBConfig.cmake"
@ -71,11 +72,12 @@ set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
"perfcheckers/CMakeFiles/CMakeDirectoryInformation.cmake"
"threadweaver/CMakeFiles/CMakeDirectoryInformation.cmake"
"ihidapi/CMakeFiles/CMakeDirectoryInformation.cmake"
"cameras/CMakeFiles/CMakeDirectoryInformation.cmake"
"psvr/CMakeFiles/CMakeDirectoryInformation.cmake"
"hardware/ihidapi/CMakeFiles/CMakeDirectoryInformation.cmake"
"hardware/cameras/CMakeFiles/CMakeDirectoryInformation.cmake"
"hardware/psvr/CMakeFiles/CMakeDirectoryInformation.cmake"
"hardware/hw/CMakeFiles/CMakeDirectoryInformation.cmake"
"processing/zbar/CMakeFiles/CMakeDirectoryInformation.cmake"
"ui/CMakeFiles/CMakeDirectoryInformation.cmake"
"hw/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
@ -83,9 +85,10 @@ set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/prog.dir/DependInfo.cmake"
"perfcheckers/CMakeFiles/perfcheckers.dir/DependInfo.cmake"
"threadweaver/CMakeFiles/threadweaver.dir/DependInfo.cmake"
"ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"hardware/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"hardware/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"hardware/hw/CMakeFiles/hw.dir/DependInfo.cmake"
"processing/zbar/CMakeFiles/zbarLib.dir/DependInfo.cmake"
"ui/CMakeFiles/ui.dir/DependInfo.cmake"
"hw/CMakeFiles/hw.dir/DependInfo.cmake"
)

@ -66,78 +66,96 @@ CMAKE_BINARY_DIR = /home/kanken/code/AHRS_core/src
all: CMakeFiles/prog.dir/all
all: perfcheckers/all
all: threadweaver/all
all: ihidapi/all
all: cameras/all
all: psvr/all
all: hardware/ihidapi/all
all: hardware/cameras/all
all: hardware/psvr/all
all: hardware/hw/all
all: processing/zbar/all
all: ui/all
all: hw/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall: perfcheckers/preinstall
preinstall: threadweaver/preinstall
preinstall: ihidapi/preinstall
preinstall: cameras/preinstall
preinstall: psvr/preinstall
preinstall: hardware/ihidapi/preinstall
preinstall: hardware/cameras/preinstall
preinstall: hardware/psvr/preinstall
preinstall: hardware/hw/preinstall
preinstall: processing/zbar/preinstall
preinstall: ui/preinstall
preinstall: hw/preinstall
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/prog.dir/clean
clean: perfcheckers/clean
clean: threadweaver/clean
clean: ihidapi/clean
clean: cameras/clean
clean: psvr/clean
clean: hardware/ihidapi/clean
clean: hardware/cameras/clean
clean: hardware/psvr/clean
clean: hardware/hw/clean
clean: processing/zbar/clean
clean: ui/clean
clean: hw/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory cameras
# Directory level rules for directory hardware/cameras
# Recursive "all" directory target.
cameras/all: cameras/CMakeFiles/cameras.dir/all
.PHONY : cameras/all
hardware/cameras/all: hardware/cameras/CMakeFiles/cameras.dir/all
.PHONY : hardware/cameras/all
# Recursive "preinstall" directory target.
cameras/preinstall:
.PHONY : cameras/preinstall
hardware/cameras/preinstall:
.PHONY : hardware/cameras/preinstall
# Recursive "clean" directory target.
cameras/clean: cameras/CMakeFiles/cameras.dir/clean
.PHONY : cameras/clean
hardware/cameras/clean: hardware/cameras/CMakeFiles/cameras.dir/clean
.PHONY : hardware/cameras/clean
#=============================================================================
# Directory level rules for directory hw
# Directory level rules for directory hardware/hw
# Recursive "all" directory target.
hw/all: hw/CMakeFiles/hw.dir/all
.PHONY : hw/all
hardware/hw/all: hardware/hw/CMakeFiles/hw.dir/all
.PHONY : hardware/hw/all
# Recursive "preinstall" directory target.
hw/preinstall:
.PHONY : hw/preinstall
hardware/hw/preinstall:
.PHONY : hardware/hw/preinstall
# Recursive "clean" directory target.
hw/clean: hw/CMakeFiles/hw.dir/clean
.PHONY : hw/clean
hardware/hw/clean: hardware/hw/CMakeFiles/hw.dir/clean
.PHONY : hardware/hw/clean
#=============================================================================
# Directory level rules for directory ihidapi
# Directory level rules for directory hardware/ihidapi
# Recursive "all" directory target.
ihidapi/all: ihidapi/CMakeFiles/ihidapi.dir/all
.PHONY : ihidapi/all
hardware/ihidapi/all: hardware/ihidapi/CMakeFiles/ihidapi.dir/all
.PHONY : hardware/ihidapi/all
# Recursive "preinstall" directory target.
ihidapi/preinstall:
.PHONY : ihidapi/preinstall
hardware/ihidapi/preinstall:
.PHONY : hardware/ihidapi/preinstall
# Recursive "clean" directory target.
ihidapi/clean: ihidapi/CMakeFiles/ihidapi.dir/clean
.PHONY : ihidapi/clean
hardware/ihidapi/clean: hardware/ihidapi/CMakeFiles/ihidapi.dir/clean
.PHONY : hardware/ihidapi/clean
#=============================================================================
# Directory level rules for directory hardware/psvr
# Recursive "all" directory target.
hardware/psvr/all: hardware/psvr/CMakeFiles/psvr.dir/all
.PHONY : hardware/psvr/all
# Recursive "preinstall" directory target.
hardware/psvr/preinstall:
.PHONY : hardware/psvr/preinstall
# Recursive "clean" directory target.
hardware/psvr/clean: hardware/psvr/CMakeFiles/psvr.dir/clean
.PHONY : hardware/psvr/clean
#=============================================================================
# Directory level rules for directory perfcheckers
@ -155,19 +173,19 @@ perfcheckers/clean: perfcheckers/CMakeFiles/perfcheckers.dir/clean
.PHONY : perfcheckers/clean
#=============================================================================
# Directory level rules for directory psvr
# Directory level rules for directory processing/zbar
# Recursive "all" directory target.
psvr/all: psvr/CMakeFiles/psvr.dir/all
.PHONY : psvr/all
processing/zbar/all: processing/zbar/CMakeFiles/zbarLib.dir/all
.PHONY : processing/zbar/all
# Recursive "preinstall" directory target.
psvr/preinstall:
.PHONY : psvr/preinstall
processing/zbar/preinstall:
.PHONY : processing/zbar/preinstall
# Recursive "clean" directory target.
psvr/clean: psvr/CMakeFiles/psvr.dir/clean
.PHONY : psvr/clean
processing/zbar/clean: processing/zbar/CMakeFiles/zbarLib.dir/clean
.PHONY : processing/zbar/clean
#=============================================================================
# Directory level rules for directory threadweaver
@ -205,11 +223,12 @@ ui/clean: ui/CMakeFiles/ui.dir/clean
# All Build rule for target.
CMakeFiles/prog.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
CMakeFiles/prog.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
CMakeFiles/prog.dir/all: ihidapi/CMakeFiles/ihidapi.dir/all
CMakeFiles/prog.dir/all: cameras/CMakeFiles/cameras.dir/all
CMakeFiles/prog.dir/all: psvr/CMakeFiles/psvr.dir/all
CMakeFiles/prog.dir/all: hardware/ihidapi/CMakeFiles/ihidapi.dir/all
CMakeFiles/prog.dir/all: hardware/cameras/CMakeFiles/cameras.dir/all
CMakeFiles/prog.dir/all: hardware/psvr/CMakeFiles/psvr.dir/all
CMakeFiles/prog.dir/all: hardware/hw/CMakeFiles/hw.dir/all
CMakeFiles/prog.dir/all: processing/zbar/CMakeFiles/zbarLib.dir/all
CMakeFiles/prog.dir/all: ui/CMakeFiles/ui.dir/all
CMakeFiles/prog.dir/all: hw/CMakeFiles/hw.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/prog.dir/build.make CMakeFiles/prog.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/prog.dir/build.make CMakeFiles/prog.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=11,12,13 "Built target prog"
@ -217,7 +236,7 @@ CMakeFiles/prog.dir/all: hw/CMakeFiles/hw.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/prog.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 25
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 27
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/prog.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : CMakeFiles/prog.dir/rule
@ -284,83 +303,141 @@ threadweaver/CMakeFiles/threadweaver.dir/clean:
.PHONY : threadweaver/CMakeFiles/threadweaver.dir/clean
#=============================================================================
# Target rules for target ihidapi/CMakeFiles/ihidapi.dir
# Target rules for target hardware/ihidapi/CMakeFiles/ihidapi.dir
# All Build rule for target.
ihidapi/CMakeFiles/ihidapi.dir/all:
$(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/depend
$(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/build
hardware/ihidapi/CMakeFiles/ihidapi.dir/all:
$(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/depend
$(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=6,7 "Built target ihidapi"
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/all
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/all
# Build rule for subdir invocation for target.
ihidapi/CMakeFiles/ihidapi.dir/rule: cmake_check_build_system
hardware/ihidapi/CMakeFiles/ihidapi.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/CMakeFiles/ihidapi.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/CMakeFiles/ihidapi.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/rule
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/rule
# Convenience name for target.
ihidapi: ihidapi/CMakeFiles/ihidapi.dir/rule
ihidapi: hardware/ihidapi/CMakeFiles/ihidapi.dir/rule
.PHONY : ihidapi
# clean rule for target.
ihidapi/CMakeFiles/ihidapi.dir/clean:
$(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/clean
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/clean
hardware/ihidapi/CMakeFiles/ihidapi.dir/clean:
$(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/clean
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/clean
#=============================================================================
# Target rules for target cameras/CMakeFiles/cameras.dir
# Target rules for target hardware/cameras/CMakeFiles/cameras.dir
# All Build rule for target.
cameras/CMakeFiles/cameras.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
cameras/CMakeFiles/cameras.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
$(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/depend
$(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/build
hardware/cameras/CMakeFiles/cameras.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
hardware/cameras/CMakeFiles/cameras.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
$(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/depend
$(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=1,2,3 "Built target cameras"
.PHONY : cameras/CMakeFiles/cameras.dir/all
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/all
# Build rule for subdir invocation for target.
cameras/CMakeFiles/cameras.dir/rule: cmake_check_build_system
hardware/cameras/CMakeFiles/cameras.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 8
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/CMakeFiles/cameras.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/CMakeFiles/cameras.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : cameras/CMakeFiles/cameras.dir/rule
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/rule
# Convenience name for target.
cameras: cameras/CMakeFiles/cameras.dir/rule
cameras: hardware/cameras/CMakeFiles/cameras.dir/rule
.PHONY : cameras
# clean rule for target.
cameras/CMakeFiles/cameras.dir/clean:
$(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/clean
.PHONY : cameras/CMakeFiles/cameras.dir/clean
hardware/cameras/CMakeFiles/cameras.dir/clean:
$(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/clean
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/clean
#=============================================================================
# Target rules for target psvr/CMakeFiles/psvr.dir
# Target rules for target hardware/psvr/CMakeFiles/psvr.dir
# All Build rule for target.
psvr/CMakeFiles/psvr.dir/all: ihidapi/CMakeFiles/ihidapi.dir/all
$(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/depend
$(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/build
hardware/psvr/CMakeFiles/psvr.dir/all: hardware/ihidapi/CMakeFiles/ihidapi.dir/all
$(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/depend
$(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=14,15 "Built target psvr"
.PHONY : psvr/CMakeFiles/psvr.dir/all
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/all
# Build rule for subdir invocation for target.
psvr/CMakeFiles/psvr.dir/rule: cmake_check_build_system
hardware/psvr/CMakeFiles/psvr.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 4
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/CMakeFiles/psvr.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/CMakeFiles/psvr.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : psvr/CMakeFiles/psvr.dir/rule
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/rule
# Convenience name for target.
psvr: psvr/CMakeFiles/psvr.dir/rule
psvr: hardware/psvr/CMakeFiles/psvr.dir/rule
.PHONY : psvr
# clean rule for target.
psvr/CMakeFiles/psvr.dir/clean:
$(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/clean
.PHONY : psvr/CMakeFiles/psvr.dir/clean
hardware/psvr/CMakeFiles/psvr.dir/clean:
$(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/clean
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/clean
#=============================================================================
# Target rules for target hardware/hw/CMakeFiles/hw.dir
# All Build rule for target.
hardware/hw/CMakeFiles/hw.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
hardware/hw/CMakeFiles/hw.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
hardware/hw/CMakeFiles/hw.dir/all: hardware/ihidapi/CMakeFiles/ihidapi.dir/all
hardware/hw/CMakeFiles/hw.dir/all: hardware/cameras/CMakeFiles/cameras.dir/all
hardware/hw/CMakeFiles/hw.dir/all: hardware/psvr/CMakeFiles/psvr.dir/all
hardware/hw/CMakeFiles/hw.dir/all: processing/zbar/CMakeFiles/zbarLib.dir/all
hardware/hw/CMakeFiles/hw.dir/all: ui/CMakeFiles/ui.dir/all
$(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/depend
$(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=4,5 "Built target hw"
.PHONY : hardware/hw/CMakeFiles/hw.dir/all
# Build rule for subdir invocation for target.
hardware/hw/CMakeFiles/hw.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 24
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/CMakeFiles/hw.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : hardware/hw/CMakeFiles/hw.dir/rule
# Convenience name for target.
hw: hardware/hw/CMakeFiles/hw.dir/rule
.PHONY : hw
# clean rule for target.
hardware/hw/CMakeFiles/hw.dir/clean:
$(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/clean
.PHONY : hardware/hw/CMakeFiles/hw.dir/clean
#=============================================================================
# Target rules for target processing/zbar/CMakeFiles/zbarLib.dir
# All Build rule for target.
processing/zbar/CMakeFiles/zbarLib.dir/all:
$(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/depend
$(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=26,27 "Built target zbarLib"
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/all
# Build rule for subdir invocation for target.
processing/zbar/CMakeFiles/zbarLib.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/CMakeFiles/zbarLib.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/rule
# Convenience name for target.
zbarLib: processing/zbar/CMakeFiles/zbarLib.dir/rule
.PHONY : zbarLib
# clean rule for target.
processing/zbar/CMakeFiles/zbarLib.dir/clean:
$(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/clean
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/clean
#=============================================================================
# Target rules for target ui/CMakeFiles/ui.dir
@ -368,9 +445,10 @@ psvr/CMakeFiles/psvr.dir/clean:
# All Build rule for target.
ui/CMakeFiles/ui.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
ui/CMakeFiles/ui.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
ui/CMakeFiles/ui.dir/all: ihidapi/CMakeFiles/ihidapi.dir/all
ui/CMakeFiles/ui.dir/all: cameras/CMakeFiles/cameras.dir/all
ui/CMakeFiles/ui.dir/all: psvr/CMakeFiles/psvr.dir/all
ui/CMakeFiles/ui.dir/all: hardware/ihidapi/CMakeFiles/ihidapi.dir/all
ui/CMakeFiles/ui.dir/all: hardware/cameras/CMakeFiles/cameras.dir/all
ui/CMakeFiles/ui.dir/all: hardware/psvr/CMakeFiles/psvr.dir/all
ui/CMakeFiles/ui.dir/all: processing/zbar/CMakeFiles/zbarLib.dir/all
$(MAKE) $(MAKESILENT) -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/depend
$(MAKE) $(MAKESILENT) -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=18,19,20,21,22,23,24,25 "Built target ui"
@ -378,7 +456,7 @@ ui/CMakeFiles/ui.dir/all: psvr/CMakeFiles/psvr.dir/all
# Build rule for subdir invocation for target.
ui/CMakeFiles/ui.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 20
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 22
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ui/CMakeFiles/ui.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : ui/CMakeFiles/ui.dir/rule
@ -392,37 +470,6 @@ ui/CMakeFiles/ui.dir/clean:
$(MAKE) $(MAKESILENT) -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/clean
.PHONY : ui/CMakeFiles/ui.dir/clean
#=============================================================================
# Target rules for target hw/CMakeFiles/hw.dir
# All Build rule for target.
hw/CMakeFiles/hw.dir/all: perfcheckers/CMakeFiles/perfcheckers.dir/all
hw/CMakeFiles/hw.dir/all: threadweaver/CMakeFiles/threadweaver.dir/all
hw/CMakeFiles/hw.dir/all: ihidapi/CMakeFiles/ihidapi.dir/all
hw/CMakeFiles/hw.dir/all: cameras/CMakeFiles/cameras.dir/all
hw/CMakeFiles/hw.dir/all: psvr/CMakeFiles/psvr.dir/all
hw/CMakeFiles/hw.dir/all: ui/CMakeFiles/ui.dir/all
$(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/depend
$(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=4,5 "Built target hw"
.PHONY : hw/CMakeFiles/hw.dir/all
# Build rule for subdir invocation for target.
hw/CMakeFiles/hw.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 22
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/CMakeFiles/hw.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : hw/CMakeFiles/hw.dir/rule
# Convenience name for target.
hw: hw/CMakeFiles/hw.dir/rule
.PHONY : hw
# clean rule for target.
hw/CMakeFiles/hw.dir/clean:
$(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/clean
.PHONY : hw/CMakeFiles/hw.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.

@ -7,18 +7,21 @@
/home/kanken/code/AHRS_core/src/threadweaver/CMakeFiles/threadweaver.dir
/home/kanken/code/AHRS_core/src/threadweaver/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/threadweaver/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/ihidapi.dir
/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/cameras/CMakeFiles/cameras.dir
/home/kanken/code/AHRS_core/src/cameras/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/cameras/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/psvr/CMakeFiles/psvr.dir
/home/kanken/code/AHRS_core/src/psvr/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/psvr/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/ihidapi.dir
/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/cameras.dir
/home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/psvr.dir
/home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/hardware/hw/CMakeFiles/hw.dir
/home/kanken/code/AHRS_core/src/hardware/hw/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/hardware/hw/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/zbarLib.dir
/home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/ui/CMakeFiles/ui.dir
/home/kanken/code/AHRS_core/src/ui/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/ui/CMakeFiles/rebuild_cache.dir
/home/kanken/code/AHRS_core/src/hw/CMakeFiles/hw.dir
/home/kanken/code/AHRS_core/src/hw/CMakeFiles/edit_cache.dir
/home/kanken/code/AHRS_core/src/hw/CMakeFiles/rebuild_cache.dir

@ -14,13 +14,14 @@ set(CMAKE_DEPENDS_DEPENDENCY_FILES
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/kanken/code/AHRS_core/src/hw/CMakeFiles/hw.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/hw/CMakeFiles/hw.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/ui/CMakeFiles/ui.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/threadweaver/CMakeFiles/threadweaver.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/perfcheckers/CMakeFiles/perfcheckers.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/zbarLib.dir/DependInfo.cmake"
)
# Fortran module output directory.

@ -108,15 +108,18 @@ prog_EXTERNAL_OBJECTS =
prog: CMakeFiles/prog.dir/main.cpp.o
prog: CMakeFiles/prog.dir/topLevelManager.cpp.o
prog: CMakeFiles/prog.dir/build.make
prog: hw/libhw.a
prog: hardware/hw/libhw.a
prog: ui/libui.a
prog: /usr/lib/x86_64-linux-gnu/libOpenGL.so
prog: /usr/lib/x86_64-linux-gnu/libGLX.so
prog: /usr/lib/x86_64-linux-gnu/libGLU.so
prog: psvr/libpsvr.a
prog: ihidapi/libihidapi.a
prog: hardware/psvr/libpsvr.a
prog: hardware/ihidapi/libihidapi.a
prog: /usr/local/lib/libhidapi-hidraw.so.0.13.0
prog: cameras/libcameras.a
prog: hardware/cameras/libcameras.a
prog: threadweaver/libthreadweaver.a
prog: perfcheckers/libperfcheckers.a
prog: processing/zbar/libzbarLib.a
prog: /usr/local/lib/libopencv_gapi.so.4.6.0
prog: /usr/local/lib/libopencv_stitching.so.4.6.0
prog: /usr/local/lib/libopencv_aruco.so.4.6.0
@ -170,8 +173,7 @@ prog: /usr/local/lib/libopencv_xphoto.so.4.6.0
prog: /usr/local/lib/libopencv_photo.so.4.6.0
prog: /usr/local/lib/libopencv_imgproc.so.4.6.0
prog: /usr/local/lib/libopencv_core.so.4.6.0
prog: threadweaver/libthreadweaver.a
prog: perfcheckers/libperfcheckers.a
prog: /usr/lib/x86_64-linux-gnu/libzbar.so
prog: CMakeFiles/prog.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable prog"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/prog.dir/link.txt --verbose=$(VERBOSE)

@ -223,7 +223,7 @@ CMakeFiles/prog.dir/main.cpp.o
/usr/include/c++/11/bits/atomic_futex.h
/usr/include/c++/11/bits/std_function.h
/usr/include/c++/11/bits/std_thread.h
/home/kanken/code/AHRS_core/src/hw/serial.hpp
/home/kanken/code/AHRS_core/src/hardware/hw/serial.hpp
/usr/include/fcntl.h
/usr/include/x86_64-linux-gnu/bits/fcntl.h
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
@ -274,7 +274,7 @@ CMakeFiles/prog.dir/main.cpp.o
/usr/include/GL/glext.h
/usr/include/KHR/khrplatform.h
/usr/include/GL/glu.h
/home/kanken/code/AHRS_core/src/cameras/_cam.hpp
/home/kanken/code/AHRS_core/src/hardware/cameras/_cam.hpp
/usr/include/c++/11/memory
/usr/include/c++/11/bits/stl_raw_storage_iter.h
/usr/include/c++/11/bits/align.h
@ -638,8 +638,8 @@ CMakeFiles/prog.dir/main.cpp.o
/usr/include/c++/11/bits/fs_ops.h
/home/kanken/code/AHRS_core/src/threadweaver/debugging.hpp
/home/kanken/code/AHRS_core/src/perfcheckers/framerate.hpp
/home/kanken/code/AHRS_core/src/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/ihidapi/_hidapi.hpp
/home/kanken/code/AHRS_core/src/hardware/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/hardware/ihidapi/_hidapi.hpp
/usr/local/include/hidapi/hidapi.h
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp
/usr/local/include/opencv4/opencv2/core/opengl.hpp
@ -868,7 +868,7 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o
/usr/include/c++/11/bits/atomic_futex.h
/usr/include/c++/11/bits/std_function.h
/usr/include/c++/11/bits/std_thread.h
/home/kanken/code/AHRS_core/src/hw/serial.hpp
/home/kanken/code/AHRS_core/src/hardware/hw/serial.hpp
/usr/include/fcntl.h
/usr/include/x86_64-linux-gnu/bits/fcntl.h
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
@ -919,7 +919,7 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o
/usr/include/GL/glext.h
/usr/include/KHR/khrplatform.h
/usr/include/GL/glu.h
/home/kanken/code/AHRS_core/src/cameras/_cam.hpp
/home/kanken/code/AHRS_core/src/hardware/cameras/_cam.hpp
/usr/include/c++/11/memory
/usr/include/c++/11/bits/stl_raw_storage_iter.h
/usr/include/c++/11/bits/align.h
@ -1283,8 +1283,8 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o
/usr/include/c++/11/bits/fs_ops.h
/home/kanken/code/AHRS_core/src/threadweaver/debugging.hpp
/home/kanken/code/AHRS_core/src/perfcheckers/framerate.hpp
/home/kanken/code/AHRS_core/src/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/ihidapi/_hidapi.hpp
/home/kanken/code/AHRS_core/src/hardware/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/hardware/ihidapi/_hidapi.hpp
/usr/local/include/hidapi/hidapi.h
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp
/usr/local/include/opencv4/opencv2/core/opengl.hpp

@ -222,7 +222,7 @@ CMakeFiles/prog.dir/main.cpp.o: main.cpp \
/usr/include/c++/11/bits/atomic_futex.h \
/usr/include/c++/11/bits/std_function.h \
/usr/include/c++/11/bits/std_thread.h \
hw/serial.hpp \
hardware/hw/serial.hpp \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
@ -273,7 +273,7 @@ CMakeFiles/prog.dir/main.cpp.o: main.cpp \
/usr/include/GL/glext.h \
/usr/include/KHR/khrplatform.h \
/usr/include/GL/glu.h \
cameras/_cam.hpp \
hardware/cameras/_cam.hpp \
/usr/include/c++/11/memory \
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
/usr/include/c++/11/bits/align.h \
@ -637,8 +637,8 @@ CMakeFiles/prog.dir/main.cpp.o: main.cpp \
/usr/include/c++/11/bits/fs_ops.h \
threadweaver/debugging.hpp \
perfcheckers/framerate.hpp \
psvr/_psvr.hpp \
ihidapi/_hidapi.hpp \
hardware/psvr/_psvr.hpp \
hardware/ihidapi/_hidapi.hpp \
/usr/local/include/hidapi/hidapi.h \
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp \
/usr/local/include/opencv4/opencv2/core/opengl.hpp \
@ -866,7 +866,7 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o: topLevelManager.cpp \
/usr/include/c++/11/bits/atomic_futex.h \
/usr/include/c++/11/bits/std_function.h \
/usr/include/c++/11/bits/std_thread.h \
hw/serial.hpp \
hardware/hw/serial.hpp \
/usr/include/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
@ -917,7 +917,7 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o: topLevelManager.cpp \
/usr/include/GL/glext.h \
/usr/include/KHR/khrplatform.h \
/usr/include/GL/glu.h \
cameras/_cam.hpp \
hardware/cameras/_cam.hpp \
/usr/include/c++/11/memory \
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
/usr/include/c++/11/bits/align.h \
@ -1281,8 +1281,8 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o: topLevelManager.cpp \
/usr/include/c++/11/bits/fs_ops.h \
threadweaver/debugging.hpp \
perfcheckers/framerate.hpp \
psvr/_psvr.hpp \
ihidapi/_hidapi.hpp \
hardware/psvr/_psvr.hpp \
hardware/ihidapi/_hidapi.hpp \
/usr/local/include/hidapi/hidapi.h \
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp \
/usr/local/include/opencv4/opencv2/core/opengl.hpp \
@ -1294,7 +1294,9 @@ CMakeFiles/prog.dir/topLevelManager.cpp.o: topLevelManager.cpp \
/usr/local/include/hidapi/hidapi.h:
ihidapi/_hidapi.hpp:
hardware/ihidapi/_hidapi.hpp:
hardware/psvr/_psvr.hpp:
/usr/include/c++/11/bits/fs_fwd.h:
@ -1702,8 +1704,6 @@ threadweaver/threadweaver.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/uintrintrin.h:
/usr/include/c++/11/pstl/parallel_backend_utils.h:
/usr/include/stdlib.h:
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
@ -1722,6 +1722,8 @@ threadweaver/threadweaver.hpp:
/usr/include/c++/11/bits/regex_executor.tcc:
hardware/hw/serial.hpp:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
/usr/include/c++/11/bits/atomic_futex.h:
@ -2000,6 +2002,8 @@ main.cpp:
/usr/include/c++/11/bits/string_view.tcc:
hardware/cameras/_cam.hpp:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/bits/move.h:
@ -2090,10 +2094,6 @@ perfcheckers/framerate.hpp:
/usr/include/KHR/khrplatform.h:
cameras/_cam.hpp:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/c++/11/memory:
/usr/include/c++/11/bits/stl_raw_storage_iter.h:
@ -2164,6 +2164,8 @@ ui/_ui.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512bitalgintrin.h:
/usr/include/c++/11/pstl/parallel_backend_utils.h:
/usr/include/tbb/blocked_range.h:
/usr/include/c++/11/ext/aligned_buffer.h:
@ -2500,8 +2502,6 @@ ui/_ui.hpp:
/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp:
psvr/_psvr.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h:
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp:
@ -2514,12 +2514,12 @@ psvr/_psvr.hpp:
/usr/include/assert.h:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/c++/11/bits/stl_function.h:
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp:
hw/serial.hpp:
/usr/local/include/opencv4/opencv2/core/optim.hpp:
/usr/local/include/opencv4/opencv2/flann/config.h:

@ -1 +1 @@
/usr/bin/c++ CMakeFiles/prog.dir/main.cpp.o CMakeFiles/prog.dir/topLevelManager.cpp.o -o prog -L/home/kanken/code/AHRS_core/src -Wl,-rpath,/home/kanken/code/AHRS_core/src:/usr/local/lib hw/libhw.a -ltbb ui/libui.a /usr/lib/x86_64-linux-gnu/libOpenGL.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libGLU.so psvr/libpsvr.a ihidapi/libihidapi.a /usr/local/lib/libhidapi-hidraw.so.0.13.0 cameras/libcameras.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 threadweaver/libthreadweaver.a perfcheckers/libperfcheckers.a
/usr/bin/c++ CMakeFiles/prog.dir/main.cpp.o CMakeFiles/prog.dir/topLevelManager.cpp.o -o prog -L/home/kanken/code/AHRS_core/src -Wl,-rpath,/home/kanken/code/AHRS_core/src:/usr/local/lib hardware/hw/libhw.a -ltbb ui/libui.a /usr/lib/x86_64-linux-gnu/libOpenGL.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libGLU.so hardware/psvr/libpsvr.a hardware/ihidapi/libihidapi.a /usr/local/lib/libhidapi-hidraw.so.0.13.0 hardware/cameras/libcameras.a threadweaver/libthreadweaver.a 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 /usr/lib/x86_64-linux-gnu/libzbar.so

@ -26,11 +26,12 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
add_subdirectory(perfcheckers)
add_subdirectory(threadweaver)
add_subdirectory(ihidapi)
add_subdirectory(cameras)
add_subdirectory(psvr)
add_subdirectory(hardware/ihidapi)
add_subdirectory(hardware/cameras)
add_subdirectory(hardware/psvr)
add_subdirectory(hardware/hw)
add_subdirectory(processing/zbar)
add_subdirectory(ui)
add_subdirectory(hw)
set(main_source_files main.cpp main.hpp topLevelManager.cpp)

@ -165,7 +165,7 @@ ihidapi: cmake_check_build_system
# fast build rule for target.
ihidapi/fast:
$(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/build
$(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/build
.PHONY : ihidapi/fast
#=============================================================================
@ -178,7 +178,7 @@ cameras: cmake_check_build_system
# fast build rule for target.
cameras/fast:
$(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/build
$(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/build
.PHONY : cameras/fast
#=============================================================================
@ -191,9 +191,35 @@ psvr: cmake_check_build_system
# fast build rule for target.
psvr/fast:
$(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/build
$(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/build
.PHONY : psvr/fast
#=============================================================================
# Target rules for targets named hw
# Build rule for target.
hw: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw
.PHONY : hw
# fast build rule for target.
hw/fast:
$(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/build
.PHONY : hw/fast
#=============================================================================
# Target rules for targets named zbarLib
# Build rule for target.
zbarLib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 zbarLib
.PHONY : zbarLib
# fast build rule for target.
zbarLib/fast:
$(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/build
.PHONY : zbarLib/fast
#=============================================================================
# Target rules for targets named ui
@ -207,19 +233,6 @@ ui/fast:
$(MAKE) $(MAKESILENT) -f ui/CMakeFiles/ui.dir/build.make ui/CMakeFiles/ui.dir/build
.PHONY : ui/fast
#=============================================================================
# Target rules for targets named hw
# Build rule for target.
hw: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw
.PHONY : hw
# fast build rule for target.
hw/fast:
$(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/build
.PHONY : hw/fast
main.o: main.cpp.o
.PHONY : main.o
@ -284,6 +297,7 @@ help:
@echo "... psvr"
@echo "... threadweaver"
@echo "... ui"
@echo "... zbarLib"
@echo "... main.o"
@echo "... main.i"
@echo "... main.s"

@ -1,127 +0,0 @@
# 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
# Include any dependencies generated for this target.
include cameras/CMakeFiles/cameras.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include cameras/CMakeFiles/cameras.dir/compiler_depend.make
# Include the progress variables for this target.
include cameras/CMakeFiles/cameras.dir/progress.make
# Include the compile flags for this target's objects.
include cameras/CMakeFiles/cameras.dir/flags.make
cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: cameras/CMakeFiles/cameras.dir/flags.make
cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: cameras/camEnum.cpp
cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: cameras/CMakeFiles/cameras.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object cameras/CMakeFiles/cameras.dir/camEnum.cpp.o"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cameras/CMakeFiles/cameras.dir/camEnum.cpp.o -MF CMakeFiles/cameras.dir/camEnum.cpp.o.d -o CMakeFiles/cameras.dir/camEnum.cpp.o -c /home/kanken/code/AHRS_core/src/cameras/camEnum.cpp
cameras/CMakeFiles/cameras.dir/camEnum.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cameras.dir/camEnum.cpp.i"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/cameras/camEnum.cpp > CMakeFiles/cameras.dir/camEnum.cpp.i
cameras/CMakeFiles/cameras.dir/camEnum.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cameras.dir/camEnum.cpp.s"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/cameras/camEnum.cpp -o CMakeFiles/cameras.dir/camEnum.cpp.s
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: cameras/CMakeFiles/cameras.dir/flags.make
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: cameras/cameraManager.cpp
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: cameras/CMakeFiles/cameras.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o -MF CMakeFiles/cameras.dir/cameraManager.cpp.o.d -o CMakeFiles/cameras.dir/cameraManager.cpp.o -c /home/kanken/code/AHRS_core/src/cameras/cameraManager.cpp
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cameras.dir/cameraManager.cpp.i"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/cameras/cameraManager.cpp > CMakeFiles/cameras.dir/cameraManager.cpp.i
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cameras.dir/cameraManager.cpp.s"
cd /home/kanken/code/AHRS_core/src/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/cameras/cameraManager.cpp -o CMakeFiles/cameras.dir/cameraManager.cpp.s
# Object files for target cameras
cameras_OBJECTS = \
"CMakeFiles/cameras.dir/camEnum.cpp.o" \
"CMakeFiles/cameras.dir/cameraManager.cpp.o"
# External object files for target cameras
cameras_EXTERNAL_OBJECTS =
cameras/libcameras.a: cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
cameras/libcameras.a: cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
cameras/libcameras.a: cameras/CMakeFiles/cameras.dir/build.make
cameras/libcameras.a: cameras/CMakeFiles/cameras.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libcameras.a"
cd /home/kanken/code/AHRS_core/src/cameras && $(CMAKE_COMMAND) -P CMakeFiles/cameras.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/cameras && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cameras.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
cameras/CMakeFiles/cameras.dir/build: cameras/libcameras.a
.PHONY : cameras/CMakeFiles/cameras.dir/build
cameras/CMakeFiles/cameras.dir/clean:
cd /home/kanken/code/AHRS_core/src/cameras && $(CMAKE_COMMAND) -P CMakeFiles/cameras.dir/cmake_clean.cmake
.PHONY : cameras/CMakeFiles/cameras.dir/clean
cameras/CMakeFiles/cameras.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/cameras /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/cameras /home/kanken/code/AHRS_core/src/cameras/CMakeFiles/cameras.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : cameras/CMakeFiles/cameras.dir/depend

@ -8,8 +8,8 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/kanken/code/AHRS_core/src/cameras/camEnum.cpp" "cameras/CMakeFiles/cameras.dir/camEnum.cpp.o" "gcc" "cameras/CMakeFiles/cameras.dir/camEnum.cpp.o.d"
"/home/kanken/code/AHRS_core/src/cameras/cameraManager.cpp" "cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o" "gcc" "cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o.d"
"/home/kanken/code/AHRS_core/src/hardware/cameras/camEnum.cpp" "hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o" "gcc" "hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o.d"
"/home/kanken/code/AHRS_core/src/hardware/cameras/cameraManager.cpp" "hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o" "gcc" "hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o.d"
)
# Targets to which this target links.

@ -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
# Include any dependencies generated for this target.
include hardware/cameras/CMakeFiles/cameras.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include hardware/cameras/CMakeFiles/cameras.dir/compiler_depend.make
# Include the progress variables for this target.
include hardware/cameras/CMakeFiles/cameras.dir/progress.make
# Include the compile flags for this target's objects.
include hardware/cameras/CMakeFiles/cameras.dir/flags.make
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: hardware/cameras/CMakeFiles/cameras.dir/flags.make
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: hardware/cameras/camEnum.cpp
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: hardware/cameras/CMakeFiles/cameras.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o -MF CMakeFiles/cameras.dir/camEnum.cpp.o.d -o CMakeFiles/cameras.dir/camEnum.cpp.o -c /home/kanken/code/AHRS_core/src/hardware/cameras/camEnum.cpp
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cameras.dir/camEnum.cpp.i"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hardware/cameras/camEnum.cpp > CMakeFiles/cameras.dir/camEnum.cpp.i
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cameras.dir/camEnum.cpp.s"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hardware/cameras/camEnum.cpp -o CMakeFiles/cameras.dir/camEnum.cpp.s
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: hardware/cameras/CMakeFiles/cameras.dir/flags.make
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: hardware/cameras/cameraManager.cpp
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: hardware/cameras/CMakeFiles/cameras.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o -MF CMakeFiles/cameras.dir/cameraManager.cpp.o.d -o CMakeFiles/cameras.dir/cameraManager.cpp.o -c /home/kanken/code/AHRS_core/src/hardware/cameras/cameraManager.cpp
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cameras.dir/cameraManager.cpp.i"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hardware/cameras/cameraManager.cpp > CMakeFiles/cameras.dir/cameraManager.cpp.i
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cameras.dir/cameraManager.cpp.s"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hardware/cameras/cameraManager.cpp -o CMakeFiles/cameras.dir/cameraManager.cpp.s
# Object files for target cameras
cameras_OBJECTS = \
"CMakeFiles/cameras.dir/camEnum.cpp.o" \
"CMakeFiles/cameras.dir/cameraManager.cpp.o"
# External object files for target cameras
cameras_EXTERNAL_OBJECTS =
hardware/cameras/libcameras.a: hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
hardware/cameras/libcameras.a: hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
hardware/cameras/libcameras.a: hardware/cameras/CMakeFiles/cameras.dir/build.make
hardware/cameras/libcameras.a: hardware/cameras/CMakeFiles/cameras.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libcameras.a"
cd /home/kanken/code/AHRS_core/src/hardware/cameras && $(CMAKE_COMMAND) -P CMakeFiles/cameras.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/hardware/cameras && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cameras.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hardware/cameras/CMakeFiles/cameras.dir/build: hardware/cameras/libcameras.a
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/build
hardware/cameras/CMakeFiles/cameras.dir/clean:
cd /home/kanken/code/AHRS_core/src/hardware/cameras && $(CMAKE_COMMAND) -P CMakeFiles/cameras.dir/cmake_clean.cmake
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/clean
hardware/cameras/CMakeFiles/cameras.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/cameras /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/cameras /home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/cameras.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/depend

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
/home/kanken/code/AHRS_core/src/cameras/camEnum.cpp
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
/home/kanken/code/AHRS_core/src/hardware/cameras/camEnum.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/cameras/_cam.hpp
/home/kanken/code/AHRS_core/src/hardware/cameras/_cam.hpp
/usr/include/c++/11/cstdio
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h
@ -608,10 +608,10 @@ cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
/home/kanken/code/AHRS_core/src/threadweaver/debugging.hpp
/home/kanken/code/AHRS_core/src/perfcheckers/framerate.hpp
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
/home/kanken/code/AHRS_core/src/cameras/cameraManager.cpp
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
/home/kanken/code/AHRS_core/src/hardware/cameras/cameraManager.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/cameras/_cam.hpp
/home/kanken/code/AHRS_core/src/hardware/cameras/_cam.hpp
/usr/include/c++/11/cstdio
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: cameras/camEnum.cpp \
hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: hardware/cameras/camEnum.cpp \
/usr/include/stdc-predef.h \
cameras/_cam.hpp \
hardware/cameras/_cam.hpp \
/usr/include/c++/11/cstdio \
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
@ -607,9 +607,9 @@ cameras/CMakeFiles/cameras.dir/camEnum.cpp.o: cameras/camEnum.cpp \
threadweaver/debugging.hpp \
perfcheckers/framerate.hpp
cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: cameras/cameraManager.cpp \
hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: hardware/cameras/cameraManager.cpp \
/usr/include/stdc-predef.h \
cameras/_cam.hpp \
hardware/cameras/_cam.hpp \
/usr/include/c++/11/cstdio \
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
@ -1264,7 +1264,7 @@ cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o: cameras/cameraManager.cpp \
/usr/include/x86_64-linux-gnu/bits/signum-arch.h:
cameras/cameraManager.cpp:
hardware/cameras/cameraManager.cpp:
/usr/include/c++/11/bits/fs_fwd.h:
@ -1494,6 +1494,8 @@ threadweaver/threadweaver.hpp:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512ifmavlintrin.h:
/usr/include/c++/11/bits/shared_ptr.h:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:
@ -1538,10 +1540,6 @@ threadweaver/threadweaver.hpp:
/usr/include/x86_64-linux-gnu/bits/floatn.h:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/bits/move.h:
/usr/include/x86_64-linux-gnu/bits/cpu-set.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
@ -1568,6 +1566,8 @@ threadweaver/threadweaver.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512bwintrin.h:
hardware/cameras/_cam.hpp:
/usr/include/c++/11/ctime:
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h:
@ -1608,14 +1608,6 @@ threadweaver/threadweaver.hpp:
/usr/local/include/opencv4/opencv2/core/cvdef.h:
/usr/include/c++/11/typeinfo:
/usr/include/oneapi/tbb/detail/_exception.h:
cameras/_cam.hpp:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
/usr/include/c++/11/cstdint:
@ -1666,6 +1658,34 @@ cameras/_cam.hpp:
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
/usr/include/c++/11/typeinfo:
/usr/include/oneapi/tbb/detail/_exception.h:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/bits/move.h:
/usr/include/c++/11/pstl/unseq_backend_simd.h:
/usr/include/c++/11/deque:
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
/usr/include/stdio.h:
/usr/include/oneapi/tbb/detail/_export.h:
/usr/include/c++/11/bit:
/usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp:
/usr/include/c++/11/cstdlib:
/usr/include/c++/11/bits/stl_iterator_base_types.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
/usr/include/c++/11/bits/deque.tcc:
/usr/include/c++/11/algorithm:
@ -1692,16 +1712,6 @@ cameras/_cam.hpp:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/stdio.h:
/usr/include/oneapi/tbb/detail/_export.h:
/usr/include/c++/11/pstl/unseq_backend_simd.h:
/usr/include/c++/11/deque:
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
/usr/include/c++/11/bits/stl_tree.h:
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h:
@ -1748,16 +1758,6 @@ threadweaver/debugging.hpp:
/usr/local/include/opencv4/opencv2/core/fast_math.hpp:
/usr/include/c++/11/bit:
/usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp:
/usr/include/c++/11/cstdlib:
/usr/include/c++/11/bits/stl_iterator_base_types.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
/usr/include/c++/11/bits/stl_tempbuf.h:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
@ -1766,18 +1766,18 @@ threadweaver/debugging.hpp:
/usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h:
/usr/local/include/opencv4/opencv2/flann/logger.h:
/usr/include/c++/11/bits/allocator.h:
/usr/include/c++/11/cmath:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/c++/11/execution:
/usr/include/c++/11/pstl/execution_impl.h:
/usr/local/include/opencv4/opencv2/flann/logger.h:
/usr/include/c++/11/bits/allocator.h:
/usr/include/c++/11/cmath:
/usr/include/c++/11/bits/stl_multimap.h:
/usr/include/features.h:
@ -1862,10 +1862,6 @@ threadweaver/debugging.hpp:
/usr/include/c++/11/clocale:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512ifmavlintrin.h:
cameras/camEnum.cpp:
/usr/include/x86_64-linux-gnu/bits/sched.h:
/usr/include/c++/11/ext/alloc_traits.h:
@ -2046,10 +2042,10 @@ perfcheckers/framerate.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/lzcntintrin.h:
/usr/include/oneapi/tbb/task.h:
/usr/include/c++/11/bits/exception_defines.h:
/usr/include/oneapi/tbb/task.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/lwpintrin.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/movdirintrin.h:
@ -2216,6 +2212,8 @@ perfcheckers/framerate.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/gfniintrin.h:
hardware/cameras/camEnum.cpp:
/usr/local/include/opencv4/opencv2/imgproc/segmentation.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/vaesintrin.h:
@ -2252,10 +2250,6 @@ perfcheckers/framerate.hpp:
/usr/local/include/opencv4/opencv2/core/base.hpp:
/usr/include/c++/11/math.h:
/usr/include/oneapi/tbb/version.h:
/usr/local/include/opencv4/opencv2/flann/nn_index.h:
/usr/include/oneapi/tbb/detail/_small_object_pool.h:
@ -2382,6 +2376,8 @@ perfcheckers/framerate.hpp:
/usr/include/assert.h:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/c++/11/bits/stl_function.h:
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp:
@ -2446,6 +2442,10 @@ perfcheckers/framerate.hpp:
/usr/include/c++/11/bits/quoted_string.h:
/usr/include/oneapi/tbb/version.h:
/usr/include/c++/11/math.h:
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h:
/usr/local/include/opencv4/opencv2/flann/autotuned_index.h:

@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/cameras//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/all
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/hardware/cameras//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/clean
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/clean
.PHONY : clean
# The main clean target
@ -103,12 +103,12 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/preinstall
.PHONY : preinstall/fast
# clear depends
@ -117,17 +117,17 @@ depend:
.PHONY : depend
# Convenience name for target.
cameras/CMakeFiles/cameras.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cameras/CMakeFiles/cameras.dir/rule
.PHONY : cameras/CMakeFiles/cameras.dir/rule
hardware/cameras/CMakeFiles/cameras.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/cameras/CMakeFiles/cameras.dir/rule
.PHONY : hardware/cameras/CMakeFiles/cameras.dir/rule
# Convenience name for target.
cameras: cameras/CMakeFiles/cameras.dir/rule
cameras: hardware/cameras/CMakeFiles/cameras.dir/rule
.PHONY : cameras
# fast build rule for target.
cameras/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/build
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/build
.PHONY : cameras/fast
camEnum.o: camEnum.cpp.o
@ -135,7 +135,7 @@ camEnum.o: camEnum.cpp.o
# target to build an object file
camEnum.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.o
.PHONY : camEnum.cpp.o
camEnum.i: camEnum.cpp.i
@ -143,7 +143,7 @@ camEnum.i: camEnum.cpp.i
# target to preprocess a source file
camEnum.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/camEnum.cpp.i
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.i
.PHONY : camEnum.cpp.i
camEnum.s: camEnum.cpp.s
@ -151,7 +151,7 @@ camEnum.s: camEnum.cpp.s
# target to generate assembly for a file
camEnum.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/camEnum.cpp.s
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/camEnum.cpp.s
.PHONY : camEnum.cpp.s
cameraManager.o: cameraManager.cpp.o
@ -159,7 +159,7 @@ cameraManager.o: cameraManager.cpp.o
# target to build an object file
cameraManager.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.o
.PHONY : cameraManager.cpp.o
cameraManager.i: cameraManager.cpp.i
@ -167,7 +167,7 @@ cameraManager.i: cameraManager.cpp.i
# target to preprocess a source file
cameraManager.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/cameraManager.cpp.i
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.i
.PHONY : cameraManager.cpp.i
cameraManager.s: cameraManager.cpp.s
@ -175,7 +175,7 @@ cameraManager.s: cameraManager.cpp.s
# target to generate assembly for a file
cameraManager.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f cameras/CMakeFiles/cameras.dir/build.make cameras/CMakeFiles/cameras.dir/cameraManager.cpp.s
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/cameras/CMakeFiles/cameras.dir/build.make hardware/cameras/CMakeFiles/cameras.dir/cameraManager.cpp.s
.PHONY : cameraManager.cpp.s
# Help Target

@ -14,12 +14,7 @@
#include <chrono>
#include <opencv2/opencv.hpp>
#include <opencv2/videoio/videoio_c.h>
#include "../threadweaver/threadweaver.hpp"
#define DEBUG_ELAPSED_START std::chrono::steady_clock::time_point bgd = std::chrono::steady_clock::now();
#define DEBUG_ELAPSED_END std::chrono::steady_clock::time_point bge = std::chrono::steady_clock::now();
#define DEBUG_SHOW_ELAPSED uint elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(bge - bgd).count();std::cout << "Time difference = " << elapsed << "[ms] " << (1000/elapsed) <<"[fps]"<< std::endl;
#include "../../threadweaver/threadweaver.hpp"
using namespace std;
using namespace cv;

@ -10,8 +10,11 @@ void cameraManager::runCaptureForCamera(camera* c, uint index){
fcheckManager::fcCam.tickBegin();
if(!c->source->isOpened()){
cout << "camera " << c->path << " is closed, opening..." << endl;
if(!c->source->open(c->path,cv::CAP_ANY)){
if(!c->source->open(c->path)){
cout << "couldn't open camera with index " << c->path << endl;
}else{
c->source->set(CV_CAP_PROP_FOURCC, CV_FOURCC('M', 'J', 'P', 'G'));
c->source->set(CV_CAP_PROP_FPS , FPS_LIMIT_PSEYE);
}
}
@ -75,6 +78,7 @@ void cameraManager::runCapture(){
mlock->unlock();
accessLocks.push_back(mlock);
cout << "enabling camera " << i << endl;
c->source->release();
std::thread* t = new std::thread(cameraManager::runCaptureForCamera,c,i);
i++;
cout << "moving thread" << endl;

@ -8,17 +8,18 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/kanken/code/AHRS_core/src/hw/serial.cpp" "hw/CMakeFiles/hw.dir/serial.cpp.o" "gcc" "hw/CMakeFiles/hw.dir/serial.cpp.o.d"
"/home/kanken/code/AHRS_core/src/hardware/hw/serial.cpp" "hardware/hw/CMakeFiles/hw.dir/serial.cpp.o" "gcc" "hardware/hw/CMakeFiles/hw.dir/serial.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/kanken/code/AHRS_core/src/ui/CMakeFiles/ui.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/psvr.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/hardware/cameras/CMakeFiles/cameras.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/threadweaver/CMakeFiles/threadweaver.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/perfcheckers/CMakeFiles/perfcheckers.dir/DependInfo.cmake"
"/home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/zbarLib.dir/DependInfo.cmake"
)
# Fortran module output directory.

@ -59,29 +59,29 @@ CMAKE_SOURCE_DIR = /home/kanken/code/AHRS_core/src
CMAKE_BINARY_DIR = /home/kanken/code/AHRS_core/src
# Include any dependencies generated for this target.
include hw/CMakeFiles/hw.dir/depend.make
include hardware/hw/CMakeFiles/hw.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include hw/CMakeFiles/hw.dir/compiler_depend.make
include hardware/hw/CMakeFiles/hw.dir/compiler_depend.make
# Include the progress variables for this target.
include hw/CMakeFiles/hw.dir/progress.make
include hardware/hw/CMakeFiles/hw.dir/progress.make
# Include the compile flags for this target's objects.
include hw/CMakeFiles/hw.dir/flags.make
include hardware/hw/CMakeFiles/hw.dir/flags.make
hw/CMakeFiles/hw.dir/serial.cpp.o: hw/CMakeFiles/hw.dir/flags.make
hw/CMakeFiles/hw.dir/serial.cpp.o: hw/serial.cpp
hw/CMakeFiles/hw.dir/serial.cpp.o: hw/CMakeFiles/hw.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object hw/CMakeFiles/hw.dir/serial.cpp.o"
cd /home/kanken/code/AHRS_core/src/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hw/CMakeFiles/hw.dir/serial.cpp.o -MF CMakeFiles/hw.dir/serial.cpp.o.d -o CMakeFiles/hw.dir/serial.cpp.o -c /home/kanken/code/AHRS_core/src/hw/serial.cpp
hardware/hw/CMakeFiles/hw.dir/serial.cpp.o: hardware/hw/CMakeFiles/hw.dir/flags.make
hardware/hw/CMakeFiles/hw.dir/serial.cpp.o: hardware/hw/serial.cpp
hardware/hw/CMakeFiles/hw.dir/serial.cpp.o: hardware/hw/CMakeFiles/hw.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object hardware/hw/CMakeFiles/hw.dir/serial.cpp.o"
cd /home/kanken/code/AHRS_core/src/hardware/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hardware/hw/CMakeFiles/hw.dir/serial.cpp.o -MF CMakeFiles/hw.dir/serial.cpp.o.d -o CMakeFiles/hw.dir/serial.cpp.o -c /home/kanken/code/AHRS_core/src/hardware/hw/serial.cpp
hw/CMakeFiles/hw.dir/serial.cpp.i: cmake_force
hardware/hw/CMakeFiles/hw.dir/serial.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hw.dir/serial.cpp.i"
cd /home/kanken/code/AHRS_core/src/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hw/serial.cpp > CMakeFiles/hw.dir/serial.cpp.i
cd /home/kanken/code/AHRS_core/src/hardware/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hardware/hw/serial.cpp > CMakeFiles/hw.dir/serial.cpp.i
hw/CMakeFiles/hw.dir/serial.cpp.s: cmake_force
hardware/hw/CMakeFiles/hw.dir/serial.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hw.dir/serial.cpp.s"
cd /home/kanken/code/AHRS_core/src/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hw/serial.cpp -o CMakeFiles/hw.dir/serial.cpp.s
cd /home/kanken/code/AHRS_core/src/hardware/hw && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hardware/hw/serial.cpp -o CMakeFiles/hw.dir/serial.cpp.s
# Object files for target hw
hw_OBJECTS = \
@ -90,22 +90,22 @@ hw_OBJECTS = \
# External object files for target hw
hw_EXTERNAL_OBJECTS =
hw/libhw.a: hw/CMakeFiles/hw.dir/serial.cpp.o
hw/libhw.a: hw/CMakeFiles/hw.dir/build.make
hw/libhw.a: hw/CMakeFiles/hw.dir/link.txt
hardware/hw/libhw.a: hardware/hw/CMakeFiles/hw.dir/serial.cpp.o
hardware/hw/libhw.a: hardware/hw/CMakeFiles/hw.dir/build.make
hardware/hw/libhw.a: hardware/hw/CMakeFiles/hw.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libhw.a"
cd /home/kanken/code/AHRS_core/src/hw && $(CMAKE_COMMAND) -P CMakeFiles/hw.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/hw && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hw.dir/link.txt --verbose=$(VERBOSE)
cd /home/kanken/code/AHRS_core/src/hardware/hw && $(CMAKE_COMMAND) -P CMakeFiles/hw.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/hardware/hw && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hw.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hw/CMakeFiles/hw.dir/build: hw/libhw.a
.PHONY : hw/CMakeFiles/hw.dir/build
hardware/hw/CMakeFiles/hw.dir/build: hardware/hw/libhw.a
.PHONY : hardware/hw/CMakeFiles/hw.dir/build
hw/CMakeFiles/hw.dir/clean:
cd /home/kanken/code/AHRS_core/src/hw && $(CMAKE_COMMAND) -P CMakeFiles/hw.dir/cmake_clean.cmake
.PHONY : hw/CMakeFiles/hw.dir/clean
hardware/hw/CMakeFiles/hw.dir/clean:
cd /home/kanken/code/AHRS_core/src/hardware/hw && $(CMAKE_COMMAND) -P CMakeFiles/hw.dir/cmake_clean.cmake
.PHONY : hardware/hw/CMakeFiles/hw.dir/clean
hw/CMakeFiles/hw.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hw /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hw /home/kanken/code/AHRS_core/src/hw/CMakeFiles/hw.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hw/CMakeFiles/hw.dir/depend
hardware/hw/CMakeFiles/hw.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/hw /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/hw /home/kanken/code/AHRS_core/src/hardware/hw/CMakeFiles/hw.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hardware/hw/CMakeFiles/hw.dir/depend

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
hw/CMakeFiles/hw.dir/serial.cpp.o
/home/kanken/code/AHRS_core/src/hw/serial.cpp
hardware/hw/CMakeFiles/hw.dir/serial.cpp.o
/home/kanken/code/AHRS_core/src/hardware/hw/serial.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/hw/serial.hpp
/home/kanken/code/AHRS_core/src/hardware/hw/serial.hpp
/usr/include/stdio.h
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
/usr/include/features.h
@ -260,7 +260,7 @@ hw/CMakeFiles/hw.dir/serial.cpp.o
/usr/include/KHR/khrplatform.h
/usr/include/GL/glu.h
/usr/include/c++/11/stdlib.h
/home/kanken/code/AHRS_core/src/cameras/_cam.hpp
/home/kanken/code/AHRS_core/src/hardware/cameras/_cam.hpp
/usr/include/c++/11/memory
/usr/include/c++/11/bits/stl_raw_storage_iter.h
/usr/include/c++/11/bits/align.h
@ -634,8 +634,8 @@ hw/CMakeFiles/hw.dir/serial.cpp.o
/usr/include/c++/11/bits/fs_ops.h
/home/kanken/code/AHRS_core/src/threadweaver/debugging.hpp
/home/kanken/code/AHRS_core/src/perfcheckers/framerate.hpp
/home/kanken/code/AHRS_core/src/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/ihidapi/_hidapi.hpp
/home/kanken/code/AHRS_core/src/hardware/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/hardware/ihidapi/_hidapi.hpp
/usr/local/include/hidapi/hidapi.h
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp
/usr/local/include/opencv4/opencv2/core/opengl.hpp

@ -1,9 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
hw/CMakeFiles/hw.dir/serial.cpp.o: hw/serial.cpp \
hardware/hw/CMakeFiles/hw.dir/serial.cpp.o: hardware/hw/serial.cpp \
/usr/include/stdc-predef.h \
hw/serial.hpp \
hardware/hw/serial.hpp \
/usr/include/stdio.h \
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
/usr/include/features.h \
@ -259,7 +259,7 @@ hw/CMakeFiles/hw.dir/serial.cpp.o: hw/serial.cpp \
/usr/include/KHR/khrplatform.h \
/usr/include/GL/glu.h \
/usr/include/c++/11/stdlib.h \
cameras/_cam.hpp \
hardware/cameras/_cam.hpp \
/usr/include/c++/11/memory \
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
/usr/include/c++/11/bits/align.h \
@ -633,8 +633,8 @@ hw/CMakeFiles/hw.dir/serial.cpp.o: hw/serial.cpp \
/usr/include/c++/11/bits/fs_ops.h \
threadweaver/debugging.hpp \
perfcheckers/framerate.hpp \
psvr/_psvr.hpp \
ihidapi/_hidapi.hpp \
hardware/psvr/_psvr.hpp \
hardware/ihidapi/_hidapi.hpp \
/usr/local/include/hidapi/hidapi.h \
/usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp \
/usr/local/include/opencv4/opencv2/core/opengl.hpp \
@ -646,7 +646,9 @@ hw/CMakeFiles/hw.dir/serial.cpp.o: hw/serial.cpp \
/usr/local/include/hidapi/hidapi.h:
ihidapi/_hidapi.hpp:
hardware/ihidapi/_hidapi.hpp:
hardware/psvr/_psvr.hpp:
/usr/include/c++/11/bits/fs_fwd.h:
@ -786,6 +788,8 @@ threadweaver/threadweaver.hpp:
/usr/include/c++/11/bits/exception.h:
hardware/hw/serial.cpp:
/usr/include/c++/11/bits/uniform_int_dist.h:
/usr/include/c++/11/pstl/memory_impl.h:
@ -808,6 +812,8 @@ threadweaver/threadweaver.hpp:
/usr/include/x86_64-linux-gnu/bits/waitflags.h:
/usr/include/stdlib.h:
/usr/include/c++/11/string_view:
/usr/include/x86_64-linux-gnu/sys/ttydefaults.h:
@ -948,11 +954,9 @@ perfcheckers/framerate.hpp:
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h:
/usr/include/stdlib.h:
/usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h:
/usr/include/c++/11/pstl/parallel_backend_utils.h:
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h:
/usr/include/c++/11/exception:
@ -1014,9 +1018,19 @@ perfcheckers/framerate.hpp:
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/c++/11/bits/node_handle.h:
/usr/include/x86_64-linux-gnu/bits/termios-misc.h:
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h:
/usr/include/c++/11/iostream:
/usr/lib/gcc/x86_64-linux-gnu/11/include/xsavesintrin.h:
/usr/include/x86_64-linux-gnu/bits/fp-fast.h:
/usr/include/c++/11/typeinfo:
/usr/include/oneapi/tbb/detail/_exception.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h:
@ -1054,9 +1068,27 @@ perfcheckers/framerate.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512vlbwintrin.h:
/usr/include/x86_64-linux-gnu/bits/termios-c_lflag.h:
hardware/hw/serial.hpp:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/x86_64-linux-gnu/bits/termios-misc.h:
/usr/include/c++/11/bits/stl_multimap.h:
/usr/include/features.h:
hw/serial.cpp:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/errno.h:
/usr/include/x86_64-linux-gnu/bits/termios-c_cc.h:
/usr/include/x86_64-linux-gnu/bits/timex.h:
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/termios.h:
@ -1148,22 +1180,6 @@ hw/serial.cpp:
/usr/include/c++/11/cstring:
/usr/include/c++/11/bits/stl_multimap.h:
/usr/include/features.h:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/errno.h:
/usr/include/x86_64-linux-gnu/bits/termios-c_cc.h:
/usr/include/x86_64-linux-gnu/bits/timex.h:
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/c++/11/system_error:
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
@ -1206,20 +1222,6 @@ hw/serial.cpp:
/usr/local/include/opencv4/opencv2/core/fast_math.hpp:
/usr/include/c++/11/bits/node_handle.h:
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h:
/usr/include/c++/11/iostream:
/usr/lib/gcc/x86_64-linux-gnu/11/include/xsavesintrin.h:
/usr/include/x86_64-linux-gnu/bits/fp-fast.h:
/usr/include/c++/11/typeinfo:
/usr/include/oneapi/tbb/detail/_exception.h:
/usr/include/x86_64-linux-gnu/sys/select.h:
/usr/include/c++/11/regex:
@ -1294,6 +1296,8 @@ threadweaver/debugging.hpp:
/usr/include/c++/11/bits/string_view.tcc:
hardware/cameras/_cam.hpp:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/bits/move.h:
@ -1402,10 +1406,6 @@ threadweaver/debugging.hpp:
/usr/include/c++/11/pstl/parallel_backend_tbb.h:
cameras/_cam.hpp:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/c++/11/memory:
/usr/include/c++/11/bits/stl_raw_storage_iter.h:
@ -1492,6 +1492,8 @@ ui/_ui.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/avx512bitalgintrin.h:
/usr/include/c++/11/pstl/parallel_backend_utils.h:
/usr/include/tbb/blocked_range.h:
/usr/include/c++/11/bits/locale_classes.tcc:
@ -1664,10 +1666,10 @@ ui/_ui.hpp:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h:
/usr/include/math.h:
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
/usr/include/math.h:
/usr/include/c++/11/bits/exception_ptr.h:
/usr/include/oneapi/tbb/parallel_for.h:
@ -1838,8 +1840,6 @@ ui/_ui.hpp:
/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp:
psvr/_psvr.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h:
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp:
@ -1852,12 +1852,12 @@ psvr/_psvr.hpp:
/usr/include/assert.h:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/include/c++/11/bits/stl_function.h:
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp:
hw/serial.hpp:
/usr/local/include/opencv4/opencv2/core/optim.hpp:
/usr/local/include/opencv4/opencv2/flann/config.h:

@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/hw//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/all
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/hardware/hw//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/clean
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/clean
.PHONY : clean
# The main clean target
@ -103,12 +103,12 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/preinstall
.PHONY : preinstall/fast
# clear depends
@ -117,17 +117,17 @@ depend:
.PHONY : depend
# Convenience name for target.
hw/CMakeFiles/hw.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hw/CMakeFiles/hw.dir/rule
.PHONY : hw/CMakeFiles/hw.dir/rule
hardware/hw/CMakeFiles/hw.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/hw/CMakeFiles/hw.dir/rule
.PHONY : hardware/hw/CMakeFiles/hw.dir/rule
# Convenience name for target.
hw: hw/CMakeFiles/hw.dir/rule
hw: hardware/hw/CMakeFiles/hw.dir/rule
.PHONY : hw
# fast build rule for target.
hw/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/build
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/build
.PHONY : hw/fast
serial.o: serial.cpp.o
@ -135,7 +135,7 @@ serial.o: serial.cpp.o
# target to build an object file
serial.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/serial.cpp.o
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/serial.cpp.o
.PHONY : serial.cpp.o
serial.i: serial.cpp.i
@ -143,7 +143,7 @@ serial.i: serial.cpp.i
# target to preprocess a source file
serial.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/serial.cpp.i
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/serial.cpp.i
.PHONY : serial.cpp.i
serial.s: serial.cpp.s
@ -151,7 +151,7 @@ serial.s: serial.cpp.s
# target to generate assembly for a file
serial.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hw/CMakeFiles/hw.dir/build.make hw/CMakeFiles/hw.dir/serial.cpp.s
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/hw/CMakeFiles/hw.dir/build.make hardware/hw/CMakeFiles/hw.dir/serial.cpp.s
.PHONY : serial.cpp.s
# Help Target

@ -11,7 +11,7 @@
#include <thread>
#include <vector>
#include "../ui/_ui.hpp"
#include "../../ui/_ui.hpp"
class SerialPortManager{
public:

@ -8,12 +8,11 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/kanken/code/AHRS_core/src/psvr/psvr.cpp" "psvr/CMakeFiles/psvr.dir/psvr.cpp.o" "gcc" "psvr/CMakeFiles/psvr.dir/psvr.cpp.o.d"
"/home/kanken/code/AHRS_core/src/hardware/ihidapi/hidapi_functions.cpp" "hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o" "gcc" "hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
)
# Fortran module output directory.

@ -0,0 +1,111 @@
# 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
# Include any dependencies generated for this target.
include hardware/ihidapi/CMakeFiles/ihidapi.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include hardware/ihidapi/CMakeFiles/ihidapi.dir/compiler_depend.make
# Include the progress variables for this target.
include hardware/ihidapi/CMakeFiles/ihidapi.dir/progress.make
# Include the compile flags for this target's objects.
include hardware/ihidapi/CMakeFiles/ihidapi.dir/flags.make
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: hardware/ihidapi/CMakeFiles/ihidapi.dir/flags.make
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: hardware/ihidapi/hidapi_functions.cpp
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: hardware/ihidapi/CMakeFiles/ihidapi.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o"
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o -MF CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o.d -o CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o -c /home/kanken/code/AHRS_core/src/hardware/ihidapi/hidapi_functions.cpp
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i"
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hardware/ihidapi/hidapi_functions.cpp > CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s"
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hardware/ihidapi/hidapi_functions.cpp -o CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s
# Object files for target ihidapi
ihidapi_OBJECTS = \
"CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o"
# External object files for target ihidapi
ihidapi_EXTERNAL_OBJECTS =
hardware/ihidapi/libihidapi.a: hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
hardware/ihidapi/libihidapi.a: hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make
hardware/ihidapi/libihidapi.a: hardware/ihidapi/CMakeFiles/ihidapi.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libihidapi.a"
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && $(CMAKE_COMMAND) -P CMakeFiles/ihidapi.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ihidapi.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
hardware/ihidapi/CMakeFiles/ihidapi.dir/build: hardware/ihidapi/libihidapi.a
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/build
hardware/ihidapi/CMakeFiles/ihidapi.dir/clean:
cd /home/kanken/code/AHRS_core/src/hardware/ihidapi && $(CMAKE_COMMAND) -P CMakeFiles/ihidapi.dir/cmake_clean.cmake
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/clean
hardware/ihidapi/CMakeFiles/ihidapi.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/ihidapi /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/ihidapi /home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/depend

@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
/home/kanken/code/AHRS_core/src/ihidapi/hidapi_functions.cpp
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
/home/kanken/code/AHRS_core/src/hardware/ihidapi/hidapi_functions.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/ihidapi/_hidapi.hpp
/home/kanken/code/AHRS_core/src/hardware/ihidapi/_hidapi.hpp
/usr/local/include/hidapi/hidapi.h
/usr/include/wchar.h
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h

@ -1,10 +1,9 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: hardware/ihidapi/hidapi_functions.cpp \
/usr/include/stdc-predef.h \
psvr/_psvr.hpp \
ihidapi/_hidapi.hpp \
hardware/ihidapi/_hidapi.hpp \
/usr/local/include/hidapi/hidapi.h \
/usr/include/wchar.h \
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
@ -260,8 +259,6 @@ psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
/usr/include/c++/11/bits/stl_construct.h:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:
/usr/include/ctype.h:
@ -270,14 +267,6 @@ psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
/usr/include/c++/11/initializer_list:
/usr/include/c++/11/streambuf:
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
/usr/include/c++/11/bits/functexcept.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:
/usr/include/c++/11/bits/string_view.tcc:
/usr/include/c++/11/bits/hash_bytes.h:
@ -306,6 +295,8 @@ psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
/usr/include/c++/11/bits/range_access.h:
/usr/include/c++/11/bits/nested_exception.h:
/usr/include/c++/11/iosfwd:
/usr/include/x86_64-linux-gnu/bits/time64.h:
@ -318,9 +309,11 @@ psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
/usr/include/c++/11/bits/ostream_insert.h:
/usr/include/c++/11/ext/type_traits.h:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
/usr/include/x86_64-linux-gnu/asm/errno.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
@ -334,21 +327,7 @@ psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp \
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h:
psvr/psvr.cpp:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
/usr/include/x86_64-linux-gnu/asm/errno.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
/usr/include/c++/11/bits/nested_exception.h:
ihidapi/_hidapi.hpp:
/usr/include/c++/11/cctype:
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
/usr/include/x86_64-linux-gnu/bits/long-double.h:
@ -358,21 +337,19 @@ ihidapi/_hidapi.hpp:
/usr/include/wchar.h:
/usr/include/features.h:
/usr/include/c++/11/ext/numeric_traits.h:
/usr/include/c++/11/streambuf:
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h:
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
/usr/include/c++/11/bits/stl_algobase.h:
/usr/include/c++/11/bits/functexcept.h:
/usr/include/c++/11/cwchar:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:
hardware/ihidapi/_hidapi.hpp:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
/usr/include/c++/11/bits/alloc_traits.h:
psvr/_psvr.hpp:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
@ -380,7 +357,13 @@ psvr/_psvr.hpp:
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
/usr/include/c++/11/bits/stl_function.h:
/usr/include/c++/11/ext/numeric_traits.h:
/usr/include/features.h:
/usr/include/stdc-predef.h:
/usr/include/c++/11/cstdlib:
@ -416,34 +399,46 @@ psvr/_psvr.hpp:
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h:
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h:
/usr/include/c++/11/bits/stl_algobase.h:
/usr/include/c++/11/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
/usr/include/asm-generic/errno-base.h:
/usr/include/c++/11/bits/char_traits.h:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/c++/11/bits/allocator.h:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/x86_64-linux-gnu/sys/single_threaded.h:
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/c++/11/bits/stringfwd.h:
/usr/include/c++/11/bits/memoryfwd.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
/usr/include/c++/11/bits/stl_function.h:
/usr/include/c++/11/bits/stringfwd.h:
/usr/include/stdc-predef.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
hardware/ihidapi/hidapi_functions.cpp:
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
/usr/include/c++/11/ext/type_traits.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
/usr/include/c++/11/debug/assertions.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h:
@ -468,16 +463,18 @@ psvr/_psvr.hpp:
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
/usr/include/x86_64-linux-gnu/bits/types.h:
/usr/include/c++/11/bits/move.h:
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h:
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
/usr/include/x86_64-linux-gnu/bits/types.h:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
/usr/include/c++/11/cctype:
/usr/include/x86_64-linux-gnu/sys/select.h:
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:

@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/ihidapi//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/all
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/hardware/ihidapi//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/clean
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/clean
.PHONY : clean
# The main clean target
@ -103,12 +103,12 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/preinstall
.PHONY : preinstall/fast
# clear depends
@ -117,17 +117,17 @@ depend:
.PHONY : depend
# Convenience name for target.
ihidapi/CMakeFiles/ihidapi.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ihidapi/CMakeFiles/ihidapi.dir/rule
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/rule
hardware/ihidapi/CMakeFiles/ihidapi.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/ihidapi/CMakeFiles/ihidapi.dir/rule
.PHONY : hardware/ihidapi/CMakeFiles/ihidapi.dir/rule
# Convenience name for target.
ihidapi: ihidapi/CMakeFiles/ihidapi.dir/rule
ihidapi: hardware/ihidapi/CMakeFiles/ihidapi.dir/rule
.PHONY : ihidapi
# fast build rule for target.
ihidapi/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/build
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/build
.PHONY : ihidapi/fast
hidapi_functions.o: hidapi_functions.cpp.o
@ -135,7 +135,7 @@ hidapi_functions.o: hidapi_functions.cpp.o
# target to build an object file
hidapi_functions.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
.PHONY : hidapi_functions.cpp.o
hidapi_functions.i: hidapi_functions.cpp.i
@ -143,7 +143,7 @@ hidapi_functions.i: hidapi_functions.cpp.i
# target to preprocess a source file
hidapi_functions.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i
.PHONY : hidapi_functions.cpp.i
hidapi_functions.s: hidapi_functions.cpp.s
@ -151,7 +151,7 @@ hidapi_functions.s: hidapi_functions.cpp.s
# target to generate assembly for a file
hidapi_functions.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f ihidapi/CMakeFiles/ihidapi.dir/build.make ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/ihidapi/CMakeFiles/ihidapi.dir/build.make hardware/ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s
.PHONY : hidapi_functions.cpp.s
# Help Target

@ -0,0 +1,20 @@
# 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/hardware/psvr/psvr.cpp" "hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o" "gcc" "hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/kanken/code/AHRS_core/src/hardware/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

@ -59,29 +59,29 @@ CMAKE_SOURCE_DIR = /home/kanken/code/AHRS_core/src
CMAKE_BINARY_DIR = /home/kanken/code/AHRS_core/src
# Include any dependencies generated for this target.
include psvr/CMakeFiles/psvr.dir/depend.make
include hardware/psvr/CMakeFiles/psvr.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include psvr/CMakeFiles/psvr.dir/compiler_depend.make
include hardware/psvr/CMakeFiles/psvr.dir/compiler_depend.make
# Include the progress variables for this target.
include psvr/CMakeFiles/psvr.dir/progress.make
include hardware/psvr/CMakeFiles/psvr.dir/progress.make
# Include the compile flags for this target's objects.
include psvr/CMakeFiles/psvr.dir/flags.make
include hardware/psvr/CMakeFiles/psvr.dir/flags.make
psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/CMakeFiles/psvr.dir/flags.make
psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/psvr.cpp
psvr/CMakeFiles/psvr.dir/psvr.cpp.o: psvr/CMakeFiles/psvr.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object psvr/CMakeFiles/psvr.dir/psvr.cpp.o"
cd /home/kanken/code/AHRS_core/src/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT psvr/CMakeFiles/psvr.dir/psvr.cpp.o -MF CMakeFiles/psvr.dir/psvr.cpp.o.d -o CMakeFiles/psvr.dir/psvr.cpp.o -c /home/kanken/code/AHRS_core/src/psvr/psvr.cpp
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o: hardware/psvr/CMakeFiles/psvr.dir/flags.make
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o: hardware/psvr/psvr.cpp
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o: hardware/psvr/CMakeFiles/psvr.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o"
cd /home/kanken/code/AHRS_core/src/hardware/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o -MF CMakeFiles/psvr.dir/psvr.cpp.o.d -o CMakeFiles/psvr.dir/psvr.cpp.o -c /home/kanken/code/AHRS_core/src/hardware/psvr/psvr.cpp
psvr/CMakeFiles/psvr.dir/psvr.cpp.i: cmake_force
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/psvr.dir/psvr.cpp.i"
cd /home/kanken/code/AHRS_core/src/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/psvr/psvr.cpp > CMakeFiles/psvr.dir/psvr.cpp.i
cd /home/kanken/code/AHRS_core/src/hardware/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/hardware/psvr/psvr.cpp > CMakeFiles/psvr.dir/psvr.cpp.i
psvr/CMakeFiles/psvr.dir/psvr.cpp.s: cmake_force
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/psvr.dir/psvr.cpp.s"
cd /home/kanken/code/AHRS_core/src/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/psvr/psvr.cpp -o CMakeFiles/psvr.dir/psvr.cpp.s
cd /home/kanken/code/AHRS_core/src/hardware/psvr && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/hardware/psvr/psvr.cpp -o CMakeFiles/psvr.dir/psvr.cpp.s
# Object files for target psvr
psvr_OBJECTS = \
@ -90,22 +90,22 @@ psvr_OBJECTS = \
# External object files for target psvr
psvr_EXTERNAL_OBJECTS =
psvr/libpsvr.a: psvr/CMakeFiles/psvr.dir/psvr.cpp.o
psvr/libpsvr.a: psvr/CMakeFiles/psvr.dir/build.make
psvr/libpsvr.a: psvr/CMakeFiles/psvr.dir/link.txt
hardware/psvr/libpsvr.a: hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o
hardware/psvr/libpsvr.a: hardware/psvr/CMakeFiles/psvr.dir/build.make
hardware/psvr/libpsvr.a: hardware/psvr/CMakeFiles/psvr.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libpsvr.a"
cd /home/kanken/code/AHRS_core/src/psvr && $(CMAKE_COMMAND) -P CMakeFiles/psvr.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/psvr && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/psvr.dir/link.txt --verbose=$(VERBOSE)
cd /home/kanken/code/AHRS_core/src/hardware/psvr && $(CMAKE_COMMAND) -P CMakeFiles/psvr.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/hardware/psvr && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/psvr.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
psvr/CMakeFiles/psvr.dir/build: psvr/libpsvr.a
.PHONY : psvr/CMakeFiles/psvr.dir/build
hardware/psvr/CMakeFiles/psvr.dir/build: hardware/psvr/libpsvr.a
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/build
psvr/CMakeFiles/psvr.dir/clean:
cd /home/kanken/code/AHRS_core/src/psvr && $(CMAKE_COMMAND) -P CMakeFiles/psvr.dir/cmake_clean.cmake
.PHONY : psvr/CMakeFiles/psvr.dir/clean
hardware/psvr/CMakeFiles/psvr.dir/clean:
cd /home/kanken/code/AHRS_core/src/hardware/psvr && $(CMAKE_COMMAND) -P CMakeFiles/psvr.dir/cmake_clean.cmake
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/clean
psvr/CMakeFiles/psvr.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/psvr /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/psvr /home/kanken/code/AHRS_core/src/psvr/CMakeFiles/psvr.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : psvr/CMakeFiles/psvr.dir/depend
hardware/psvr/CMakeFiles/psvr.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/psvr /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/hardware/psvr /home/kanken/code/AHRS_core/src/hardware/psvr/CMakeFiles/psvr.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/depend

@ -1,11 +1,11 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
psvr/CMakeFiles/psvr.dir/psvr.cpp.o
/home/kanken/code/AHRS_core/src/psvr/psvr.cpp
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o
/home/kanken/code/AHRS_core/src/hardware/psvr/psvr.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/ihidapi/_hidapi.hpp
/home/kanken/code/AHRS_core/src/hardware/psvr/_psvr.hpp
/home/kanken/code/AHRS_core/src/hardware/ihidapi/_hidapi.hpp
/usr/local/include/hidapi/hidapi.h
/usr/include/wchar.h
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h

@ -1,9 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.cpp \
hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o: hardware/psvr/psvr.cpp \
/usr/include/stdc-predef.h \
ihidapi/_hidapi.hpp \
hardware/psvr/_psvr.hpp \
hardware/ihidapi/_hidapi.hpp \
/usr/local/include/hidapi/hidapi.h \
/usr/include/wchar.h \
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
@ -187,6 +188,8 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/c++/11/bits/istream.tcc:
/usr/include/c++/11/istream:
/usr/include/c++/11/bits/basic_ios.tcc:
/usr/include/c++/11/bits/locale_facets.tcc:
@ -257,6 +260,8 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/c++/11/bits/stl_construct.h:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:
/usr/include/ctype.h:
@ -265,18 +270,12 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/c++/11/initializer_list:
/usr/include/c++/11/streambuf:
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
/usr/include/c++/11/bits/functexcept.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:
/usr/include/c++/11/bits/string_view.tcc:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/typeinfo:
/usr/include/x86_64-linux-gnu/bits/cpu-set.h:
/usr/include/c++/11/bits/exception_defines.h:
@ -299,18 +298,28 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/c++/11/bits/range_access.h:
/usr/include/c++/11/bits/nested_exception.h:
/usr/include/c++/11/iosfwd:
/usr/include/x86_64-linux-gnu/bits/time64.h:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/c++/11/ostream:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:
/usr/include/c++/11/bits/ostream_insert.h:
/usr/include/c++/11/ext/type_traits.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
/usr/include/x86_64-linux-gnu/asm/errno.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
/usr/include/c++/11/bits/postypes.h:
@ -323,14 +332,6 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h:
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
/usr/include/x86_64-linux-gnu/bits/long-double.h:
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
@ -339,51 +340,29 @@ ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.
/usr/include/wchar.h:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
/usr/include/x86_64-linux-gnu/asm/errno.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
/usr/include/c++/11/bits/nested_exception.h:
ihidapi/_hidapi.hpp:
/usr/include/c++/11/cctype:
/usr/include/c++/11/typeinfo:
/usr/include/c++/11/istream:
ihidapi/hidapi_functions.cpp:
/usr/include/asm-generic/errno-base.h:
/usr/include/c++/11/streambuf:
/usr/include/c++/11/bits/char_traits.h:
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
/usr/include/c++/11/bits/allocator.h:
/usr/include/c++/11/bits/functexcept.h:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:
/usr/include/x86_64-linux-gnu/sys/single_threaded.h:
hardware/ihidapi/_hidapi.hpp:
/usr/include/features.h:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
/usr/include/c++/11/ext/numeric_traits.h:
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
/usr/include/c++/11/bits/memoryfwd.h:
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
/usr/include/c++/11/bits/stringfwd.h:
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
/usr/include/c++/11/cstdlib:
@ -395,17 +374,13 @@ ihidapi/hidapi_functions.cpp:
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
/usr/include/c++/11/type_traits:
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/locale.h:
hardware/psvr/_psvr.hpp:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h:
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
@ -433,6 +408,30 @@ ihidapi/hidapi_functions.cpp:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
/usr/include/asm-generic/errno-base.h:
/usr/include/c++/11/bits/char_traits.h:
/usr/include/c++/11/bits/allocator.h:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/x86_64-linux-gnu/sys/single_threaded.h:
/usr/include/features.h:
/usr/include/c++/11/ext/numeric_traits.h:
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/c++/11/bits/memoryfwd.h:
/usr/include/c++/11/bits/stringfwd.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
/usr/include/c++/11/bits/stl_function.h:
/usr/include/stdc-predef.h:
@ -441,10 +440,6 @@ ihidapi/hidapi_functions.cpp:
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
/usr/include/c++/11/ext/type_traits.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
/usr/include/c++/11/debug/assertions.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h:
@ -469,22 +464,28 @@ ihidapi/hidapi_functions.cpp:
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
/usr/include/x86_64-linux-gnu/bits/types.h:
/usr/include/c++/11/bits/move.h:
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h:
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
/usr/include/x86_64-linux-gnu/bits/types.h:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
/usr/include/c++/11/cctype:
/usr/include/x86_64-linux-gnu/sys/select.h:
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
/usr/include/c++/11/bits/localefwd.h:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h:
/usr/include/locale.h:
/usr/include/x86_64-linux-gnu/bits/locale.h:
/usr/include/x86_64-linux-gnu/bits/endianness.h:
@ -531,6 +532,8 @@ ihidapi/hidapi_functions.cpp:
/usr/include/c++/11/bits/locale_classes.h:
hardware/psvr/psvr.cpp:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h:
/usr/include/x86_64-linux-gnu/bits/select.h:

@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/psvr//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/all
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/hardware/psvr//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/clean
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/clean
.PHONY : clean
# The main clean target
@ -103,12 +103,12 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/preinstall
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/preinstall
.PHONY : preinstall/fast
# clear depends
@ -117,17 +117,17 @@ depend:
.PHONY : depend
# Convenience name for target.
psvr/CMakeFiles/psvr.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 psvr/CMakeFiles/psvr.dir/rule
.PHONY : psvr/CMakeFiles/psvr.dir/rule
hardware/psvr/CMakeFiles/psvr.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hardware/psvr/CMakeFiles/psvr.dir/rule
.PHONY : hardware/psvr/CMakeFiles/psvr.dir/rule
# Convenience name for target.
psvr: psvr/CMakeFiles/psvr.dir/rule
psvr: hardware/psvr/CMakeFiles/psvr.dir/rule
.PHONY : psvr
# fast build rule for target.
psvr/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/build
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/build
.PHONY : psvr/fast
psvr.o: psvr.cpp.o
@ -135,7 +135,7 @@ psvr.o: psvr.cpp.o
# target to build an object file
psvr.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/psvr.cpp.o
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.o
.PHONY : psvr.cpp.o
psvr.i: psvr.cpp.i
@ -143,7 +143,7 @@ psvr.i: psvr.cpp.i
# target to preprocess a source file
psvr.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/psvr.cpp.i
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.i
.PHONY : psvr.cpp.i
psvr.s: psvr.cpp.s
@ -151,7 +151,7 @@ psvr.s: psvr.cpp.s
# target to generate assembly for a file
psvr.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f psvr/CMakeFiles/psvr.dir/build.make psvr/CMakeFiles/psvr.dir/psvr.cpp.s
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f hardware/psvr/CMakeFiles/psvr.dir/build.make hardware/psvr/CMakeFiles/psvr.dir/psvr.cpp.s
.PHONY : psvr.cpp.s
# Help Target

@ -1,111 +0,0 @@
# 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
# Include any dependencies generated for this target.
include ihidapi/CMakeFiles/ihidapi.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include ihidapi/CMakeFiles/ihidapi.dir/compiler_depend.make
# Include the progress variables for this target.
include ihidapi/CMakeFiles/ihidapi.dir/progress.make
# Include the compile flags for this target's objects.
include ihidapi/CMakeFiles/ihidapi.dir/flags.make
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/CMakeFiles/ihidapi.dir/flags.make
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/hidapi_functions.cpp
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o: ihidapi/CMakeFiles/ihidapi.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o"
cd /home/kanken/code/AHRS_core/src/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o -MF CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o.d -o CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o -c /home/kanken/code/AHRS_core/src/ihidapi/hidapi_functions.cpp
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i"
cd /home/kanken/code/AHRS_core/src/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/ihidapi/hidapi_functions.cpp > CMakeFiles/ihidapi.dir/hidapi_functions.cpp.i
ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s"
cd /home/kanken/code/AHRS_core/src/ihidapi && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/ihidapi/hidapi_functions.cpp -o CMakeFiles/ihidapi.dir/hidapi_functions.cpp.s
# Object files for target ihidapi
ihidapi_OBJECTS = \
"CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o"
# External object files for target ihidapi
ihidapi_EXTERNAL_OBJECTS =
ihidapi/libihidapi.a: ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o
ihidapi/libihidapi.a: ihidapi/CMakeFiles/ihidapi.dir/build.make
ihidapi/libihidapi.a: ihidapi/CMakeFiles/ihidapi.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libihidapi.a"
cd /home/kanken/code/AHRS_core/src/ihidapi && $(CMAKE_COMMAND) -P CMakeFiles/ihidapi.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/ihidapi && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ihidapi.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
ihidapi/CMakeFiles/ihidapi.dir/build: ihidapi/libihidapi.a
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/build
ihidapi/CMakeFiles/ihidapi.dir/clean:
cd /home/kanken/code/AHRS_core/src/ihidapi && $(CMAKE_COMMAND) -P CMakeFiles/ihidapi.dir/cmake_clean.cmake
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/clean
ihidapi/CMakeFiles/ihidapi.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/ihidapi /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/ihidapi /home/kanken/code/AHRS_core/src/ihidapi/CMakeFiles/ihidapi.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : ihidapi/CMakeFiles/ihidapi.dir/depend

@ -8,7 +8,7 @@
#include <future>
#include <sched.h>
#include "./hw/serial.hpp"
#include "./hardware/hw/serial.hpp"
class topLevelManager{
public:

@ -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")
# 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})

@ -8,7 +8,7 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/kanken/code/AHRS_core/src/ihidapi/hidapi_functions.cpp" "ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o" "gcc" "ihidapi/CMakeFiles/ihidapi.dir/hidapi_functions.cpp.o.d"
"/home/kanken/code/AHRS_core/src/processing/zbar/zbar.cpp" "processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o" "gcc" "processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o.d"
)
# Targets to which this target links.

@ -0,0 +1,111 @@
# 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
# Include any dependencies generated for this target.
include processing/zbar/CMakeFiles/zbarLib.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include processing/zbar/CMakeFiles/zbarLib.dir/compiler_depend.make
# Include the progress variables for this target.
include processing/zbar/CMakeFiles/zbarLib.dir/progress.make
# Include the compile flags for this target's objects.
include processing/zbar/CMakeFiles/zbarLib.dir/flags.make
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o: processing/zbar/CMakeFiles/zbarLib.dir/flags.make
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o: processing/zbar/zbar.cpp
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o: processing/zbar/CMakeFiles/zbarLib.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o"
cd /home/kanken/code/AHRS_core/src/processing/zbar && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o -MF CMakeFiles/zbarLib.dir/zbar.cpp.o.d -o CMakeFiles/zbarLib.dir/zbar.cpp.o -c /home/kanken/code/AHRS_core/src/processing/zbar/zbar.cpp
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/zbarLib.dir/zbar.cpp.i"
cd /home/kanken/code/AHRS_core/src/processing/zbar && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/kanken/code/AHRS_core/src/processing/zbar/zbar.cpp > CMakeFiles/zbarLib.dir/zbar.cpp.i
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/zbarLib.dir/zbar.cpp.s"
cd /home/kanken/code/AHRS_core/src/processing/zbar && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/kanken/code/AHRS_core/src/processing/zbar/zbar.cpp -o CMakeFiles/zbarLib.dir/zbar.cpp.s
# Object files for target zbarLib
zbarLib_OBJECTS = \
"CMakeFiles/zbarLib.dir/zbar.cpp.o"
# External object files for target zbarLib
zbarLib_EXTERNAL_OBJECTS =
processing/zbar/libzbarLib.a: processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o
processing/zbar/libzbarLib.a: processing/zbar/CMakeFiles/zbarLib.dir/build.make
processing/zbar/libzbarLib.a: processing/zbar/CMakeFiles/zbarLib.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/kanken/code/AHRS_core/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libzbarLib.a"
cd /home/kanken/code/AHRS_core/src/processing/zbar && $(CMAKE_COMMAND) -P CMakeFiles/zbarLib.dir/cmake_clean_target.cmake
cd /home/kanken/code/AHRS_core/src/processing/zbar && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/zbarLib.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
processing/zbar/CMakeFiles/zbarLib.dir/build: processing/zbar/libzbarLib.a
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/build
processing/zbar/CMakeFiles/zbarLib.dir/clean:
cd /home/kanken/code/AHRS_core/src/processing/zbar && $(CMAKE_COMMAND) -P CMakeFiles/zbarLib.dir/cmake_clean.cmake
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/clean
processing/zbar/CMakeFiles/zbarLib.dir/depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/processing/zbar /home/kanken/code/AHRS_core/src /home/kanken/code/AHRS_core/src/processing/zbar /home/kanken/code/AHRS_core/src/processing/zbar/CMakeFiles/zbarLib.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/depend

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/zbarLib.dir/zbar.cpp.o"
"CMakeFiles/zbarLib.dir/zbar.cpp.o.d"
"libzbarLib.a"
"libzbarLib.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/zbarLib.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

@ -0,0 +1,330 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o
/home/kanken/code/AHRS_core/src/processing/zbar/zbar.cpp
/usr/include/stdc-predef.h
/home/kanken/code/AHRS_core/src/processing/zbar/zbar.hpp
/usr/include/zbar.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h
/usr/include/stdint.h
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
/usr/include/features.h
/usr/include/features-time64.h
/usr/include/x86_64-linux-gnu/bits/wordsize.h
/usr/include/x86_64-linux-gnu/bits/timesize.h
/usr/include/x86_64-linux-gnu/sys/cdefs.h
/usr/include/x86_64-linux-gnu/bits/long-double.h
/usr/include/x86_64-linux-gnu/gnu/stubs.h
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h
/usr/include/x86_64-linux-gnu/bits/types.h
/usr/include/x86_64-linux-gnu/bits/typesizes.h
/usr/include/x86_64-linux-gnu/bits/time64.h
/usr/include/x86_64-linux-gnu/bits/wchar.h
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h
/usr/include/zbar/Exception.h
/usr/include/c++/11/cstddef
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h
/usr/include/c++/11/pstl/pstl_config.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h
/usr/include/c++/11/exception
/usr/include/c++/11/bits/exception.h
/usr/include/c++/11/bits/exception_ptr.h
/usr/include/c++/11/bits/exception_defines.h
/usr/include/c++/11/bits/cxxabi_init_exception.h
/usr/include/c++/11/typeinfo
/usr/include/c++/11/bits/hash_bytes.h
/usr/include/c++/11/new
/usr/include/c++/11/bits/move.h
/usr/include/c++/11/type_traits
/usr/include/c++/11/bits/nested_exception.h
/usr/include/zbar/Decoder.h
/usr/include/c++/11/string
/usr/include/c++/11/bits/stringfwd.h
/usr/include/c++/11/bits/memoryfwd.h
/usr/include/c++/11/bits/char_traits.h
/usr/include/c++/11/bits/stl_algobase.h
/usr/include/c++/11/bits/functexcept.h
/usr/include/c++/11/bits/cpp_type_traits.h
/usr/include/c++/11/ext/type_traits.h
/usr/include/c++/11/ext/numeric_traits.h
/usr/include/c++/11/bits/stl_pair.h
/usr/include/c++/11/bits/stl_iterator_base_types.h
/usr/include/c++/11/bits/stl_iterator_base_funcs.h
/usr/include/c++/11/bits/concept_check.h
/usr/include/c++/11/debug/assertions.h
/usr/include/c++/11/bits/stl_iterator.h
/usr/include/c++/11/bits/ptr_traits.h
/usr/include/c++/11/debug/debug.h
/usr/include/c++/11/bits/predefined_ops.h
/usr/include/c++/11/bits/postypes.h
/usr/include/c++/11/cwchar
/usr/include/wchar.h
/usr/include/x86_64-linux-gnu/bits/floatn.h
/usr/include/x86_64-linux-gnu/bits/floatn-common.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h
/usr/include/x86_64-linux-gnu/bits/types/FILE.h
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h
/usr/include/c++/11/cstdint
/usr/include/c++/11/bits/allocator.h
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h
/usr/include/c++/11/ext/new_allocator.h
/usr/include/c++/11/bits/localefwd.h
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h
/usr/include/c++/11/clocale
/usr/include/locale.h
/usr/include/x86_64-linux-gnu/bits/locale.h
/usr/include/c++/11/iosfwd
/usr/include/c++/11/cctype
/usr/include/ctype.h
/usr/include/x86_64-linux-gnu/bits/endian.h
/usr/include/x86_64-linux-gnu/bits/endianness.h
/usr/include/c++/11/bits/ostream_insert.h
/usr/include/c++/11/bits/cxxabi_forced.h
/usr/include/c++/11/bits/stl_function.h
/usr/include/c++/11/backward/binders.h
/usr/include/c++/11/bits/range_access.h
/usr/include/c++/11/initializer_list
/usr/include/c++/11/bits/basic_string.h
/usr/include/c++/11/ext/atomicity.h
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h
/usr/include/pthread.h
/usr/include/sched.h
/usr/include/x86_64-linux-gnu/bits/types/time_t.h
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h
/usr/include/x86_64-linux-gnu/bits/sched.h
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h
/usr/include/x86_64-linux-gnu/bits/cpu-set.h
/usr/include/time.h
/usr/include/x86_64-linux-gnu/bits/time.h
/usr/include/x86_64-linux-gnu/bits/timex.h
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h
/usr/include/x86_64-linux-gnu/bits/setjmp.h
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h
/usr/include/x86_64-linux-gnu/sys/single_threaded.h
/usr/include/c++/11/ext/alloc_traits.h
/usr/include/c++/11/bits/alloc_traits.h
/usr/include/c++/11/bits/stl_construct.h
/usr/include/c++/11/string_view
/usr/include/c++/11/bits/functional_hash.h
/usr/include/c++/11/bits/string_view.tcc
/usr/include/c++/11/ext/string_conversions.h
/usr/include/c++/11/cstdlib
/usr/include/stdlib.h
/usr/include/x86_64-linux-gnu/bits/waitflags.h
/usr/include/x86_64-linux-gnu/bits/waitstatus.h
/usr/include/x86_64-linux-gnu/sys/types.h
/usr/include/endian.h
/usr/include/x86_64-linux-gnu/bits/byteswap.h
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h
/usr/include/x86_64-linux-gnu/sys/select.h
/usr/include/x86_64-linux-gnu/bits/select.h
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h
/usr/include/alloca.h
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h
/usr/include/c++/11/bits/std_abs.h
/usr/include/c++/11/cstdio
/usr/include/stdio.h
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h
/usr/include/c++/11/cerrno
/usr/include/errno.h
/usr/include/x86_64-linux-gnu/bits/errno.h
/usr/include/linux/errno.h
/usr/include/x86_64-linux-gnu/asm/errno.h
/usr/include/asm-generic/errno.h
/usr/include/asm-generic/errno-base.h
/usr/include/x86_64-linux-gnu/bits/types/error_t.h
/usr/include/c++/11/bits/charconv.h
/usr/include/c++/11/bits/basic_string.tcc
/usr/include/zbar/Scanner.h
/usr/include/zbar/Symbol.h
/usr/include/c++/11/stdlib.h
/usr/include/c++/11/ostream
/usr/include/c++/11/ios
/usr/include/c++/11/bits/ios_base.h
/usr/include/c++/11/bits/locale_classes.h
/usr/include/c++/11/bits/locale_classes.tcc
/usr/include/c++/11/system_error
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h
/usr/include/c++/11/stdexcept
/usr/include/c++/11/streambuf
/usr/include/c++/11/bits/streambuf.tcc
/usr/include/c++/11/bits/basic_ios.h
/usr/include/c++/11/bits/locale_facets.h
/usr/include/c++/11/cwctype
/usr/include/wctype.h
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h
/usr/include/c++/11/bits/streambuf_iterator.h
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h
/usr/include/c++/11/bits/locale_facets.tcc
/usr/include/c++/11/bits/basic_ios.tcc
/usr/include/c++/11/bits/ostream.tcc
/usr/include/assert.h
/usr/include/zbar/Image.h
/usr/include/c++/11/iterator
/usr/include/c++/11/bits/stream_iterator.h
/usr/include/zbar/Symbol.h
/usr/include/zbar/Exception.h
/usr/include/zbar/ImageScanner.h
/usr/include/zbar/Image.h
/usr/include/zbar/Video.h
/usr/include/zbar/Window.h
/usr/include/zbar/Processor.h
/usr/include/c++/11/vector
/usr/include/c++/11/bits/stl_uninitialized.h
/usr/include/c++/11/bits/stl_vector.h
/usr/include/c++/11/bits/stl_bvector.h
/usr/include/c++/11/bits/vector.tcc
/usr/include/c++/11/mutex
/usr/include/c++/11/tuple
/usr/include/c++/11/utility
/usr/include/c++/11/bits/stl_relops.h
/usr/include/c++/11/array
/usr/include/c++/11/bits/uses_allocator.h
/usr/include/c++/11/bits/invoke.h
/usr/include/c++/11/chrono
/usr/include/c++/11/ratio
/usr/include/c++/11/limits
/usr/include/c++/11/ctime
/usr/include/c++/11/bits/parse_numbers.h
/usr/include/c++/11/bits/std_mutex.h
/usr/include/c++/11/bits/unique_lock.h
/usr/local/include/opencv4/opencv2/core.hpp
/usr/local/include/opencv4/opencv2/core/cvdef.h
/usr/local/include/opencv4/opencv2/core/version.hpp
/usr/local/include/opencv4/opencv2/core/hal/interface.h
/usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h
/usr/local/include/opencv4/opencv2/core/base.hpp
/usr/local/include/opencv4/opencv2/opencv_modules.hpp
/usr/include/c++/11/climits
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h
/usr/include/limits.h
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h
/usr/include/x86_64-linux-gnu/bits/local_lim.h
/usr/include/linux/limits.h
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h
/usr/include/x86_64-linux-gnu/bits/uio_lim.h
/usr/include/c++/11/algorithm
/usr/include/c++/11/bits/stl_algo.h
/usr/include/c++/11/bits/algorithmfwd.h
/usr/include/c++/11/bits/stl_heap.h
/usr/include/c++/11/bits/stl_tempbuf.h
/usr/include/c++/11/bits/uniform_int_dist.h
/usr/include/c++/11/pstl/glue_algorithm_defs.h
/usr/include/c++/11/functional
/usr/include/c++/11/bits/refwrap.h
/usr/include/c++/11/bits/std_function.h
/usr/include/c++/11/unordered_map
/usr/include/c++/11/ext/aligned_buffer.h
/usr/include/c++/11/bits/hashtable.h
/usr/include/c++/11/bits/hashtable_policy.h
/usr/include/c++/11/bits/enable_special_members.h
/usr/include/c++/11/bits/node_handle.h
/usr/include/c++/11/bits/unordered_map.h
/usr/include/c++/11/bits/erase_if.h
/usr/include/c++/11/pstl/execution_defs.h
/usr/local/include/opencv4/opencv2/core/cvstd.hpp
/usr/include/c++/11/cstring
/usr/include/string.h
/usr/include/strings.h
/usr/include/c++/11/cmath
/usr/include/math.h
/usr/include/x86_64-linux-gnu/bits/math-vector.h
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h
/usr/include/x86_64-linux-gnu/bits/fp-logb.h
/usr/include/x86_64-linux-gnu/bits/fp-fast.h
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h
/usr/include/x86_64-linux-gnu/bits/mathcalls.h
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h
/usr/include/x86_64-linux-gnu/bits/iscanonical.h
/usr/include/c++/11/bits/specfun.h
/usr/include/c++/11/tr1/gamma.tcc
/usr/include/c++/11/tr1/special_function_util.h
/usr/include/c++/11/tr1/bessel_function.tcc
/usr/include/c++/11/tr1/beta_function.tcc
/usr/include/c++/11/tr1/ell_integral.tcc
/usr/include/c++/11/tr1/exp_integral.tcc
/usr/include/c++/11/tr1/hypergeometric.tcc
/usr/include/c++/11/tr1/legendre_function.tcc
/usr/include/c++/11/tr1/modified_bessel_func.tcc
/usr/include/c++/11/tr1/poly_hermite.tcc
/usr/include/c++/11/tr1/poly_laguerre.tcc
/usr/include/c++/11/tr1/riemann_zeta.tcc
/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
/usr/include/c++/11/memory
/usr/include/c++/11/bits/stl_raw_storage_iter.h
/usr/include/c++/11/bits/align.h
/usr/include/c++/11/bit
/usr/include/c++/11/bits/unique_ptr.h
/usr/include/c++/11/bits/shared_ptr.h
/usr/include/c++/11/bits/shared_ptr_base.h
/usr/include/c++/11/bits/allocated_ptr.h
/usr/include/c++/11/ext/concurrence.h
/usr/include/c++/11/bits/shared_ptr_atomic.h
/usr/include/c++/11/bits/atomic_base.h
/usr/include/c++/11/bits/atomic_lockfree_defines.h
/usr/include/c++/11/backward/auto_ptr.h
/usr/include/c++/11/pstl/glue_memory_defs.h
/usr/local/include/opencv4/opencv2/core/neon_utils.hpp
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
/usr/local/include/opencv4/opencv2/core/check.hpp
/usr/local/include/opencv4/opencv2/core/traits.hpp
/usr/local/include/opencv4/opencv2/core/matx.hpp
/usr/local/include/opencv4/opencv2/core/saturate.hpp
/usr/local/include/opencv4/opencv2/core/fast_math.hpp
/usr/local/include/opencv4/opencv2/core/types.hpp
/usr/include/c++/11/cfloat
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h
/usr/local/include/opencv4/opencv2/core/mat.hpp
/usr/local/include/opencv4/opencv2/core/bufferpool.hpp
/usr/local/include/opencv4/opencv2/core/mat.inl.hpp
/usr/local/include/opencv4/opencv2/core/persistence.hpp
/usr/local/include/opencv4/opencv2/core/operations.hpp
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
/usr/include/c++/11/complex
/usr/include/c++/11/sstream
/usr/include/c++/11/istream
/usr/include/c++/11/bits/istream.tcc
/usr/include/c++/11/bits/sstream.tcc
/usr/local/include/opencv4/opencv2/core/utility.hpp
/usr/local/include/opencv4/opencv2/core/optim.hpp
/usr/local/include/opencv4/opencv2/core/ovx.hpp
/usr/local/include/opencv4/opencv2/core/cvdef.h
/usr/local/include/opencv4/opencv2/imgproc.hpp
/usr/local/include/opencv4/opencv2/imgproc/segmentation.hpp

@ -0,0 +1,971 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o: processing/zbar/zbar.cpp \
/usr/include/stdc-predef.h \
processing/zbar/zbar.hpp \
/usr/include/zbar.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
/usr/include/features.h \
/usr/include/features-time64.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/bits/timesize.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/long-double.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/x86_64-linux-gnu/bits/time64.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
/usr/include/zbar/Exception.h \
/usr/include/c++/11/cstddef \
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
/usr/include/c++/11/pstl/pstl_config.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
/usr/include/c++/11/exception \
/usr/include/c++/11/bits/exception.h \
/usr/include/c++/11/bits/exception_ptr.h \
/usr/include/c++/11/bits/exception_defines.h \
/usr/include/c++/11/bits/cxxabi_init_exception.h \
/usr/include/c++/11/typeinfo \
/usr/include/c++/11/bits/hash_bytes.h \
/usr/include/c++/11/new \
/usr/include/c++/11/bits/move.h \
/usr/include/c++/11/type_traits \
/usr/include/c++/11/bits/nested_exception.h \
/usr/include/zbar/Decoder.h \
/usr/include/c++/11/string \
/usr/include/c++/11/bits/stringfwd.h \
/usr/include/c++/11/bits/memoryfwd.h \
/usr/include/c++/11/bits/char_traits.h \
/usr/include/c++/11/bits/stl_algobase.h \
/usr/include/c++/11/bits/functexcept.h \
/usr/include/c++/11/bits/cpp_type_traits.h \
/usr/include/c++/11/ext/type_traits.h \
/usr/include/c++/11/ext/numeric_traits.h \
/usr/include/c++/11/bits/stl_pair.h \
/usr/include/c++/11/bits/stl_iterator_base_types.h \
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
/usr/include/c++/11/bits/concept_check.h \
/usr/include/c++/11/debug/assertions.h \
/usr/include/c++/11/bits/stl_iterator.h \
/usr/include/c++/11/bits/ptr_traits.h \
/usr/include/c++/11/debug/debug.h \
/usr/include/c++/11/bits/predefined_ops.h \
/usr/include/c++/11/bits/postypes.h \
/usr/include/c++/11/cwchar \
/usr/include/wchar.h \
/usr/include/x86_64-linux-gnu/bits/floatn.h \
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
/usr/include/c++/11/cstdint \
/usr/include/c++/11/bits/allocator.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
/usr/include/c++/11/ext/new_allocator.h \
/usr/include/c++/11/bits/localefwd.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
/usr/include/c++/11/clocale \
/usr/include/locale.h \
/usr/include/x86_64-linux-gnu/bits/locale.h \
/usr/include/c++/11/iosfwd \
/usr/include/c++/11/cctype \
/usr/include/ctype.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/include/x86_64-linux-gnu/bits/endianness.h \
/usr/include/c++/11/bits/ostream_insert.h \
/usr/include/c++/11/bits/cxxabi_forced.h \
/usr/include/c++/11/bits/stl_function.h \
/usr/include/c++/11/backward/binders.h \
/usr/include/c++/11/bits/range_access.h \
/usr/include/c++/11/initializer_list \
/usr/include/c++/11/bits/basic_string.h \
/usr/include/c++/11/ext/atomicity.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
/usr/include/pthread.h \
/usr/include/sched.h \
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
/usr/include/x86_64-linux-gnu/bits/sched.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
/usr/include/x86_64-linux-gnu/bits/cpu-set.h \
/usr/include/time.h \
/usr/include/x86_64-linux-gnu/bits/time.h \
/usr/include/x86_64-linux-gnu/bits/timex.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
/usr/include/c++/11/ext/alloc_traits.h \
/usr/include/c++/11/bits/alloc_traits.h \
/usr/include/c++/11/bits/stl_construct.h \
/usr/include/c++/11/string_view \
/usr/include/c++/11/bits/functional_hash.h \
/usr/include/c++/11/bits/string_view.tcc \
/usr/include/c++/11/ext/string_conversions.h \
/usr/include/c++/11/cstdlib \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
/usr/include/x86_64-linux-gnu/sys/types.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
/usr/include/x86_64-linux-gnu/sys/select.h \
/usr/include/x86_64-linux-gnu/bits/select.h \
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
/usr/include/c++/11/bits/std_abs.h \
/usr/include/c++/11/cstdio \
/usr/include/stdio.h \
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/c++/11/cerrno \
/usr/include/errno.h \
/usr/include/x86_64-linux-gnu/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/x86_64-linux-gnu/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
/usr/include/c++/11/bits/charconv.h \
/usr/include/c++/11/bits/basic_string.tcc \
/usr/include/zbar/Scanner.h \
/usr/include/zbar/Symbol.h \
/usr/include/c++/11/stdlib.h \
/usr/include/c++/11/ostream \
/usr/include/c++/11/ios \
/usr/include/c++/11/bits/ios_base.h \
/usr/include/c++/11/bits/locale_classes.h \
/usr/include/c++/11/bits/locale_classes.tcc \
/usr/include/c++/11/system_error \
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
/usr/include/c++/11/stdexcept \
/usr/include/c++/11/streambuf \
/usr/include/c++/11/bits/streambuf.tcc \
/usr/include/c++/11/bits/basic_ios.h \
/usr/include/c++/11/bits/locale_facets.h \
/usr/include/c++/11/cwctype \
/usr/include/wctype.h \
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
/usr/include/c++/11/bits/streambuf_iterator.h \
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
/usr/include/c++/11/bits/locale_facets.tcc \
/usr/include/c++/11/bits/basic_ios.tcc \
/usr/include/c++/11/bits/ostream.tcc \
/usr/include/assert.h \
/usr/include/zbar/Image.h \
/usr/include/c++/11/iterator \
/usr/include/c++/11/bits/stream_iterator.h \
/usr/include/zbar/Symbol.h \
/usr/include/zbar/Exception.h \
/usr/include/zbar/ImageScanner.h \
/usr/include/zbar/Image.h \
/usr/include/zbar/Video.h \
/usr/include/zbar/Window.h \
/usr/include/zbar/Processor.h \
/usr/include/c++/11/vector \
/usr/include/c++/11/bits/stl_uninitialized.h \
/usr/include/c++/11/bits/stl_vector.h \
/usr/include/c++/11/bits/stl_bvector.h \
/usr/include/c++/11/bits/vector.tcc \
/usr/include/c++/11/mutex \
/usr/include/c++/11/tuple \
/usr/include/c++/11/utility \
/usr/include/c++/11/bits/stl_relops.h \
/usr/include/c++/11/array \
/usr/include/c++/11/bits/uses_allocator.h \
/usr/include/c++/11/bits/invoke.h \
/usr/include/c++/11/chrono \
/usr/include/c++/11/ratio \
/usr/include/c++/11/limits \
/usr/include/c++/11/ctime \
/usr/include/c++/11/bits/parse_numbers.h \
/usr/include/c++/11/bits/std_mutex.h \
/usr/include/c++/11/bits/unique_lock.h \
/usr/local/include/opencv4/opencv2/core.hpp \
/usr/local/include/opencv4/opencv2/core/cvdef.h \
/usr/local/include/opencv4/opencv2/core/version.hpp \
/usr/local/include/opencv4/opencv2/core/hal/interface.h \
/usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
/usr/local/include/opencv4/opencv2/core/base.hpp \
/usr/local/include/opencv4/opencv2/opencv_modules.hpp \
/usr/include/c++/11/climits \
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
/usr/include/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/uio_lim.h \
/usr/include/c++/11/algorithm \
/usr/include/c++/11/bits/stl_algo.h \
/usr/include/c++/11/bits/algorithmfwd.h \
/usr/include/c++/11/bits/stl_heap.h \
/usr/include/c++/11/bits/stl_tempbuf.h \
/usr/include/c++/11/bits/uniform_int_dist.h \
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
/usr/include/c++/11/functional \
/usr/include/c++/11/bits/refwrap.h \
/usr/include/c++/11/bits/std_function.h \
/usr/include/c++/11/unordered_map \
/usr/include/c++/11/ext/aligned_buffer.h \
/usr/include/c++/11/bits/hashtable.h \
/usr/include/c++/11/bits/hashtable_policy.h \
/usr/include/c++/11/bits/enable_special_members.h \
/usr/include/c++/11/bits/node_handle.h \
/usr/include/c++/11/bits/unordered_map.h \
/usr/include/c++/11/bits/erase_if.h \
/usr/include/c++/11/pstl/execution_defs.h \
/usr/local/include/opencv4/opencv2/core/cvstd.hpp \
/usr/include/c++/11/cstring \
/usr/include/string.h \
/usr/include/strings.h \
/usr/include/c++/11/cmath \
/usr/include/math.h \
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
/usr/include/c++/11/bits/specfun.h \
/usr/include/c++/11/tr1/gamma.tcc \
/usr/include/c++/11/tr1/special_function_util.h \
/usr/include/c++/11/tr1/bessel_function.tcc \
/usr/include/c++/11/tr1/beta_function.tcc \
/usr/include/c++/11/tr1/ell_integral.tcc \
/usr/include/c++/11/tr1/exp_integral.tcc \
/usr/include/c++/11/tr1/hypergeometric.tcc \
/usr/include/c++/11/tr1/legendre_function.tcc \
/usr/include/c++/11/tr1/modified_bessel_func.tcc \
/usr/include/c++/11/tr1/poly_hermite.tcc \
/usr/include/c++/11/tr1/poly_laguerre.tcc \
/usr/include/c++/11/tr1/riemann_zeta.tcc \
/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp \
/usr/include/c++/11/memory \
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
/usr/include/c++/11/bits/align.h \
/usr/include/c++/11/bit \
/usr/include/c++/11/bits/unique_ptr.h \
/usr/include/c++/11/bits/shared_ptr.h \
/usr/include/c++/11/bits/shared_ptr_base.h \
/usr/include/c++/11/bits/allocated_ptr.h \
/usr/include/c++/11/ext/concurrence.h \
/usr/include/c++/11/bits/shared_ptr_atomic.h \
/usr/include/c++/11/bits/atomic_base.h \
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
/usr/include/c++/11/backward/auto_ptr.h \
/usr/include/c++/11/pstl/glue_memory_defs.h \
/usr/local/include/opencv4/opencv2/core/neon_utils.hpp \
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp \
/usr/local/include/opencv4/opencv2/core/check.hpp \
/usr/local/include/opencv4/opencv2/core/traits.hpp \
/usr/local/include/opencv4/opencv2/core/matx.hpp \
/usr/local/include/opencv4/opencv2/core/saturate.hpp \
/usr/local/include/opencv4/opencv2/core/fast_math.hpp \
/usr/local/include/opencv4/opencv2/core/types.hpp \
/usr/include/c++/11/cfloat \
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \
/usr/local/include/opencv4/opencv2/core/mat.hpp \
/usr/local/include/opencv4/opencv2/core/bufferpool.hpp \
/usr/local/include/opencv4/opencv2/core/mat.inl.hpp \
/usr/local/include/opencv4/opencv2/core/persistence.hpp \
/usr/local/include/opencv4/opencv2/core/operations.hpp \
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp \
/usr/include/c++/11/complex \
/usr/include/c++/11/sstream \
/usr/include/c++/11/istream \
/usr/include/c++/11/bits/istream.tcc \
/usr/include/c++/11/bits/sstream.tcc \
/usr/local/include/opencv4/opencv2/core/utility.hpp \
/usr/local/include/opencv4/opencv2/core/optim.hpp \
/usr/local/include/opencv4/opencv2/core/ovx.hpp \
/usr/local/include/opencv4/opencv2/core/cvdef.h \
/usr/local/include/opencv4/opencv2/imgproc.hpp \
/usr/local/include/opencv4/opencv2/imgproc/segmentation.hpp
/usr/local/include/opencv4/opencv2/imgproc/segmentation.hpp:
/usr/local/include/opencv4/opencv2/core/ovx.hpp:
/usr/local/include/opencv4/opencv2/core/optim.hpp:
/usr/local/include/opencv4/opencv2/core/utility.hpp:
/usr/include/c++/11/bits/istream.tcc:
/usr/include/c++/11/istream:
/usr/include/c++/11/sstream:
/usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp:
/usr/local/include/opencv4/opencv2/core/mat.hpp:
/usr/local/include/opencv4/opencv2/core/types.hpp:
/usr/local/include/opencv4/opencv2/core/check.hpp:
/usr/local/include/opencv4/opencv2/core/vsx_utils.hpp:
/usr/local/include/opencv4/opencv2/core/neon_utils.hpp:
/usr/include/c++/11/pstl/glue_memory_defs.h:
/usr/include/c++/11/backward/auto_ptr.h:
/usr/include/c++/11/bits/atomic_lockfree_defines.h:
/usr/include/c++/11/bits/atomic_base.h:
/usr/include/c++/11/bits/shared_ptr_atomic.h:
/usr/include/c++/11/ext/concurrence.h:
/usr/include/c++/11/bits/allocated_ptr.h:
/usr/include/c++/11/bits/unique_ptr.h:
/usr/include/c++/11/bit:
/usr/include/c++/11/bits/align.h:
/usr/include/c++/11/bits/stl_raw_storage_iter.h:
/usr/include/c++/11/memory:
/usr/lib/gcc/x86_64-linux-gnu/11/include/float.h:
/usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp:
/usr/include/c++/11/tr1/riemann_zeta.tcc:
/usr/include/c++/11/tr1/poly_hermite.tcc:
/usr/include/c++/11/tr1/modified_bessel_func.tcc:
/usr/local/include/opencv4/opencv2/core/persistence.hpp:
/usr/include/c++/11/tr1/hypergeometric.tcc:
/usr/include/c++/11/tr1/exp_integral.tcc:
/usr/include/c++/11/tr1/ell_integral.tcc:
/usr/include/c++/11/tr1/bessel_function.tcc:
/usr/include/c++/11/tr1/special_function_util.h:
/usr/include/c++/11/bits/specfun.h:
/usr/include/x86_64-linux-gnu/bits/iscanonical.h:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h:
/usr/include/x86_64-linux-gnu/bits/fp-logb.h:
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h:
/usr/include/x86_64-linux-gnu/bits/math-vector.h:
/usr/include/c++/11/bits/shared_ptr.h:
/usr/include/c++/11/bits/stl_construct.h:
/usr/include/c++/11/bits/cxxabi_forced.h:
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h:
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h:
/usr/include/strings.h:
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h:
/usr/include/c++/11/ext/new_allocator.h:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h:
/usr/include/zbar.h:
/usr/include/c++/11/mutex:
/usr/include/c++/11/ext/atomicity.h:
/usr/include/c++/11/bits/stl_pair.h:
/usr/include/x86_64-linux-gnu/bits/setjmp.h:
/usr/include/time.h:
/usr/include/pthread.h:
/usr/local/include/opencv4/opencv2/opencv_modules.hpp:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h:
/usr/include/x86_64-linux-gnu/bits/endian.h:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:
/usr/include/c++/11/backward/binders.h:
/usr/include/x86_64-linux-gnu/bits/time.h:
/usr/include/x86_64-linux-gnu/bits/select.h:
/usr/include/c++/11/algorithm:
/usr/include/x86_64-linux-gnu/bits/endianness.h:
/usr/include/x86_64-linux-gnu/bits/locale.h:
/usr/include/locale.h:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h:
/usr/local/include/opencv4/opencv2/core/traits.hpp:
/usr/include/c++/11/bits/localefwd.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h:
/usr/local/include/opencv4/opencv2/imgproc.hpp:
/usr/include/c++/11/bits/unordered_map.h:
/usr/include/c++/11/ext/alloc_traits.h:
/usr/include/x86_64-linux-gnu/bits/sched.h:
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
/usr/include/c++/11/bits/stringfwd.h:
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
/usr/include/x86_64-linux-gnu/bits/fp-fast.h:
/usr/include/c++/11/bits/node_handle.h:
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h:
/usr/include/c++/11/tr1/poly_laguerre.tcc:
/usr/include/c++/11/bits/std_mutex.h:
/usr/include/wchar.h:
/usr/include/c++/11/bits/cxxabi_init_exception.h:
/usr/local/include/opencv4/opencv2/core/bufferpool.hpp:
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h:
/usr/include/c++/11/tuple:
/usr/include/c++/11/ext/type_traits.h:
/usr/include/x86_64-linux-gnu/sys/select.h:
/usr/include/c++/11/exception:
/usr/include/x86_64-linux-gnu/bits/timesize.h:
/usr/include/c++/11/complex:
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h:
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
/usr/include/c++/11/bits/ostream_insert.h:
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
/usr/include/c++/11/cctype:
/usr/include/c++/11/unordered_map:
/usr/include/c++/11/cfloat:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
/usr/include/x86_64-linux-gnu/bits/types.h:
/usr/include/zbar/Exception.h:
/usr/include/c++/11/pstl/pstl_config.h:
/usr/include/c++/11/type_traits:
/usr/include/x86_64-linux-gnu/sys/single_threaded.h:
/usr/include/c++/11/cmath:
/usr/include/c++/11/bits/allocator.h:
/usr/local/include/opencv4/opencv2/core/fast_math.hpp:
/usr/include/c++/11/tr1/gamma.tcc:
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
/usr/include/x86_64-linux-gnu/bits/cpu-set.h:
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
/usr/local/include/opencv4/opencv2/core/version.hpp:
/usr/include/c++/11/bits/std_function.h:
/usr/include/c++/11/bits/stl_tempbuf.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:
/usr/include/c++/11/bits/stl_algobase.h:
/usr/include/c++/11/cwchar:
/usr/include/x86_64-linux-gnu/bits/time64.h:
/usr/include/c++/11/ctime:
/usr/include/c++/11/iosfwd:
/usr/include/c++/11/initializer_list:
/usr/local/include/opencv4/opencv2/core/matx.hpp:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h:
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h:
/usr/include/x86_64-linux-gnu/asm/errno.h:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
/usr/local/include/opencv4/opencv2/core.hpp:
processing/zbar/zbar.hpp:
processing/zbar/zbar.cpp:
/usr/include/x86_64-linux-gnu/bits/waitflags.h:
/usr/include/x86_64-linux-gnu/bits/wchar.h:
/usr/include/x86_64-linux-gnu/bits/local_lim.h:
/usr/include/c++/11/bits/alloc_traits.h:
/usr/include/stdc-predef.h:
/usr/include/c++/11/bits/memoryfwd.h:
/usr/include/c++/11/bits/stl_function.h:
/usr/include/c++/11/ext/numeric_traits.h:
/usr/include/features.h:
/usr/include/c++/11/bits/char_traits.h:
/usr/include/asm-generic/errno-base.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h:
/usr/include/c++/11/debug/assertions.h:
/usr/include/c++/11/tr1/legendre_function.tcc:
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h:
/usr/include/c++/11/functional:
/usr/include/linux/errno.h:
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
/usr/include/x86_64-linux-gnu/bits/timex.h:
/usr/include/c++/11/bits/invoke.h:
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:
/usr/include/c++/11/bits/postypes.h:
/usr/include/c++/11/cstdint:
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
/usr/include/x86_64-linux-gnu/bits/long-double.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h:
/usr/include/zbar/Symbol.h:
/usr/local/include/opencv4/opencv2/core/hal/interface.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
/usr/include/c++/11/bits/exception_defines.h:
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
/usr/include/c++/11/typeinfo:
/usr/include/c++/11/bits/move.h:
/usr/include/c++/11/bits/hash_bytes.h:
/usr/include/c++/11/bits/string_view.tcc:
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h:
/usr/include/c++/11/bits/stl_iterator.h:
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h:
/usr/include/c++/11/string_view:
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:
/usr/include/c++/11/bits/functexcept.h:
/usr/include/c++/11/streambuf:
/usr/include/c++/11/bits/nested_exception.h:
/usr/include/zbar/Decoder.h:
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
/usr/include/c++/11/bits/stl_iterator_base_types.h:
/usr/include/c++/11/cstdlib:
/usr/include/assert.h:
/usr/include/ctype.h:
/usr/include/c++/11/bits/stream_iterator.h:
/usr/include/c++/11/bits/cpp_type_traits.h:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:
/usr/include/c++/11/bits/shared_ptr_base.h:
/usr/include/c++/11/bits/basic_string.h:
/usr/include/linux/limits.h:
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h:
/usr/include/c++/11/bits/exception_ptr.h:
/usr/include/c++/11/ext/string_conversions.h:
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
/usr/include/c++/11/bits/concept_check.h:
/usr/include/c++/11/clocale:
/usr/include/c++/11/bits/ostream.tcc:
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
/usr/include/c++/11/bits/predefined_ops.h:
/usr/include/c++/11/bits/functional_hash.h:
/usr/local/include/opencv4/opencv2/core/saturate.hpp:
/usr/include/stdlib.h:
/usr/include/x86_64-linux-gnu/sys/types.h:
/usr/include/c++/11/ext/aligned_buffer.h:
/usr/include/x86_64-linux-gnu/bits/byteswap.h:
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h:
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h:
/usr/include/alloca.h:
/usr/include/c++/11/cstdio:
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
/usr/include/c++/11/chrono:
/usr/include/stdio.h:
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h:
/usr/include/c++/11/cerrno:
/usr/include/errno.h:
/usr/include/x86_64-linux-gnu/bits/errno.h:
/usr/include/sched.h:
/usr/include/wctype.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
/usr/include/asm-generic/errno.h:
/usr/include/x86_64-linux-gnu/bits/types/error_t.h:
/usr/include/zbar/Scanner.h:
/usr/include/c++/11/bits/charconv.h:
/usr/include/c++/11/bits/basic_string.tcc:
/usr/include/c++/11/stdlib.h:
/usr/include/c++/11/ostream:
/usr/include/x86_64-linux-gnu/bits/floatn.h:
/usr/include/c++/11/bits/range_access.h:
/usr/include/c++/11/iterator:
/usr/include/c++/11/bits/ios_base.h:
/usr/include/c++/11/bits/locale_classes.h:
/usr/include/zbar/Processor.h:
/usr/include/c++/11/bits/locale_classes.tcc:
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h:
/usr/include/c++/11/system_error:
/usr/include/c++/11/cstddef:
/usr/include/c++/11/bits/stl_vector.h:
/usr/local/include/opencv4/opencv2/core/mat.inl.hpp:
/usr/include/c++/11/ios:
/usr/include/c++/11/utility:
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h:
/usr/include/c++/11/pstl/glue_algorithm_defs.h:
/usr/include/c++/11/stdexcept:
/usr/include/c++/11/bits/uniform_int_dist.h:
/usr/include/c++/11/bits/basic_ios.h:
/usr/include/c++/11/bits/exception.h:
/usr/include/c++/11/bits/locale_facets.h:
/usr/include/c++/11/cwctype:
/usr/include/c++/11/bits/streambuf_iterator.h:
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
/usr/include/c++/11/bits/locale_facets.tcc:
/usr/include/c++/11/bits/enable_special_members.h:
/usr/include/c++/11/bits/basic_ios.tcc:
/usr/include/zbar/Image.h:
/usr/include/zbar/Video.h:
/usr/include/zbar/Window.h:
/usr/include/c++/11/bits/std_abs.h:
/usr/include/c++/11/bits/stl_heap.h:
/usr/include/c++/11/vector:
/usr/local/include/opencv4/opencv2/core/operations.hpp:
/usr/include/c++/11/bits/stl_uninitialized.h:
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h:
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h:
/usr/include/c++/11/bits/stl_bvector.h:
/usr/include/c++/11/bits/vector.tcc:
/usr/include/c++/11/debug/debug.h:
/usr/include/features-time64.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h:
/usr/include/c++/11/tr1/beta_function.tcc:
/usr/include/c++/11/array:
/usr/include/c++/11/bits/sstream.tcc:
/usr/include/c++/11/new:
/usr/include/c++/11/climits:
/usr/include/c++/11/ratio:
/usr/include/math.h:
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h:
/usr/include/c++/11/cstring:
/usr/include/c++/11/limits:
/usr/include/c++/11/bits/parse_numbers.h:
/usr/include/c++/11/bits/uses_allocator.h:
/usr/include/c++/11/bits/unique_lock.h:
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
/usr/local/include/opencv4/opencv2/core/cvdef.h:
/usr/include/zbar/ImageScanner.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h:
/usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h:
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h:
/usr/local/include/opencv4/opencv2/core/base.hpp:
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h:
/usr/include/c++/11/bits/stl_relops.h:
/usr/include/limits.h:
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h:
/usr/include/c++/11/string:
/usr/include/x86_64-linux-gnu/bits/uio_lim.h:
/usr/include/c++/11/bits/stl_algo.h:
/usr/include/c++/11/pstl/execution_defs.h:
/usr/include/c++/11/bits/algorithmfwd.h:
/usr/include/c++/11/bits/refwrap.h:
/usr/include/c++/11/bits/hashtable.h:
/usr/include/c++/11/bits/hashtable_policy.h:
/usr/local/include/opencv4/opencv2/core/cvstd.hpp:
/usr/include/c++/11/bits/ptr_traits.h:
/usr/include/stdint.h:
/usr/include/endian.h:
/usr/include/c++/11/bits/erase_if.h:
/usr/include/c++/11/bits/streambuf.tcc:
/usr/include/string.h:

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for zbarLib.

@ -0,0 +1,2 @@
# Empty dependencies file for zbarLib.
# 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/c++
CXX_DEFINES =
CXX_INCLUDES = -isystem /usr/local/include/opencv4
CXX_FLAGS =

@ -0,0 +1,2 @@
/usr/bin/ar qc libzbarLib.a CMakeFiles/zbarLib.dir/zbar.cpp.o
/usr/bin/ranlib libzbarLib.a

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 26
CMAKE_PROGRESS_2 = 27

@ -0,0 +1,21 @@
set(zbar_source_files
zbar.cpp
zbar.hpp
)
MESSAGE(STATUS "building zbar")
SET("OpenCV_DIR" "/usr/local/lib/")
find_package( OpenCV REQUIRED )
MESSAGE(STATUS "OpenCV_INCLUDE_DIRS : ${OpenCV_INCLUDE_DIRS}")
MESSAGE(STATUS "Opencv_LINK_DIRS : ${Opencv_LINK_DIRS}")
add_library(zbarLib ${zbar_source_files})
find_package(PkgConfig REQUIRED)
pkg_check_modules(ZBar REQUIRED IMPORTED_TARGET zbar)
target_link_libraries(zbarLib ${OpenCV_LIBS})
target_link_libraries(zbarLib PkgConfig::ZBar)
MESSAGE(STATUS "Done building zbar")

@ -0,0 +1,182 @@
# 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
#=============================================================================
# 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 && $(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles /home/kanken/code/AHRS_core/src/processing/zbar//CMakeFiles/progress.marks
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/kanken/code/AHRS_core/src/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/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 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/kanken/code/AHRS_core/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
processing/zbar/CMakeFiles/zbarLib.dir/rule:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 processing/zbar/CMakeFiles/zbarLib.dir/rule
.PHONY : processing/zbar/CMakeFiles/zbarLib.dir/rule
# Convenience name for target.
zbarLib: processing/zbar/CMakeFiles/zbarLib.dir/rule
.PHONY : zbarLib
# fast build rule for target.
zbarLib/fast:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/build
.PHONY : zbarLib/fast
zbar.o: zbar.cpp.o
.PHONY : zbar.o
# target to build an object file
zbar.cpp.o:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.o
.PHONY : zbar.cpp.o
zbar.i: zbar.cpp.i
.PHONY : zbar.i
# target to preprocess a source file
zbar.cpp.i:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.i
.PHONY : zbar.cpp.i
zbar.s: zbar.cpp.s
.PHONY : zbar.s
# target to generate assembly for a file
zbar.cpp.s:
cd /home/kanken/code/AHRS_core/src && $(MAKE) $(MAKESILENT) -f processing/zbar/CMakeFiles/zbarLib.dir/build.make processing/zbar/CMakeFiles/zbarLib.dir/zbar.cpp.s
.PHONY : zbar.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 "... zbarLib"
@echo "... zbar.o"
@echo "... zbar.i"
@echo "... zbar.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 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

@ -0,0 +1,32 @@
#include "zbar.hpp"
void zbarScanner::decode(cv::UMat &im)
{
cv::Mat imGray;
cv::cvtColor(im, imGray, cv::COLOR_BGRA2GRAY);
Image image(im.cols, im.rows, "Y800", (uchar *)imGray.data, im.cols * im.rows);
int n = scanner.scan(image);
for (Image::SymbolIterator symbol = image.symbol_begin(); symbol != image.symbol_end(); ++symbol)
{
decodedObject obj;
obj.type = symbol->get_type_name();
obj.data = symbol->get_data();
for (int i = 0; i < symbol->get_location_size(); i++)
{
obj.location.push_back(cv::Point(symbol->get_location_x(i), symbol->get_location_y(i)));
}
decodedObjects.push_back(obj);
}
}
zbarScanner::zbarScanner()
{
scanner.set_config(ZBAR_NONE, ZBAR_CFG_ENABLE, 1);
}

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

Loading…
Cancel
Save