OpenSDN source code
ssm::ServerInit Struct Reference
Inheritance diagram for ssm::ServerInit:
Collaboration diagram for ssm::ServerInit:

Public Types

typedef mpl::list< TransitToIdle< EvStop >::reaction, sc::custom_reaction< EvTcpClose >, sc::custom_reaction< EvSandeshCtrlMessageRecv >, sc::custom_reaction< EvSandeshMessageRecv >, DeleteTcpSession< EvTcpDeleteSession >::reaction > reactions
 

Public Member Functions

 ServerInit (my_context ctx)
 
 ~ServerInit ()
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvSandeshCtrlMessageRecv &event)
 
sc::result react (const EvSandeshMessageRecv &event)
 

Detailed Description

Definition at line 273 of file sandesh_state_machine.cc.

Member Typedef Documentation

◆ reactions

typedef mpl::list< TransitToIdle<EvStop>::reaction, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvSandeshCtrlMessageRecv>, sc::custom_reaction<EvSandeshMessageRecv>, DeleteTcpSession<EvTcpDeleteSession>::reaction > ssm::ServerInit::reactions

Definition at line 280 of file sandesh_state_machine.cc.

Constructor & Destructor Documentation

◆ ServerInit()

ssm::ServerInit::ServerInit ( my_context  ctx)
inline

Definition at line 282 of file sandesh_state_machine.cc.

Here is the call graph for this function:

◆ ~ServerInit()

ssm::ServerInit::~ServerInit ( )
inline

Definition at line 288 of file sandesh_state_machine.cc.

Member Function Documentation

◆ react() [1/3]

sc::result ssm::ServerInit::react ( const EvSandeshCtrlMessageRecv event)
inline

Definition at line 298 of file sandesh_state_machine.cc.

Here is the call graph for this function:

◆ react() [2/3]

sc::result ssm::ServerInit::react ( const EvSandeshMessageRecv event)
inline

Definition at line 310 of file sandesh_state_machine.cc.

Here is the call graph for this function:

◆ react() [3/3]

sc::result ssm::ServerInit::react ( const EvTcpClose event)
inline

Definition at line 291 of file sandesh_state_machine.cc.

Here is the call graph for this function:

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