|
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 |
|
Definition at line 571 of file state_machine.cc.
◆ 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 |
◆ Connect()
fsm::Connect::Connect |
( |
my_context |
ctx | ) |
|
|
inlineexplicit |
◆ ~Connect()
fsm::Connect::~Connect |
( |
| ) |
|
|
inline |
◆ react() [1/7]
sc::result fsm::Connect::react |
( |
const EvBgpOpen & |
event | ) |
|
|
inline |
◆ react() [2/7]
◆ react() [3/7]
◆ react() [4/7]
sc::result fsm::Connect::react |
( |
const EvTcpClose & |
event | ) |
|
|
inline |
◆ react() [5/7]
◆ react() [6/7]
◆ react() [7/7]
The documentation for this struct was generated from the following file: