mazzol_a
8486aec226
fix gitea workflows
Build on RHEL9 docker image / build (push) Successful in 4m14s
Build on RHEL8 docker image / build (push) Successful in 5m18s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m34s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m5s
2026-07-07 11:10:23 +02:00
mazzol_a
059b9c7177
added slsWarnings and c++17 compiler option
2026-07-06 22:28:16 +02:00
mazzol_a
474bda497e
split code into implementation class and actual class doing tcp communication
Build on RHEL8 docker image / build (push) Failing after 14s
Build on RHEL9 docker image / build (push) Successful in 3m44s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m35s
Run Simulator Tests on local RHEL8 / build (push) Failing after 1m50s
2026-07-06 18:34:15 +02:00
mazzol_a
07b0a4c3a0
member function getDerived for better readability
2026-07-03 16:14:41 +02:00
mazzol_a
43fedb9b1b
second Review
Build on RHEL8 docker image / build (push) Failing after 34s
Run Simulator Tests on local RHEL8 / build (push) Failing after 1m51s
Build on RHEL9 docker image / build (push) Successful in 4m14s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m40s
2026-07-03 15:59:56 +02:00
mazzol_a
b4ddb3b9b6
add error log when opening dev/mem
Build on RHEL8 docker image / build (push) Failing after 14s
Build on RHEL9 docker image / build (push) Successful in 3m53s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m18s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m50s
2026-05-29 17:46:12 +02:00
mazzol_a
2a3ac07aa7
always return error message
2026-05-29 17:44:59 +02:00
mazzol_a
5b6a07881e
small fixes from tests on board
2026-05-29 15:56:20 +02:00
mazzol_a
7dba319355
updated mac address
2026-05-29 15:56:20 +02:00
mazzol_a
349425adb6
update receiver parameters function
2026-05-29 15:56:20 +02:00
mazzol_a
4512e8ca49
moved SharedMemory to slsSupportLib
2026-05-29 15:55:12 +02:00
mazzol_a
3e6d9b56a3
removed shared memory in destructor
2026-05-29 15:55:12 +02:00
mazzol_a
b9ef4bc615
moved memory for Bus communication to BucCommunication class
2026-05-29 15:55:12 +02:00
mazzol_a
7d8a7ade00
added SPI communication
2026-05-29 15:55:12 +02:00
mazzol_a
8f18eaca92
modified memory model
2026-05-29 15:55:09 +02:00
mazzol_a
008c09cf04
added Matterhorn data class
2026-05-29 15:54:32 +02:00
mazzol_a
ff9f7c2795
implemented bus read and write
2026-05-29 15:54:29 +02:00
mazzol_a
55b5511485
added shared memory for aqcuisition status
2026-05-29 15:53:32 +02:00
mazzol_a and GitHub
4c02ce65cc
generated python enums, moved ReturnCode to slsDetectorDefs class ( #1467 )
Build on RHEL9 docker image / build (push) Successful in 3m43s
Build on RHEL8 docker image / build (push) Successful in 5m24s
Build and Deploy on local RHEL9 / build (push) Successful in 2m0s
Build and Deploy on local RHEL8 / build (push) Successful in 5m2s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m17s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m53s
2026-05-27 10:36:16 +02:00
bb1a73d718
Dev/matterhornserver ( #1396 )
...
Build and Deploy on local RHEL9 / build (push) Successful in 2m0s
Build on RHEL9 docker image / build (push) Successful in 3m34s
Build on RHEL8 docker image / build (push) Successful in 4m46s
Build and Deploy on local RHEL8 / build (push) Successful in 5m3s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m43s
Run Simulator Tests on local RHEL8 / build (push) Successful in 18m15s
* added fetch fmt server library
* added first draft of matterhorn
* added enum ReturnCode
* added cpp TCP Interface to slsDetectorServer
* added fmt to workflows
* bug: added std::signal for proper handling of ctr+c
* added compile option to set log level
* WIP
* dont use c project settings when building matterhornserver
* updated logger
* WIP
* WIP
* linked fmt to slsProjectOptions
* solved merge conflict
* some refactoring
* cleaned up logs
* added fmt to workflow
* WIP
* generated register defs from csv file
* oops given in hex
* properly added fmt as a dependency
* add fmt to conda recipe
* some format changes
* dont use public headers of fmt
* WIP
* used CRTP for virtual detector
* WIP
* added udp functions to matterhornserver
* Matterhorn in tostring
* warning unused variable from other PR
* fixed build
* updated cmake
* added Server class usable for all detectors
* removed stopserver
* added some more functions
* wrong overload
* porper cleanup of matterhorn app
* PR Review
* refactored directory structure
* used pause insetad of sleep
---------
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch >
2026-05-06 13:33:35 +02:00