#include <string>
#include <omnetpp.h>
#include "INETDefs.h"
Defines | |
#define | MAC_ADDRESS_BYTES 6 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const MACAddress &mac) |
|
|
|
00154 { 00155 return os << mac.str(); 00156 }
|