NVIDIA DeepStream SDK API Reference

7.0 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
 This is a header file for pre-processing cuda kernels with normalization and mean subtraction required by nvdsinfer.
 

Macros

#define safeStr(str)   str.c_str()
 

Typedefs

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

Functions

void dsInferLogPrint__ (NvDsInferLogLevel level, const char *fmt,...)
 Print the nvinferserver log messages as per the configured log level. More...
 
template<>
void nvdsinferserver::BufOptions::D::BasicValue::setV< std::string > (const std::string &v, OptionType t)
 

Macro Definition Documentation

◆ safeStr

#define safeStr (   str)    str.c_str()

Definition at line 34 of file infer_options.h.

Function Documentation

◆ dsInferLogPrint__()

void dsInferLogPrint__ ( NvDsInferLogLevel  level,
const char *  fmt,
  ... 
)
inline

Print the nvinferserver log messages as per the configured log level.

Definition at line 27 of file infer_options.h.