NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::DefaultActionOwner Class Reference

Detailed Description

Definition at line 26 of file source_manager.hpp.

Inheritance diagram for deepstream::DefaultActionOwner:
Collaboration diagram for deepstream::DefaultActionOwner:

Public Member Functions

std::vector< std::string > list () override
 
void onAttached (SignalEmitter *emitter, const std::string &action, const std::string &object) override
 
std::string getObject ()
 

Protected Attributes

std::string object_
 

Member Function Documentation

◆ getObject()

std::string deepstream::DefaultActionOwner::getObject ( )
inline

Definition at line 38 of file source_manager.hpp.

References object_.

◆ list()

std::vector<std::string> deepstream::DefaultActionOwner::list ( )
inlineoverridevirtual

Implements deepstream::SignalEmitter::IActionOwner.

Definition at line 28 of file source_manager.hpp.

◆ onAttached()

void deepstream::DefaultActionOwner::onAttached ( SignalEmitter emitter,
const std::string &  action,
const std::string &  object 
)
inlineoverridevirtual

Implements deepstream::SignalEmitter::IActionOwner.

Definition at line 33 of file source_manager.hpp.

References object_.

Field Documentation

◆ object_

std::string deepstream::DefaultActionOwner::object_
protected

Definition at line 43 of file source_manager.hpp.

Referenced by getObject(), and onAttached().


The documentation for this class was generated from the following file: