INET Framework for OMNeT++/OMNEST
|
#include <algorithm>
#include "inet/common/INETDefs.h"
#include "inet/common/INETMath.h"
#include "inet/common/PatternMatcher.h"
#include "inet/common/Topology.h"
#include "inet/networklayer/contract/IInterfaceTable.h"
#include "inet/networklayer/contract/IRoutingTable.h"
#include "inet/networklayer/common/L3AddressResolver.h"
Classes | |
class | inet::NetworkConfiguratorBase |
class | inet::NetworkConfiguratorBase::Node |
Represents a node in the network. More... | |
class | inet::NetworkConfiguratorBase::Link |
Represents a connection (wired or wireless) in the network. More... | |
class | inet::NetworkConfiguratorBase::InterfaceInfo |
Represents an interface in the network. More... | |
class | inet::NetworkConfiguratorBase::LinkInfo |
Represents a "link" in the network. More... | |
class | inet::NetworkConfiguratorBase::Topology |
Represents the network topology. More... | |
class | inet::NetworkConfiguratorBase::Matcher |
class | inet::NetworkConfiguratorBase::InterfaceMatcher |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Functions | |
bool | inet::isEmpty (const char *s) |
bool | inet::isNotEmpty (const char *s) |
std::ostream & | inet::operator<< (std::ostream &stream, const NetworkConfiguratorBase::Link &link) |
std::ostream & | inet::operator<< (std::ostream &stream, const NetworkConfiguratorBase::Link *link) |