#include <ip-clmsg.h>
Inheritance diagram for IPClMsgSendAddr:
Public Member Functions | |
IPClMsgSendAddr () | |
IPClMsgSendAddr (DestinationType dtype, int value) | |
IPClMsgSendAddr (IPClMsgSendAddr *m) | |
ClMessage * | copy () |
void | setAddr (nsaddr_t addr) |
nsaddr_t | getAddr () |
Private Attributes | |
nsaddr_t | addr_ |
Definition at line 38 of file ip-clmsg.h.
IPClMsgSendAddr::IPClMsgSendAddr | ( | ) |
IPClMsgSendAddr::IPClMsgSendAddr | ( | IPClMsgSendAddr * | m | ) |
Copy constructor
Definition at line 45 of file ip-clmsg.cc.
ClMessage * IPClMsgSendAddr::copy | ( | ) | [virtual] |
Creates a copy of the object
Reimplemented from ClMessage.
Definition at line 57 of file ip-clmsg.cc.
References IPClMsgSendAddr().
Here is the call graph for this function:
void IPClMsgSendAddr::setAddr | ( | nsaddr_t | addr | ) |
Sets the address for network layer
symboltime | The address |
Definition at line 47 of file ip-clmsg.cc.
References addr_.
nsaddr_t IPClMsgSendAddr::getAddr | ( | ) |
Get the address for network layer
Definition at line 52 of file ip-clmsg.cc.
References addr_.
nsaddr_t IPClMsgSendAddr::addr_ [private] |
network layer address
Definition at line 67 of file ip-clmsg.h.