Go to the source code of this file.
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) |
#define safeStr | ( | str | ) | str.c_str() |
Definition at line 33 of file infer_options.h.
|
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.