Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
P2pnsRegisterCall (const char *name=NULL, int kind=0) | |
P2pnsRegisterCall (const P2pnsRegisterCall &other) | |
virtual | ~P2pnsRegisterCall () |
P2pnsRegisterCall & | operator= (const P2pnsRegisterCall &other) |
virtual P2pnsRegisterCall * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual BinaryValue & | getP2pName () |
virtual const BinaryValue & | getP2pName () const |
virtual void | setP2pName (const BinaryValue &p2pName_var) |
virtual uint32_t | getKind () const |
virtual void | setKind (uint32_t kind_var) |
virtual uint32_t | getId () const |
virtual void | setId (uint32_t id_var) |
virtual BinaryValue & | getAddress () |
virtual const BinaryValue & | getAddress () const |
virtual void | setAddress (const BinaryValue &address_var) |
virtual int | getTtl () const |
virtual void | setTtl (int ttl_var) |
Protected Member Functions | |
bool | operator== (const P2pnsRegisterCall &) |
Protected Attributes | |
::BinaryValue | p2pName_var |
uint32_t | kind_var |
uint32_t | id_var |
::BinaryValue | address_var |
int | ttl_var |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet P2pnsRegisterCall extends BaseCallMessage { BinaryValue p2pName; uint32_t kind = 1; uint32_t id = 1; BinaryValue address; int ttl; }
Definition at line 1569 of file CommonMessages_m.h.
P2pnsRegisterCall::P2pnsRegisterCall | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
P2pnsRegisterCall::P2pnsRegisterCall | ( | const P2pnsRegisterCall & | other | ) |
virtual P2pnsRegisterCall::~P2pnsRegisterCall | ( | ) | [virtual] |
virtual P2pnsRegisterCall* P2pnsRegisterCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 1586 of file CommonMessages_m.h.
{return new P2pnsRegisterCall(*this);}
virtual BinaryValue& P2pnsRegisterCall::getAddress | ( | ) | [virtual] |
Referenced by P2pns::handleDHTputCAPIResponse(), and P2pns::p2pnsRegisterRpc().
virtual const BinaryValue& P2pnsRegisterCall::getAddress | ( | ) | const [inline, virtual] |
Definition at line 1599 of file CommonMessages_m.h.
Referenced by getAddress().
{return const_cast<P2pnsRegisterCall*>(this)->getAddress();}
virtual uint32_t P2pnsRegisterCall::getId | ( | ) | const [virtual] |
Referenced by P2pns::p2pnsRegisterRpc().
virtual uint32_t P2pnsRegisterCall::getKind | ( | ) | const [virtual] |
Referenced by P2pns::p2pnsRegisterRpc().
virtual BinaryValue& P2pnsRegisterCall::getP2pName | ( | ) | [virtual] |
Referenced by P2pns::handleDHTputCAPIResponse(), and P2pns::p2pnsRegisterRpc().
virtual const BinaryValue& P2pnsRegisterCall::getP2pName | ( | ) | const [inline, virtual] |
Definition at line 1592 of file CommonMessages_m.h.
Referenced by getP2pName().
{return const_cast<P2pnsRegisterCall*>(this)->getP2pName();}
virtual int P2pnsRegisterCall::getTtl | ( | ) | const [virtual] |
Referenced by P2pns::p2pnsRegisterRpc().
P2pnsRegisterCall& P2pnsRegisterCall::operator= | ( | const P2pnsRegisterCall & | other | ) |
bool P2pnsRegisterCall::operator== | ( | const P2pnsRegisterCall & | ) | [protected] |
virtual void P2pnsRegisterCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
virtual void P2pnsRegisterCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().
virtual void P2pnsRegisterCall::setAddress | ( | const BinaryValue & | address_var | ) | [virtual] |
Referenced by XmlRpcInterface::p2pnsRegister().
virtual void P2pnsRegisterCall::setId | ( | uint32_t | id_var | ) | [virtual] |
Referenced by XmlRpcInterface::p2pnsRegister().
virtual void P2pnsRegisterCall::setKind | ( | uint32_t | kind_var | ) | [virtual] |
Referenced by XmlRpcInterface::p2pnsRegister().
virtual void P2pnsRegisterCall::setP2pName | ( | const BinaryValue & | p2pName_var | ) | [virtual] |
Referenced by XmlRpcInterface::p2pnsRegister().
virtual void P2pnsRegisterCall::setTtl | ( | int | ttl_var | ) | [virtual] |
Referenced by XmlRpcInterface::p2pnsRegister().
::BinaryValue P2pnsRegisterCall::address_var [protected] |
Definition at line 1575 of file CommonMessages_m.h.
uint32_t P2pnsRegisterCall::id_var [protected] |
Definition at line 1574 of file CommonMessages_m.h.
uint32_t P2pnsRegisterCall::kind_var [protected] |
Definition at line 1573 of file CommonMessages_m.h.
::BinaryValue P2pnsRegisterCall::p2pName_var [protected] |
Definition at line 1572 of file CommonMessages_m.h.
int P2pnsRegisterCall::ttl_var [protected] |
Definition at line 1576 of file CommonMessages_m.h.