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

Public Member Functions

 EvTestStateChange (NdpEntry::State state, int retry)
 
bool validate (NdpEntry *state_machine) const
 

Static Public Member Functions

static const char * Name ()
 

Public Attributes

NdpEntry::State state_
 
int retry_
 

Detailed Description

Definition at line 38 of file ndp_entry.cc.

Constructor & Destructor Documentation

fsm::EvTestStateChange::EvTestStateChange ( NdpEntry::State  state,
int  retry 
)
inline

Definition at line 39 of file ndp_entry.cc.

Member Function Documentation

static const char* fsm::EvTestStateChange::Name ( )
inlinestatic

Definition at line 41 of file ndp_entry.cc.

bool fsm::EvTestStateChange::validate ( NdpEntry state_machine) const
inline

Definition at line 44 of file ndp_entry.cc.

Member Data Documentation

int fsm::EvTestStateChange::retry_

Definition at line 49 of file ndp_entry.cc.

NdpEntry::State fsm::EvTestStateChange::state_

Definition at line 48 of file ndp_entry.cc.


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