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

Public Types

typedef mpl::list< sc::custom_reaction< EvNsIn >, sc::custom_reaction< EvUnsolNaIn >, sc::custom_reaction< EvSolNaIn >, sc::custom_reaction< EvRetransmitTimerExpired >, sc::custom_reaction< EvTestStateChange > > reactions
 

Public Member Functions

 Probe (my_context ctx)
 
 ~Probe ()
 
sc::result react (const EvNsIn &event)
 
sc::result react (const EvUnsolNaIn &event)
 
sc::result react (const EvSolNaIn &event)
 
sc::result react (const EvRetransmitTimerExpired &event)
 
sc::result react (const EvTestStateChange &event)
 

Detailed Description

Definition at line 530 of file ndp_entry.cc.

Member Typedef Documentation

◆ reactions

typedef mpl::list< sc::custom_reaction<EvNsIn>, sc::custom_reaction<EvUnsolNaIn>, sc::custom_reaction<EvSolNaIn>, sc::custom_reaction<EvRetransmitTimerExpired>, sc::custom_reaction<EvTestStateChange> > fsm::Probe::reactions

Definition at line 537 of file ndp_entry.cc.

Constructor & Destructor Documentation

◆ Probe()

fsm::Probe::Probe ( my_context  ctx)
inlineexplicit

Definition at line 539 of file ndp_entry.cc.

Here is the call graph for this function:

◆ ~Probe()

fsm::Probe::~Probe ( )
inline

Definition at line 545 of file ndp_entry.cc.

Member Function Documentation

◆ react() [1/5]

sc::result fsm::Probe::react ( const EvNsIn event)
inline

Definition at line 549 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [2/5]

sc::result fsm::Probe::react ( const EvRetransmitTimerExpired event)
inline

Definition at line 585 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [3/5]

sc::result fsm::Probe::react ( const EvSolNaIn event)
inline

Definition at line 573 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [4/5]

sc::result fsm::Probe::react ( const EvTestStateChange event)
inline

Definition at line 600 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [5/5]

sc::result fsm::Probe::react ( const EvUnsolNaIn event)
inline

Definition at line 560 of file ndp_entry.cc.

Here is the call graph for this function:

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