Modified my3 functions for the pattern generator and moved to separate file; created loadPattern function - but should still be used in readDefaultPattern

This commit is contained in:
2021-02-26 16:53:30 +01:00
parent e8fe203940
commit 63259ec5c8
11 changed files with 495 additions and 274 deletions

View File

@ -1,5 +1,6 @@
add_executable(mythen3DetectorServer_virtual
slsDetectorFunctionList.c
mythen3.c
../slsDetectorServer/src/slsDetectorServer.c
../slsDetectorServer/src/slsDetectorServer_funcs.c
../slsDetectorServer/src/communication_funcs.c
@ -10,7 +11,8 @@ add_executable(mythen3DetectorServer_virtual
../slsDetectorServer/src/LTC2620_Driver.c
../slsDetectorServer/src/ALTERA_PLL_CYCLONE10.c
../slsDetectorServer/src/programFpgaNios.c
../slsDetectorServer/src/readDefaultPattern.c
../slsDetectorServer/src/readDefaultPattern.c
../slsDetectorServer/src/loadPattern.c
../slsDetectorServer/src/sharedMemory.c
)