NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::Pipeline::StateTransitionMessage Class Reference

Detailed Description

Pipeline message on state transition.

Definition at line 105 of file pipeline.hpp.

Inheritance diagram for deepstream::Pipeline::StateTransitionMessage:
Collaboration diagram for deepstream::Pipeline::StateTransitionMessage:

Public Member Functions

 StateTransitionMessage (void *)
 
const std::string & getName () const
 
void getState (State &old_state, State &new_state) const
 
uint32_t type ()
 

Protected Attributes

State old_state_
 
State new_state_
 
std::string name_
 
uint32_t type_
 

Constructor & Destructor Documentation

◆ StateTransitionMessage()

deepstream::Pipeline::StateTransitionMessage::StateTransitionMessage ( void *  )

Member Function Documentation

◆ getName()

const std::string& deepstream::Pipeline::StateTransitionMessage::getName ( ) const
inline

Definition at line 108 of file pipeline.hpp.

References name_.

◆ getState()

void deepstream::Pipeline::StateTransitionMessage::getState ( State old_state,
State new_state 
) const
inline

Definition at line 109 of file pipeline.hpp.

References new_state_, and old_state_.

◆ type()

uint32_t deepstream::Pipeline::Message::type ( )
inlineinherited

Definition at line 66 of file pipeline.hpp.

References deepstream::Pipeline::Message::type_.

Field Documentation

◆ name_

std::string deepstream::Pipeline::StateTransitionMessage::name_
protected

Definition at line 116 of file pipeline.hpp.

Referenced by getName().

◆ new_state_

State deepstream::Pipeline::StateTransitionMessage::new_state_
protected

Definition at line 115 of file pipeline.hpp.

Referenced by getState().

◆ old_state_

State deepstream::Pipeline::StateTransitionMessage::old_state_
protected

Definition at line 114 of file pipeline.hpp.

Referenced by getState().

◆ type_

uint32_t deepstream::Pipeline::Message::type_
protectedinherited

Definition at line 68 of file pipeline.hpp.

Referenced by deepstream::Pipeline::Message::type().


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