Public Member Functions | |
code::Time | getVolumeStartTime () const |
If the accurate time is not available, this function returns the volume start time on the RDA clock. | |
bool | hasAccurateTime () const |
The time encoded in radial data is the time set on the RDA, while the time set in the volume header after Build5 is sync'ed with NNTP, and is more accurate. | |
Public Attributes | |
char | archive [9] |
the fixed string "ARCHIVE2." or "AR2V001." | |
char | extension [3] |
int | create_days |
int | create_msecs |
Friends | |
BOIStream & | operator>> (BOIStream &is, VolumeHeader &) throw (std::string) |
BOOStream & | operator<< (BOOStream &os, const VolumeHeader &) |
code::Time code::LevelII::VolumeHeader::getVolumeStartTime | ( | ) | const |
If the accurate time is not available, this function returns the volume start time on the RDA clock.
bool code::LevelII::VolumeHeader::hasAccurateTime | ( | ) | const [inline] |
The time encoded in radial data is the time set on the RDA, while the time set in the volume header after Build5 is sync'ed with NNTP, and is more accurate.
This is effectively a pre-or-post Build5 test.
BOOStream& operator<< | ( | BOOStream & | os, | |
const VolumeHeader & | ||||
) | [friend] |
BOIStream& operator>> | ( | BOIStream & | is, | |
VolumeHeader & | ||||
) | throw (std::string) [friend] |
the fixed string "ARCHIVE2." or "AR2V001."