#include <vtime.hh>
Public Member Functions | |
Vtime (const Vtime &other) | |
Vtime (const byte_t other) | |
Vtime (const float fsecs) | |
Vtime (const timeval_t &other) | |
operator byte_t () | |
operator float () | |
operator timeval_t () | |
std::ostream & | output (std::ostream &o) const |
Private Types | |
typedef u_int8_t | byte_t |
typedef unsigned | secs_t |
Private Attributes | |
raw | _value |
Internal raw value. | |
Classes | |
struct | raw |
Convenience data structure for raw access. More... |
|
|
|
|
|
Copy constructor |
|
Constructor. Initializes from an encoded byte.
|
|
Constructor.
|
|
Constructor.
|
|
Operator for conversion to byte. |
|
Operator for conversion to seconds. |
|
Operator for conversion to time. |
|
Printing method. |
|
Internal raw value.
|