#include <IPDatagram_m.h>
IPDatagram.msg
by opp_msgc. class IPSourceRoutingOption { fields: IPAddress recordAddress[MAX_IPADDR_OPTION_ENTRIES]; short nextAddressPtr; short lastAddressPtr; };
Public Member Functions | |
IPSourceRoutingOption () | |
IPSourceRoutingOption (const IPSourceRoutingOption &other) | |
virtual | ~IPSourceRoutingOption () |
IPSourceRoutingOption & | operator= (const IPSourceRoutingOption &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual unsigned int | getRecordAddressArraySize () const |
virtual IPAddress & | getRecordAddress (unsigned int k) |
virtual const IPAddress & | getRecordAddress (unsigned int k) const |
virtual void | setRecordAddress (unsigned int k, const IPAddress &recordAddress_var) |
virtual short | getNextAddressPtr () const |
virtual void | setNextAddressPtr (short nextAddressPtr_var) |
virtual short | getLastAddressPtr () const |
virtual void | setLastAddressPtr (short lastAddressPtr_var) |
Protected Member Functions | |
bool | operator== (const IPSourceRoutingOption &) |
Protected Attributes | |
IPAddress | recordAddress_var [MAX_IPADDR_OPTION_ENTRIES] |
short | nextAddressPtr_var |
short | lastAddressPtr_var |
|
|
|
|
|
|
|
|
|
|
|
00201 {return const_cast<IPSourceRoutingOption*>(this)->getRecordAddress(k);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|