The interface common to all event types.
More...
#include <Event.h>
List of all members.
Public Member Functions |
virtual EventType | getEventType () const =0 |
| Returns the event type.
|
virtual uint64_t | getTime () const =0 |
| Returns the time of the event, in nanoseconds.
|
virtual uint32_t | getCaptureId () const =0 |
| Returns the capture id for the event.
|
Detailed Description
The interface common to all event types.
Definition at line 91 of file Event.h.
Constructor & Destructor Documentation
Argus::IEvent::~IEvent |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual uint32_t Argus::IEvent::getCaptureId |
( |
| ) |
const |
|
pure virtual |
Returns the capture id for the event.
virtual EventType Argus::IEvent::getEventType |
( |
| ) |
const |
|
pure virtual |
virtual uint64_t Argus::IEvent::getTime |
( |
| ) |
const |
|
pure virtual |
Returns the time of the event, in nanoseconds.
The documentation for this class was generated from the following file: