OpenSDN source code
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

◆ reactions

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

◆ ClientInit()

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:

◆ ~ClientInit()

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

◆ react() [1/5]

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:

◆ react() [2/5]

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:

◆ react() [3/5]

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:

◆ react() [4/5]

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:

◆ react() [5/5]

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:

◆ ToIdle()

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: