OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
scm::ClientInit Struct Reference
Inheritance diagram for scm::ClientInit:
Collaboration diagram for scm::ClientInit:

Public Types

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

Public Member Functions

 ClientInit (my_context ctx)
 
 ~ClientInit ()
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvConnectTimerExpired &event)
 
sc::result react (const EvSandeshMessageRecv &event)
 
sc::result react (const EvSandeshSend &event)
 
sc::result react (const EvCollectorUpdate &event)
 
sc::result ToIdle (SandeshClientSMImpl *state_machine, const char *event_name)
 

Detailed Description

Definition at line 408 of file sandesh_client_sm.cc.

Member Typedef Documentation

typedef mpl::list< TransitToIdle<EvStop>::reaction, sc::custom_reaction<EvConnectTimerExpired>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvSandeshMessageRecv>, sc::custom_reaction<EvSandeshSend>, sc::custom_reaction<EvCollectorUpdate>, DeleteTcpSession<EvTcpDeleteSession>::reaction > scm::ClientInit::reactions

Definition at line 417 of file sandesh_client_sm.cc.

Constructor & Destructor Documentation

scm::ClientInit::ClientInit ( my_context  ctx)
inline

Definition at line 419 of file sandesh_client_sm.cc.

Here is the call graph for this function:

scm::ClientInit::~ClientInit ( )
inline

Definition at line 429 of file sandesh_client_sm.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result scm::ClientInit::react ( const EvTcpClose event)
inline

Definition at line 434 of file sandesh_client_sm.cc.

Here is the call graph for this function:

sc::result scm::ClientInit::react ( const EvConnectTimerExpired event)
inline

Definition at line 441 of file sandesh_client_sm.cc.

Here is the call graph for this function:

sc::result scm::ClientInit::react ( const EvSandeshMessageRecv event)
inline

Definition at line 448 of file sandesh_client_sm.cc.

Here is the call graph for this function:

sc::result scm::ClientInit::react ( const EvSandeshSend event)
inline

Definition at line 469 of file sandesh_client_sm.cc.

Here is the call graph for this function:

sc::result scm::ClientInit::react ( const EvCollectorUpdate event)
inline

Definition at line 492 of file sandesh_client_sm.cc.

Here is the call graph for this function:

sc::result scm::ClientInit::ToIdle ( SandeshClientSMImpl state_machine,
const char *  event_name 
)
inline

Definition at line 500 of file sandesh_client_sm.cc.

Here is the call graph for this function:


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