Jetson Linux Multimedia API Reference

32.4.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::InterfaceProvider Class Referenceabstract

Detailed Description

The base interface for a class that provides libargus Interfaces.

Definition at line 321 of file Types.h.

Inheritance diagram for Argus::InterfaceProvider:
Collaboration diagram for Argus::InterfaceProvider:

Public Member Functions

virtual InterfacegetInterface (const InterfaceID &interfaceId)=0
 Acquire the interface specified by interfaceId. More...
 

Protected Member Functions

 ~InterfaceProvider ()
 

Constructor & Destructor Documentation

Argus::InterfaceProvider::~InterfaceProvider ( )
inlineprotected

Definition at line 333 of file Types.h.

Member Function Documentation

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

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: