NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::Pipeline::StateTransitionMessage Class Reference

Detailed Description

Pipeline message on state transition.

Definition at line 150 of file service-maker/includes/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
 
 StateTransitionMessage (void *)
 
const std::string & getName () const
 
void getState (State &old_state, State &new_state) const
 
uint32_t type ()
 
uint32_t type ()
 

Protected Attributes

State old_state_
 
State new_state_
 
std::string name_
 
uint32_t type_
 

Constructor & Destructor Documentation

◆ StateTransitionMessage() [1/2]

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

◆ StateTransitionMessage() [2/2]

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

Member Function Documentation

◆ getName() [1/2]

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

Definition at line 153 of file service-maker/includes/pipeline.hpp.

References name_.

◆ getName() [2/2]

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

Definition at line 153 of file 9.0/service-maker/includes/pipeline.hpp.

References name_.

◆ getState() [1/2]

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

Definition at line 154 of file service-maker/includes/pipeline.hpp.

References new_state_, and old_state_.

◆ getState() [2/2]

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

Definition at line 154 of file 9.0/service-maker/includes/pipeline.hpp.

References new_state_, and old_state_.

◆ type() [1/2]

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

◆ type() [2/2]

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

Field Documentation

◆ name_

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

Definition at line 161 of file service-maker/includes/pipeline.hpp.

Referenced by getName().

◆ new_state_

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

Definition at line 160 of file service-maker/includes/pipeline.hpp.

Referenced by getState().

◆ old_state_

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

Definition at line 159 of file service-maker/includes/pipeline.hpp.

Referenced by getState().

◆ type_

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

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