NVIDIA DeepStream SDK API Reference

6.4 Release
infer_options.h File Reference

Go to the source code of this file.

Data Structures

class  nvdsinferserver::BufOptions
 
struct  nvdsinferserver::BufOptions::D::BasicValue
 
struct  nvdsinferserver::BufOptions::convertType< T * >
 
struct  nvdsinferserver::BufOptions::convertType< int64_t >
 
struct  nvdsinferserver::BufOptions::convertType< int32_t >
 
struct  nvdsinferserver::BufOptions::convertType< int16_t >
 
struct  nvdsinferserver::BufOptions::convertType< int8_t >
 
struct  nvdsinferserver::BufOptions::convertType< uint64_t >
 
struct  nvdsinferserver::BufOptions::convertType< uint32_t >
 
struct  nvdsinferserver::BufOptions::convertType< uint16_t >
 
struct  nvdsinferserver::BufOptions::convertType< uint8_t >
 
struct  nvdsinferserver::BufOptions::convertType< double >
 
struct  nvdsinferserver::BufOptions::convertType< float >
 
struct  nvdsinferserver::BufOptions::convertType< bool >
 
struct  nvdsinferserver::BufOptions::convertType< std::string >
 
struct  nvdsinferserver::BufOptions::convertType< std::vector< T > >
 
struct  nvdsinferserver::BufOptions::convertType< std::vector< T * > >
 

Namespaces

 nvdsinferserver
 Copyright (c) 2021, NVIDIA CORPORATION.
 

Typedefs

using nvdsinferserver::SharedBufOptions = std::shared_ptr< BufOptions >
 

Functions

template<>
void nvdsinferserver::BufOptions::D::BasicValue::setV< std::string > (const std::string &v, OptionType t)
 
#define safeStr(str)   str.c_str()
 
void dsInferLogPrint__ (NvDsInferLogLevel level, const char *fmt,...)
 Copyright (c) 2019-2021, NVIDIA CORPORATION. More...
 

Macro Definition Documentation

◆ safeStr

#define safeStr (   str)    str.c_str()

Definition at line 38 of file infer_options.h.