#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 |
ControlManetRouting::ControlManetRouting | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
ControlManetRouting::ControlManetRouting | ( | const ControlManetRouting & | other | ) |
virtual ControlManetRouting::~ControlManetRouting | ( | ) | [virtual] |
virtual cPolymorphic* ControlManetRouting::dup | ( | ) | const [inline, virtual] |
virtual const IPAddress& ControlManetRouting::getDestAddress | ( | ) | const [inline, virtual] |
virtual IPAddress& ControlManetRouting::getDestAddress | ( | ) | [virtual] |
virtual int ControlManetRouting::getOptionCode | ( | ) | const [virtual] |
virtual const IPAddress& ControlManetRouting::getSrcAddress | ( | ) | const [inline, virtual] |
virtual IPAddress& ControlManetRouting::getSrcAddress | ( | ) | [virtual] |
virtual void ControlManetRouting::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void ControlManetRouting::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
ControlManetRouting& ControlManetRouting::operator= | ( | const ControlManetRouting & | other | ) |
bool ControlManetRouting::operator== | ( | const ControlManetRouting & | ) | [protected] |
virtual void ControlManetRouting::setDestAddress | ( | const IPAddress & | destAddress_var | ) | [virtual] |
virtual void ControlManetRouting::setOptionCode | ( | int | optionCode_var | ) | [virtual] |
virtual void ControlManetRouting::setSrcAddress | ( | const IPAddress & | srcAddress_var | ) | [virtual] |
IPAddress ControlManetRouting::destAddress_var [protected] |
int ControlManetRouting::optionCode_var [protected] |
IPAddress ControlManetRouting::srcAddress_var [protected] |