#include <OnixS/B3/BOE/SessionListener.h>
Public Types | |
enum | Source { None, Software, Hardware } |
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
Messaging::Timestamp | time_ |
Source | source_ |
If the source is None
, no timestamp is available.
Definition at line 179 of file SessionListener.h.
enum Source |
Enumerator | |
---|---|
None |
No timestamp available. |
Software |
Timestamp provided by the OS kernel / user-level network stack. |
Hardware |
Timestamp provided by the network card. |
Definition at line 181 of file SessionListener.h.
std::string toString | ( | ) | const |
Source source_ |
Definition at line 195 of file SessionListener.h.
Messaging::Timestamp time_ |
The timestamp.
Definition at line 194 of file SessionListener.h.