IPClMsgSendAddr Class Reference

#include <ip-clmsg.h>

Inheritance diagram for IPClMsgSendAddr:

Inheritance graph
[legend]
Collaboration diagram for IPClMsgSendAddr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IPClMsgSendAddr ()
 IPClMsgSendAddr (DestinationType dtype, int value)
 IPClMsgSendAddr (IPClMsgSendAddr *m)
ClMessagecopy ()
void setAddr (nsaddr_t addr)
nsaddr_t getAddr ()

Private Attributes

nsaddr_t addr_

Detailed Description

Message for returning modules address

Definition at line 38 of file ip-clmsg.h.


Constructor & Destructor Documentation

IPClMsgSendAddr::IPClMsgSendAddr (  ) 

Constructor

Definition at line 40 of file ip-clmsg.cc.

Referenced by copy().

IPClMsgSendAddr::IPClMsgSendAddr ( IPClMsgSendAddr m  ) 

Copy constructor

Definition at line 45 of file ip-clmsg.cc.


Member Function Documentation

ClMessage * IPClMsgSendAddr::copy (  )  [virtual]

Creates a copy of the object

Returns:
Pointer to 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

Parameters:
symboltime The address

Definition at line 47 of file ip-clmsg.cc.

References addr_.

nsaddr_t IPClMsgSendAddr::getAddr (  ) 

Get the address for network layer

Returns:
address for network layer

Definition at line 52 of file ip-clmsg.cc.

References addr_.


Member Data Documentation

nsaddr_t IPClMsgSendAddr::addr_ [private]

network layer address

Definition at line 67 of file ip-clmsg.h.

Referenced by getAddr(), and setAddr().


The documentation for this class was generated from the following files:
Generated on Wed Nov 26 15:48:54 2008 for NS-MIRACLE library by  doxygen 1.5.2