mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 14:27:13 +02:00
virtual servers warnings fixed
This commit is contained in:
@ -40,8 +40,8 @@ int32_t clkPhase[NUM_CLOCKS] = {};
|
|||||||
uint32_t clkFrequency[NUM_CLOCKS] = {};
|
uint32_t clkFrequency[NUM_CLOCKS] = {};
|
||||||
uint32_t systemFrequency = 0;
|
uint32_t systemFrequency = 0;
|
||||||
int highvoltage = 0;
|
int highvoltage = 0;
|
||||||
int dacValues[NDAC] = {0};
|
int dacValues[NDAC] = {};
|
||||||
int onChipdacValues[ONCHIP_NDAC][NCHIP] = {0};
|
int onChipdacValues[ONCHIP_NDAC][NCHIP] = {};
|
||||||
int injectedChannelsOffset = 0;
|
int injectedChannelsOffset = 0;
|
||||||
int injectedChannelsIncrement = 0;
|
int injectedChannelsIncrement = 0;
|
||||||
int vetoReference[NCHIP][NCHAN];
|
int vetoReference[NCHIP][NCHAN];
|
||||||
|
@ -36,7 +36,7 @@ int32_t clkPhase[NUM_CLOCKS] = {};
|
|||||||
uint32_t clkFrequency[NUM_CLOCKS] = {};
|
uint32_t clkFrequency[NUM_CLOCKS] = {};
|
||||||
|
|
||||||
int highvoltage = 0;
|
int highvoltage = 0;
|
||||||
int dacValues[NDAC] = {0};
|
int dacValues[NDAC] = {};
|
||||||
int detPos[2] = {};
|
int detPos[2] = {};
|
||||||
uint32_t countermask = 0; // will be removed later when in firmware converted to mask
|
uint32_t countermask = 0; // will be removed later when in firmware converted to mask
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user