NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::INvSIPLClient Class Reference

Detailed Description

Defines the public data structures and describes the interfaces for NvSIPL Client.

Definition at line 54 of file NvSIPLClient.hpp.

Data Structures

struct  ConsumerDesc
 Describes a client of the pipeline. More...
 
struct  ImageEmbeddedData
 
struct  ImageMetaData
 Defines the metadata associated with the image. More...
 
class  INvSIPLBuffer
 Abstract interface for SIPL buffers. More...
 
class  INvSIPLNvMBuffer
 Describes a SIPL buffer containing an NvSciBufObj. More...
 

Public Member Functions

virtual ~INvSIPLClient ()=default
 Default destructor. More...
 
 INvSIPLClient (INvSIPLClient &other)=delete
 Delete copy constructor. More...
 
INvSIPLClientoperator= (INvSIPLClient &other) &=delete
 Delete copy assignment operation. More...
 
 INvSIPLClient (INvSIPLClient &&other)=delete
 Delete move constructor. More...
 
INvSIPLClientoperator= (INvSIPLClient &&other) &=delete
 Delete move assignment operation. More...
 

Protected Member Functions

 INvSIPLClient ()=default
 Default constructor declared in order to allow construction of derived objects. More...
 

Constructor & Destructor Documentation

◆ ~INvSIPLClient()

virtual nvsipl::INvSIPLClient::~INvSIPLClient ( )
virtualdefault

Default destructor.

◆ INvSIPLClient() [1/3]

nvsipl::INvSIPLClient::INvSIPLClient ( INvSIPLClient other)
delete

Delete copy constructor.

◆ INvSIPLClient() [2/3]

nvsipl::INvSIPLClient::INvSIPLClient ( INvSIPLClient &&  other)
delete

Delete move constructor.

◆ INvSIPLClient() [3/3]

nvsipl::INvSIPLClient::INvSIPLClient ( )
protecteddefault

Default constructor declared in order to allow construction of derived objects.

Member Function Documentation

◆ operator=() [1/2]

INvSIPLClient& nvsipl::INvSIPLClient::operator= ( INvSIPLClient &&  other) &
delete

Delete move assignment operation.

◆ operator=() [2/2]

INvSIPLClient& nvsipl::INvSIPLClient::operator= ( INvSIPLClient other) &
delete

Delete copy assignment operation.


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