ADTF
Loading...
Searching...
No Matches
adtf::services::ant::IReferenceClock::tReferenceClockEvent Struct Reference

#include <reference_clock_intf.h>

Inherited by adtf::services::flash::IReferenceClock::tReferenceClockEvent.

Public Attributes

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);
...

The documentation for this struct was generated from the following file: