#include <ControlManetRouting_m.h>
ControlManetRouting.msg
by opp_msgc. message ControlManetRouting {
fields: IPAddress srcAddress; IPAddress destAddress; int optionCode enum(ManetControlType) = MANET_ROUTE_NO_OPTION; };
Public Member Functions | |
ControlManetRouting (const char *name=NULL, int kind=0) | |
ControlManetRouting (const ControlManetRouting &other) | |
virtual | ~ControlManetRouting () |
ControlManetRouting & | operator= (const ControlManetRouting &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual IPAddress & | getSrcAddress () |
virtual const IPAddress & | getSrcAddress () const |
virtual void | setSrcAddress (const IPAddress &srcAddress_var) |
virtual IPAddress & | getDestAddress () |
virtual const IPAddress & | getDestAddress () const |
virtual void | setDestAddress (const IPAddress &destAddress_var) |
virtual int | getOptionCode () const |
virtual void | setOptionCode (int optionCode_var) |
Protected Member Functions | |
bool | operator== (const ControlManetRouting &) |
Protected Attributes | |
IPAddress | srcAddress_var |
IPAddress | destAddress_var |
int | optionCode_var |
|
|
|
|
|
|
|
00067 {return new ControlManetRouting(*this);}
|
|
00076 {return const_cast<ControlManetRouting*>(this)->getDestAddress();}
|
|
|
|
|
|
00073 {return const_cast<ControlManetRouting*>(this)->getSrcAddress();}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|