Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions
Argus::Ext::IDebugCaptureSession Class Reference

Interface used to dump CaptureSession runtime information. More...

#include <DebugCaptureSession.h>

Inheritance diagram for Argus::Ext::IDebugCaptureSession:
Argus::Interface Argus::NonCopyable

List of all members.

Public Member Functions

virtual Status dump (int32_t fd) const =0
 Returns session runtime information to the specified file descriptor.
virtual Status setEventInjectionErrorMsg (ArgusInjectError errorId)=0
 Set event injection error id.

Static Public Member Functions

static const InterfaceIDid ()

Protected Member Functions

 ~IDebugCaptureSession ()
- Protected Member Functions inherited from Argus::Interface
 Interface ()
 ~Interface ()

Detailed Description

Interface used to dump CaptureSession runtime information.

Definition at line 69 of file DebugCaptureSession.h.


Constructor & Destructor Documentation

Argus::Ext::IDebugCaptureSession::~IDebugCaptureSession ( )
inlineprotected

Definition at line 85 of file DebugCaptureSession.h.


Member Function Documentation

virtual Status Argus::Ext::IDebugCaptureSession::dump ( int32_t  fd) const
pure virtual

Returns session runtime information to the specified file descriptor.

static const InterfaceID& Argus::Ext::IDebugCaptureSession::id ( )
inlinestatic

Definition at line 72 of file DebugCaptureSession.h.

virtual Status Argus::Ext::IDebugCaptureSession::setEventInjectionErrorMsg ( ArgusInjectError  errorId)
pure virtual

Set event injection error id.


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