|
Jetson Linux API Reference
|
32.7.5 Release
|
Go to the documentation of this file.
36 #ifndef _ARGUS_EVENT_PROVIDER_H
37 #define _ARGUS_EVENT_PROVIDER_H
55 DEFINE_UUID(InterfaceID, IID_EVENT_PROVIDER, 523ed330,25dc,11e5,867f,08,00,20,0c,9a,66);
77 Status* status = NULL) = 0;
122 #endif // _ARGUS_EVENT_PROVIDER_H
const uint64_t TIMEOUT_INFINITE
Constant used for infinite timeouts.
virtual Status getAvailableEventTypes(std::vector< EventType > *types) const =0
Returns a list of event types that this provider can generate.
DEFINE_UUID(ExtensionName, EXT_BAYER_AVERAGE_MAP, 12c3de20, 64c5, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
The top-level interface class.
A unique identifier for a libargus Interface.
static const InterfaceID & id()
virtual EventQueue * createEventQueue(const std::vector< EventType > &eventTypes, Status *status=NULL)=0
Creates an event queue for events of the given type(s)
virtual Status waitForEvents(const std::vector< EventQueue * > &queues, uint64_t timeout=TIMEOUT_INFINITE)=0
Waits for and transfers any pending events from the provider to the provided queues.
Status
Status values returned by API function calls.