INET Framework for OMNeT++/OMNEST
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <algorithm>
#include <sstream>
#include "inet/networklayer/common/InterfaceTable.h"
#include "inet/common/ModuleAccess.h"
#include "inet/common/NotifierConsts.h"
#include "inet/common/lifecycle/NodeStatus.h"
#include "inet/common/lifecycle/NodeOperations.h"
#include "inet/networklayer/generic/GenericNetworkProtocolInterfaceData.h"
#include "inet/networklayer/ipv4/IPv4InterfaceData.h"
#include "inet/networklayer/ipv6/IPv6InterfaceData.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
#define | INTERFACEIDS_START 100 |
Functions | |
inet::Define_Module (InterfaceTable) | |
std::ostream & | inet::operator<< (std::ostream &os, const InterfaceEntry &e) |
#define INTERFACEIDS_START 100 |