NVIDIA DeepStream SDK API Reference

6.2 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.
 

Macros

#define safeStr(str)   str.c_str()
 

Typedefs

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

Functions

void dsInferLogPrint__ (NvDsInferLogLevel level, const char *fmt,...)
 Copyright (c) 2019-2021, NVIDIA CORPORATION. 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 33 of file infer_options.h.

Function Documentation

◆ dsInferLogPrint__()

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

Copyright (c) 2019-2021, NVIDIA CORPORATION.

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

All rights reserved.

NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited.

Definition at line 26 of file infer_options.h.