OpenSDN source code
fsm::Connect Struct Reference
Inheritance diagram for fsm::Connect:
Collaboration diagram for fsm::Connect:

Public Types

typedef mpl::list< IdleCease< EvStop >::reaction, sc::custom_reaction< EvConnectTimerExpired >, sc::custom_reaction< EvOpenTimerExpired >, sc::custom_reaction< EvTcpConnected >, sc::custom_reaction< EvTcpConnectFail >, sc::custom_reaction< EvTcpPassiveOpen >, sc::custom_reaction< EvTcpClose >, sc::custom_reaction< EvBgpOpen >, TransitToIdle< EvBgpNotification >::reaction, IdleFsmError< EvBgpKeepalive >::reaction, IdleFsmError< EvBgpUpdate >::reaction, IdleError< EvBgpHeaderError, BgpProto::Notification::MsgHdrErr >::reaction, IdleError< EvBgpOpenError, BgpProto::Notification::OpenMsgErr >::reaction, IdleError< EvBgpUpdateError, BgpProto::Notification::UpdateMsgErr >::reaction > reactions
 

Public Member Functions

 Connect (my_context ctx)
 
 ~Connect ()
 
sc::result react (const EvConnectTimerExpired &event)
 
sc::result react (const EvOpenTimerExpired &event)
 
sc::result react (const EvTcpConnected &event)
 
sc::result react (const EvTcpConnectFail &event)
 
sc::result react (const EvTcpPassiveOpen &event)
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvBgpOpen &event)
 

Detailed Description

Definition at line 571 of file state_machine.cc.

Member Typedef Documentation

◆ reactions

typedef mpl::list< IdleCease<EvStop>::reaction, sc::custom_reaction<EvConnectTimerExpired>, sc::custom_reaction<EvOpenTimerExpired>, sc::custom_reaction<EvTcpConnected>, sc::custom_reaction<EvTcpConnectFail>, sc::custom_reaction<EvTcpPassiveOpen>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvBgpOpen>, TransitToIdle<EvBgpNotification>::reaction, IdleFsmError<EvBgpKeepalive>::reaction, IdleFsmError<EvBgpUpdate>::reaction, IdleError<EvBgpHeaderError, BgpProto::Notification::MsgHdrErr>::reaction, IdleError<EvBgpOpenError, BgpProto::Notification::OpenMsgErr>::reaction, IdleError<EvBgpUpdateError, BgpProto::Notification::UpdateMsgErr>::reaction > fsm::Connect::reactions

Definition at line 590 of file state_machine.cc.

Constructor & Destructor Documentation

◆ Connect()

fsm::Connect::Connect ( my_context  ctx)
inlineexplicit

Definition at line 592 of file state_machine.cc.

Here is the call graph for this function:

◆ ~Connect()

fsm::Connect::~Connect ( )
inline

Definition at line 600 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

◆ react() [1/7]

sc::result fsm::Connect::react ( const EvBgpOpen event)
inline

Definition at line 675 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [2/7]

sc::result fsm::Connect::react ( const EvConnectTimerExpired event)
inline

Definition at line 606 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [3/7]

sc::result fsm::Connect::react ( const EvOpenTimerExpired event)
inline

Definition at line 618 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [4/7]

sc::result fsm::Connect::react ( const EvTcpClose event)
inline

Definition at line 656 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [5/7]

sc::result fsm::Connect::react ( const EvTcpConnected event)
inline

Definition at line 629 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [6/7]

sc::result fsm::Connect::react ( const EvTcpConnectFail event)
inline

Definition at line 639 of file state_machine.cc.

Here is the call graph for this function:

◆ react() [7/7]

sc::result fsm::Connect::react ( const EvTcpPassiveOpen event)
inline

Definition at line 648 of file state_machine.cc.

Here is the call graph for this function:

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