m2etis  0.4
Net

Namespaces

 m2etis
 
 m2etis::net
 
 m2etis::pubsub
 
 m2etis::sim
 
 m2etis::message
 

Classes

class  m2etis::net::NetworkCallbackInterface< NetworkType >
 Generic interface for the callback-class used for the network. More...
 
struct  m2etis::net::NetworkController< NetworkType >::DeliverInfo
 
class  m2etis::net::NetworkController< NetworkType >
 NetworkController. More...
 
class  m2etis::net::NetworkFactory
 NetworkFactory. More...
 
class  m2etis::net::NetworkInterface< NetworkType >
 NetworkInterface. More...
 
class  m2etis::net::NullProvider
 
class  m2etis::net::KeyPChooser< NetType >
 
class  m2etis::net::NetworkType< nettype >
 
class  m2etis::net::KeyPChooser< NetworkType< TCP > >
 
class  m2etis::net::KeyPChooser< NetworkType< UDP > >
 
class  m2etis::net::KeyPChooser< NetworkType< clockTCP > >
 
class  m2etis::net::KeyPChooser< NetworkType< CHIMERA > >
 
class  m2etis::net::KeyPChooser< NetworkType< OMNET > >
 
class  m2etis::net::NodeHandle< NetworkType >
 NodeHandle in different structured p2p-systems. More...
 

Enumerations

enum  m2etis::net::NetworkName {
  m2etis::net::CHIMERA, m2etis::net::TCP, m2etis::net::UDP, m2etis::net::clockTCP,
  m2etis::net::OMNET
}
 
enum  { m2etis::net::NetworkType< nettype >::value }
 

Detailed Description

Enumeration Type Documentation

template<NetworkName nettype>
anonymous enum
Enumerator
value 

Definition at line 66 of file NetworkType.h.

Enumerator
CHIMERA 
TCP 
UDP 
clockTCP 
OMNET 

Definition at line 28 of file NetworkName.h.