mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
clang-format with clang-format version 17
This commit is contained in:
@ -16,8 +16,8 @@ namespace sls {
|
||||
class File : private virtual slsDetectorDefs {
|
||||
|
||||
public:
|
||||
File() {};
|
||||
virtual ~File() {};
|
||||
File(){};
|
||||
virtual ~File(){};
|
||||
|
||||
virtual fileFormat GetFileFormat() const = 0;
|
||||
virtual void CloseFile() = 0;
|
||||
|
@ -60,8 +60,8 @@ class GeneralData {
|
||||
slsDetectorDefs::frameDiscardPolicy frameDiscardMode{
|
||||
slsDetectorDefs::NO_DISCARD};
|
||||
|
||||
GeneralData() {};
|
||||
virtual ~GeneralData() {};
|
||||
GeneralData(){};
|
||||
virtual ~GeneralData(){};
|
||||
|
||||
// Returns the pixel depth in byte, 4 bits being 0.5 byte
|
||||
float GetPixelDepth() { return float(dynamicRange) / 8; }
|
||||
|
Reference in New Issue
Block a user