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

#include <reference_clock_intf.h>

Inherits adtf::services::ant::IReferenceClock::tReferenceClockEvent.

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 adtf::services::ant::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);
...

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