clang tidy

This commit is contained in:
Erik Frojdh
2019-04-09 10:59:09 +02:00
parent 39221f1230
commit 70b2a41d5e
12 changed files with 116 additions and 66 deletions

View File

@ -22,7 +22,7 @@ class MySocketTCP;
/**
* parameter list that has to be initialized depending on the detector type
*/
struct detParameterList {
struct detParameters {
int nChanX;
int nChanY;
int nChipX;
@ -1725,7 +1725,7 @@ class slsDetector : public virtual slsDetectorDefs{
* @param type detector type
* @param list structure of parameters to initialize depending on detector type
*/
void setDetectorSpecificParameters(detectorType type, detParameterList &list);
void setDetectorSpecificParameters(detectorType type, detParameters &list);
/**
* Initialize detector structure to defaults