mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 00:51:18 +01:00
somewere stuck with virtual template overloading
This commit is contained in:
@@ -35,6 +35,10 @@ void BinaryFile::PrintMembers() {
|
||||
printf("Number of Frames in File: %d\n",numFramesInFile);
|
||||
}
|
||||
|
||||
FILE* BinaryFile::GetFileHandle() {
|
||||
return filefd;
|
||||
}
|
||||
|
||||
slsReceiverDefs::fileFormat BinaryFile::GetFileType() {
|
||||
return BINARY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user