mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 12:38:40 +01:00
wip
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
File::File(slsDetectorDefs::fileFormat type) : type_(type) {}
|
||||
File::File(const slsDetectorDefs::fileFormat format) : format_(format) {}
|
||||
|
||||
File::~File() {}
|
||||
|
||||
slsDetectorDefs::fileFormat File::GetFileType() { return type_; }
|
||||
slsDetectorDefs::fileFormat File::GetFileFormat() const { return format_; }
|
||||
|
||||
Reference in New Issue
Block a user