#include <Xsil.hh>

Public Types | |
| typedef unsigned long | gdstime_t |
| time format | |
Public Member Functions | |
| xsilTime (const char *name, const Time &time, int level=2) | |
| Constructor with name, time and indent level. | |
| xsilTime (const char *name, gdstime_t sec, gdstime_t nsec, int level=2) | |
| Constructor with name, time and indent level. | |
| std::ostream & | write (std::ostream &os, int format=1) const |
Protected Attributes | |
| gdstime_t | fSec |
| GPS sec. | |
| gdstime_t | fNSec |
| GPS nsec. | |
brief Xsil time manipulator.
| std::ostream& xml::xsilTime::write | ( | std::ostream & | os, | |
| int | format = 1 | |||
| ) | const |
Write time to output stream format: 0 - gps, 1 - gps and utc
1.5.4