#include <TimestampListener.h>
Public Member Functions | |
virtual void | timestampReceived (AnnotatorComm &annotator, Timestamp ×tamp)=0 |
TimestampListener
is notified when a new timestamp has arrived.
Definition at line 27 of file TimestampListener.h.
virtual void AnnotatorComm::TimestampListener::timestampReceived | ( | AnnotatorComm & | annotator, | |
Timestamp & | timestamp | |||
) | [pure virtual] |
A timestamp has been received.
annotator | source Annotator | |
timestamp | received timestamp |