INET Framework for OMNeT++/OMNEST
|
#include <InterfaceEntry.h>
Public Member Functions | |
InterfaceProtocolData () | |
InterfaceEntry * | getInterfaceEntry () const |
Protected Member Functions | |
virtual void | changed (int category) |
Protected Attributes | |
InterfaceEntry * | ownerp |
Friends | |
class | InterfaceEntry |
Base class for protocol-specific data on an interface. Notable subclasses are IPv4InterfaceData and IPv6InterfaceData.
InterfaceProtocolData::InterfaceProtocolData | ( | ) | [inline] |
{ownerp = NULL;}
void InterfaceProtocolData::changed | ( | int | category | ) | [protected, virtual] |
InterfaceEntry* InterfaceProtocolData::getInterfaceEntry | ( | ) | const [inline] |
Returns the InterfaceEntry that contains this data object, or NULL
{return ownerp;}
friend class InterfaceEntry [friend] |
InterfaceEntry* InterfaceProtocolData::ownerp [protected] |