#include <IPControlInfo_m.h>
IPControlInfo.msg
by opp_msgc. class IPRoutingDecision { properties: omitGetVerb = true; fields: int interfaceId = -1; IPAddress nextHopAddr; };
Public Member Functions | |
IPRoutingDecision () | |
IPRoutingDecision (const IPRoutingDecision &other) | |
virtual | ~IPRoutingDecision () |
IPRoutingDecision & | operator= (const IPRoutingDecision &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | interfaceId () const |
virtual void | setInterfaceId (int interfaceId_var) |
virtual IPAddress & | nextHopAddr () |
virtual const IPAddress & | nextHopAddr () const |
virtual void | setNextHopAddr (const IPAddress &nextHopAddr_var) |
Protected Member Functions | |
bool | operator== (const IPRoutingDecision &) |
Protected Attributes | |
int | interfaceId_var |
IPAddress | nextHopAddr_var |
|
|
|
|
|
|
|
|
|
|
|
|
|
00134 {return const_cast<IPRoutingDecision*>(this)->nextHopAddr();}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|