Syntalos::TimeSyncFileReader
Syntalos::TimeSyncFileReader
Read a time-sync (.tsync) file. More…
#include <tsyncfile.h>
Public Functions
| Name | |
|---|---|
| TimeSyncFileReader() | |
| bool | open(const std::string & fname) |
| std::string | lastError() const |
| std::string | moduleName() const |
| Uuid | collectionId() const |
| time_t | creationTime() const |
| TSyncFileMode | syncMode() const |
| MetaStringMap | userData() const |
| microseconds_t | tolerance() const |
| std::pair< std::string, std::string > | timeNames() const |
| std::pair< TSyncFileTimeUnit, TSyncFileTimeUnit > | timeUnits() const |
| std::pair< TSyncFileDataType, TSyncFileDataType > | timeDTypes() const |
| std::vector< std::pair< long long, long long > > | times() const |
Detailed Description
class Syntalos::TimeSyncFileReader;Read a time-sync (.tsync) file.
Simple helper class to read the contents of a .tsync file, for adjustments of the source timestamps or simply conversion into a non-binary format.
Public Functions Documentation
function TimeSyncFileReader
explicit TimeSyncFileReader()function open
bool open(
const std::string & fname
)function lastError
std::string lastError() constfunction moduleName
std::string moduleName() constfunction collectionId
Uuid collectionId() constfunction creationTime
time_t creationTime() constfunction syncMode
TSyncFileMode syncMode() constfunction userData
MetaStringMap userData() constfunction tolerance
microseconds_t tolerance() constfunction timeNames
std::pair< std::string, std::string > timeNames() constfunction timeUnits
std::pair< TSyncFileTimeUnit, TSyncFileTimeUnit > timeUnits() constfunction timeDTypes
std::pair< TSyncFileDataType, TSyncFileDataType > timeDTypes() constfunction times
std::vector< std::pair< long long, long long > > times() constUpdated on 2026-04-24 at 23:36:58 +0000