NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::SignalHandler::Callback Struct Reference

Detailed Description

generic callback on the signal

Definition at line 44 of file signal_handler.hpp.

Data Fields

std::string name
 name of the signal More...
 
void * fn
 callback function pointer More...
 

Field Documentation

◆ fn

void* deepstream::SignalHandler::Callback::fn

callback function pointer

Definition at line 48 of file signal_handler.hpp.

◆ name

std::string deepstream::SignalHandler::Callback::name

name of the signal

Definition at line 46 of file signal_handler.hpp.


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