|
DESERT 3.6.1
|
#include <uwip-clmsg.h>


Public Member Functions | |
| UWIPClMsgSendAddr () | |
| UWIPClMsgSendAddr (DestinationType dtype, int value) | |
| UWIPClMsgSendAddr (UWIPClMsgSendAddr *m) | |
| ClMessage * | copy () |
| void | setAddr (nsaddr_t addr) |
| nsaddr_t | getAddr () |
Private Attributes | |
| nsaddr_t | addr_ |
Class used to answer to UWIPClMsgReqAddr cross layer messages.
Definition at line 67 of file uwip-clmsg.h.
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | ) |
Definition at line 63 of file uwip-clmsg.cpp.
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | DestinationType | dtype, |
| int | value | ||
| ) |
Definition at line 69 of file uwip-clmsg.cpp.
| UWIPClMsgSendAddr::UWIPClMsgSendAddr | ( | UWIPClMsgSendAddr * | m | ) |
Definition at line 75 of file uwip-clmsg.cpp.
| ClMessage * UWIPClMsgSendAddr::copy | ( | ) |
Definition at line 94 of file uwip-clmsg.cpp.
| nsaddr_t UWIPClMsgSendAddr::getAddr | ( | ) |
Definition at line 88 of file uwip-clmsg.cpp.
| void UWIPClMsgSendAddr::setAddr | ( | nsaddr_t | addr | ) |
Definition at line 82 of file uwip-clmsg.cpp.
|
private |
Definition at line 78 of file uwip-clmsg.h.