|
INET Framework for OMNeT++/OMNEST
|
#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 INTERFACEIDS_START 100 |
| Define_Module | ( | InterfaceTable | ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const InterfaceEntry & | e | ||
| ) |
{
os << e.info();
return os;
};