Generic network protocol specific data for an InterfaceEntry, stores generic network address.
More...
#include <GenericNetworkProtocolInterfaceData.h>
|
| void | changed1 (int fieldId) |
| |
| virtual void | changed (simsignal_t signalID, int fieldId) |
| |
Generic network protocol specific data for an InterfaceEntry, stores generic network address.
- See also
- InterfaceEntry
| Enumerator |
|---|
| F_ADDRESS |
|
| F_METRIC |
|
Definition: GenericNetworkProtocolInterfaceData.h:43
Definition: GenericNetworkProtocolInterfaceData.h:43
| inet::GenericNetworkProtocolInterfaceData::GenericNetworkProtocolInterfaceData |
( |
| ) |
|
|
inline |
int metric
link "cost"; see e.g. MS KB article Q299540 //TODO needed???
Definition: GenericNetworkProtocolInterfaceData.h:39
| void inet::GenericNetworkProtocolInterfaceData::changed1 |
( |
int |
fieldId | ) |
|
|
inlineprotected |
virtual void changed(simsignal_t signalID, int fieldId)
Definition: InterfaceEntry.cc:51
simsignal_t NF_INTERFACE_GENERICNETWORKPROTOCOLCONFIG_CHANGED
Definition: NotifierConsts.cc:52
| std::string inet::GenericNetworkProtocolInterfaceData::detailedInfo |
( |
| ) |
const |
|
overridevirtual |
34 std::stringstream out;
L3Address getAddress() const
Definition: GenericNetworkProtocolInterfaceData.h:60
int getMetric() const
Definition: GenericNetworkProtocolInterfaceData.h:61
| L3Address inet::GenericNetworkProtocolInterfaceData::getAddress |
( |
| ) |
const |
|
inline |
| int inet::GenericNetworkProtocolInterfaceData::getMetric |
( |
| ) |
const |
|
inline |
Referenced by detailedInfo().
int metric
link "cost"; see e.g. MS KB article Q299540 //TODO needed???
Definition: GenericNetworkProtocolInterfaceData.h:39
| std::string inet::GenericNetworkProtocolInterfaceData::info |
( |
| ) |
const |
|
overridevirtual |
27 std::stringstream out;
L3Address getAddress() const
Definition: GenericNetworkProtocolInterfaceData.h:60
| virtual void inet::GenericNetworkProtocolInterfaceData::joinMulticastGroup |
( |
L3Address |
address | ) |
|
|
inlinevirtual |
| virtual void inet::GenericNetworkProtocolInterfaceData::setAddress |
( |
L3Address |
a | ) |
|
|
inlinevirtual |
Referenced by inet::GenericRoutingTable::configureInterface().
L3Address inetAddr
address of interface
Definition: GenericNetworkProtocolInterfaceData.h:38
void changed1(int fieldId)
Definition: GenericNetworkProtocolInterfaceData.h:46
Definition: GenericNetworkProtocolInterfaceData.h:43
| virtual void inet::GenericNetworkProtocolInterfaceData::setMetric |
( |
int |
m | ) |
|
|
inlinevirtual |
Referenced by inet::GenericRoutingTable::configureInterface().
Definition: GenericNetworkProtocolInterfaceData.h:43
void changed1(int fieldId)
Definition: GenericNetworkProtocolInterfaceData.h:46
int metric
link "cost"; see e.g. MS KB article Q299540 //TODO needed???
Definition: GenericNetworkProtocolInterfaceData.h:39
value< double, units::m > m
Definition: Units.h:1047
| L3Address inet::GenericNetworkProtocolInterfaceData::inetAddr |
|
protected |
| int inet::GenericNetworkProtocolInterfaceData::metric |
|
protected |
link "cost"; see e.g. MS KB article Q299540 //TODO needed???
The documentation for this class was generated from the following files: