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

Public Types

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

Public Member Functions

 Established (my_context ctx)
 
 ~Established ()
 
sc::result react (const EvTcpClose &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 514 of file sandesh_client_sm.cc.

Member Typedef Documentation

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

Definition at line 522 of file sandesh_client_sm.cc.

Constructor & Destructor Documentation

scm::Established::Established ( my_context  ctx)
inline

Definition at line 524 of file sandesh_client_sm.cc.

Here is the call graph for this function:

scm::Established::~Established ( )
inline

Definition at line 537 of file sandesh_client_sm.cc.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 542 of file sandesh_client_sm.cc.

Here is the call graph for this function:

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

Definition at line 559 of file sandesh_client_sm.cc.

Here is the call graph for this function:

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

Definition at line 570 of file sandesh_client_sm.cc.

Here is the call graph for this function:

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

Definition at line 580 of file sandesh_client_sm.cc.

Here is the call graph for this function:

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

Definition at line 595 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: