|
NVIDIA DeepStream SDK API Reference
|
8.0 Release
|
Go to the documentation of this file.
22 #ifndef NVIDIA_DEEPSTREAM_CUSTOM_OBJECT
23 #define NVIDIA_DEEPSTREAM_CUSTOM_OBJECT
43 CustomObject(
unsigned long type_id,
const char* factory,
const std::string& name);
46 virtual void set_(
const std::string& name,
const Value& value);
47 virtual void set_(
const std::string& name,
const YAML::Node& value);
48 virtual Value get_(
const std::string&name);
virtual Value get_(const std::string &name)
CustomObject(unsigned long type_id, const char *factory, const std::string &name)
Constructor.
std::map< std::string, Object::Value > properties_
property map
Base class for all the custom objects.
Value wrapper for various types.
std::string param_spec_
property spec in YAML format
virtual void set_(const std::string &name, const Value &value)