Implemented new C++ logic

This commit is contained in:
Martino Ferrari
2026-06-12 15:25:13 +02:00
parent 617b5bd712
commit f25bd7f08e
220 changed files with 39185 additions and 850 deletions
@@ -0,0 +1,22 @@
# 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
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,46 @@
{
"sources" :
[
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate-complete.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test.rule"
},
{
"file" : "/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update.rule"
}
],
"target" :
{
"labels" :
[
"imgui-populate"
],
"name" : "imgui-populate"
}
}
@@ -0,0 +1,14 @@
# Target labels
imgui-populate
# Source files and their labels
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate-complete.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test.rule
/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update.rule
@@ -0,0 +1,162 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# 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/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild
# Utility rule file for imgui-populate.
# Include any custom commands dependencies for this target.
include CMakeFiles/imgui-populate.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/imgui-populate.dir/progress.make
CMakeFiles/imgui-populate: CMakeFiles/imgui-populate-complete
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install
CMakeFiles/imgui-populate-complete: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'imgui-populate'"
/usr/bin/cmake -E make_directory /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles
/usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate-complete
/usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-done
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update:
.PHONY : imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No build step for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E echo_append
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure: imgui-populate-prefix/tmp/imgui-populate-cfgcmd.txt
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "No configure step for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E echo_append
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-gitinfo.txt
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps && /usr/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/tmp/imgui-populate-gitclone.cmake
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps && /usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E echo_append
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'imgui-populate'"
/usr/bin/cmake -Dcfgdir= -P /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/tmp/imgui-populate-mkdirs.cmake
/usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch-info.txt
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'imgui-populate'"
/usr/bin/cmake -E echo_append
/usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update:
.PHONY : imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E echo_append
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-build && /usr/bin/cmake -E touch /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update: imgui-populate-prefix/tmp/imgui-populate-gitupdate.cmake
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update-info.txt
imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Performing update step for 'imgui-populate'"
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-src && /usr/bin/cmake -Dcan_fetch=YES -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/imgui-populate-prefix/tmp/imgui-populate-gitupdate.cmake
CMakeFiles/imgui-populate.dir/codegen:
.PHONY : CMakeFiles/imgui-populate.dir/codegen
imgui-populate: CMakeFiles/imgui-populate
imgui-populate: CMakeFiles/imgui-populate-complete
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test
imgui-populate: imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update
imgui-populate: CMakeFiles/imgui-populate.dir/build.make
.PHONY : imgui-populate
# Rule to build all files generated by this target.
CMakeFiles/imgui-populate.dir/build: imgui-populate
.PHONY : CMakeFiles/imgui-populate.dir/build
CMakeFiles/imgui-populate.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/imgui-populate.dir/cmake_clean.cmake
.PHONY : CMakeFiles/imgui-populate.dir/clean
CMakeFiles/imgui-populate.dir/depend:
cd /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build/_deps/imgui-subbuild/CMakeFiles/imgui-populate.dir/DependInfo.cmake "--color=$(COLOR)" imgui-populate
.PHONY : CMakeFiles/imgui-populate.dir/depend
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/imgui-populate"
"CMakeFiles/imgui-populate-complete"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-build"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-configure"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-download"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-install"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-mkdir"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-patch"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-test"
"imgui-populate-prefix/src/imgui-populate-stamp/imgui-populate-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/imgui-populate.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for imgui-populate.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for imgui-populate.
@@ -0,0 +1,10 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4
CMAKE_PROGRESS_5 = 5
CMAKE_PROGRESS_6 = 6
CMAKE_PROGRESS_7 = 7
CMAKE_PROGRESS_8 = 8
CMAKE_PROGRESS_9 = 9