A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::flame Namespace Reference

Classes

class  FlameHeader
 Flame header. More...
 
struct  FlameHeaderTest
 Built-in self test for FlameHeader. More...
 
class  FlameProtocol
 FLAME routing protocol. More...
 
class  FlameProtocolMac
 Interface MAC plugin FLAME routing protocol. More...
 
class  FlameRtable
 Routing table for FLAME. More...
 
class  FlameRtableTest
 Unit test for FlameRtable. More...
 
class  FlameTag
 Transmitter and receiver addresses. More...
 
class  FlameTestSuite
 

Functions

 NS_LOG_COMPONENT_DEFINE ("FlameProtocolMac")
 
 NS_LOG_COMPONENT_DEFINE ("FlameRtable")
 
bool operator== (const FlameHeader &a, const FlameHeader &b)
 

Variables

static FlameRtableTest g_FlameRtableTest
 Test instance. More...
 
static FlameTestSuite g_flameTestSuite
 

Function Documentation

ns3::flame::NS_LOG_COMPONENT_DEFINE ( "FlameProtocolMac"  )
ns3::flame::NS_LOG_COMPONENT_DEFINE ( "FlameRtable"  )
bool ns3::flame::operator== ( const FlameHeader &  a,
const FlameHeader &  b 
)

Variable Documentation

FlameRtableTest ns3::flame::g_FlameRtableTest
static

Test instance.

Definition at line 85 of file flame-test-suite.cc.

FlameTestSuite ns3::flame::g_flameTestSuite
static

Definition at line 149 of file flame-test-suite.cc.