refactoring directory structure and rename to .hpp
Build on RHEL9 docker image / build (push) Successful in 4m17s
Build on RHEL8 docker image / build (push) Successful in 5m12s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m38s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m6s

This commit is contained in:
2026-07-07 18:37:21 +02:00
parent bb66698b40
commit cfccb1d749
27 changed files with 31 additions and 29 deletions
@@ -1,6 +1,6 @@
#pragma once
#include "DetectorServerImpl.hpp"
#include "TCPInterface.h"
#include "TCPInterface.hpp"
#include "helpers/Helpers.hpp"
#include "sls/logger.h"
#include "sls/network_utils.h"