#include <OnixS/CME/iLink3/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 208 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 210 of file SessionListener.h.
std::string toString | ( | ) | const |
Source source_ |
Definition at line 224 of file SessionListener.h.
Messaging::Timestamp time_ |
The timestamp.
Definition at line 223 of file SessionListener.h.