OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

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:

ssm::ServerInit::~ServerInit ( )
inline

Definition at line 288 of file sandesh_state_machine.cc.

Member Function Documentation

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:

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:

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:


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