Interface to the common Event properties.
Definition at line 102 of file Event.h.
◆ ~IEvent()
Argus::IEvent::~IEvent |
( |
| ) |
|
|
inlineprotected |
◆ getCaptureId()
virtual uint32_t Argus::IEvent::getCaptureId |
( |
| ) |
const |
|
pure virtual |
Returns the capture id for the event.
◆ getEventType()
virtual EventType Argus::IEvent::getEventType |
( |
| ) |
const |
|
pure virtual |
Returns the event type.
On receiving EVENT_TYPE_CAPTURE_COMPLETE the client can proceed to consume the acquired frame, and continue to wait on the subsequent frame. On receiving EVENT_TYPE_ERROR, the client should assume that the error is fatal and should stop submitting more requests to this session and resume session shutdown. The specifics of error encounterred by the camera driver can be found in nvargus-daemon logs.
◆ getTime()
virtual uint64_t Argus::IEvent::getTime |
( |
| ) |
const |
|
pure virtual |
Returns the time of the event, in nanoseconds.
◆ id()
The documentation for this class was generated from the following file: