mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
Using FixedCapacityContainer for rxDbitList (#22)
* fixed capacity container * changed shm date
This commit is contained in:

committed by
Dhanya Thattil

parent
bf0847e967
commit
877bdb8979
@ -16,8 +16,8 @@
|
||||
class multiSlsDetector;
|
||||
class ServerInterface;
|
||||
|
||||
#define SLS_SHMVERSION 0x190503
|
||||
#define MAX_RX_DBIT 64
|
||||
#define SLS_SHMVERSION 0x190515
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@ -241,11 +241,7 @@ struct sharedSlsDetector {
|
||||
/** overwrite enable */
|
||||
bool rxFileOverWrite;
|
||||
|
||||
/** receiver dbit size */
|
||||
int rxDbitListSize;
|
||||
|
||||
/** receiver dbit list */
|
||||
int rxDbitList[MAX_RX_DBIT];
|
||||
sls::FixedCapacityContainer<int, MAX_RX_DBIT> rxDbitList;
|
||||
|
||||
/** reciever dbit offset */
|
||||
int rxDbitOffset;
|
||||
|
Reference in New Issue
Block a user