Jetson Linux API Reference

32.7.1 Release
Argus::EventQueue Class Referenceabstract

Detailed Description

Definition at line 50 of file EventQueue.h.

Inheritance diagram for Argus::EventQueue:
Collaboration diagram for Argus::EventQueue:

Public Member Functions

virtual InterfacegetInterface (const InterfaceID &interfaceId)=0
 Acquire the interface specified by interfaceId. More...
 
virtual void destroy ()=0
 Destroy this object. More...
 

Protected Member Functions

 ~EventQueue ()
 

Constructor & Destructor Documentation

◆ ~EventQueue()

Argus::EventQueue::~EventQueue ( )
inlineprotected

Definition at line 53 of file EventQueue.h.

Member Function Documentation

◆ destroy()

virtual void Argus::Destructable::destroy ( )
pure virtualinherited

Destroy this object.

After making this call, the client cannot make any more calls on this object.

◆ getInterface()

virtual Interface* Argus::InterfaceProvider::getInterface ( const InterfaceID interfaceId)
pure virtualinherited

Acquire the interface specified by interfaceId.

Returns
An instance of the requested interface, or NULL if that interface is not available.

Referenced by Argus::interface_cast().


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