ADTF  3.18.2
IReferenceClock::tReferenceClockEvent

This structure describes the functionality for the adtf::ucom::ant::IEventSource Communication Expansion. More...

Inheritance diagram for IReferenceClock::tReferenceClockEvent:
[legend]

Public Attributes

adtf::base::flash::tNanoSeconds nOldTimeNs
 The old time before set new time.
 
adtf::base::flash::tNanoSeconds nNewTimeNs
 The new time set.
 
- Public Attributes inherited from IReferenceClock::tReferenceClockEvent
tHandle hObject
 sender of the event
 
int nEventId
 EventId shown in IReferenceClock::tReferenceClockEventId.
 
tTimeStamp nOldTime
 The old time before set new time.
 
tTimeStamp nNewTime
 The new time set.
 

Detailed Description

This structure describes the functionality for the adtf::ucom::ant::IEventSource Communication Expansion.

When registering a adtf::ucom::ant::IEventSink within the IReferenceClock implementation it sends Events through adtf::ucom::ant::IEventSink::HandleEvent.
Usage:

...
tReferenceClockEvent* pEvent = static_cast<tReferenceClockEvent*>(pvEventData);
...

Definition at line 388 of file reference_clock_intf.h.