mirror of
https://github.com/gwm17/DaqGrimoire.git
synced 2024-11-22 18:58:51 -05:00
Added file name getter to DYFile
This commit is contained in:
parent
a76c903b8d
commit
09f1cf951c
|
@ -86,6 +86,7 @@ namespace DaqGrimoire {
|
|||
const bool IsEOF() const { return m_isEOF; }
|
||||
const std::size_t GetFileSizeBytes() const { return m_fileSizeBytes; }
|
||||
const std::size_t GetFileSizeEvents() const { return m_fileSizeEvents; }
|
||||
const std::filesystem::path& GetFilePath() const { return m_filepath; }
|
||||
|
||||
private:
|
||||
void FillBuffer()
|
||||
|
|
Loading…
Reference in New Issue
Block a user