InterfaceTable.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <algorithm>
#include <sstream>
#include "InterfaceTable.h"
#include "NotifierConsts.h"

Defines

#define INTERFACEIDS_START   100

Functions

 Define_Module (InterfaceTable)
std::ostream & operator<< (std::ostream &os, const InterfaceEntry &e)


Define Documentation

#define INTERFACEIDS_START   100


Function Documentation

Define_Module ( InterfaceTable   ) 

std::ostream& operator<< ( std::ostream &  os,
const InterfaceEntry e 
)

00035 {
00036     os << e.info();
00037     return os;
00038 };


Generated on Fri Mar 20 18:51:17 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5