|
DESERT 4.0.0
|
#include <uwmmac-clmsg.h>


Public Member Functions | |
| ClMsgUwMmacEnable () | |
| ClMsgUwMmacEnable (int stack_id, int dest_module_id) | |
| ClMsgUwMmacEnable (const ClMsgUwMmacEnable &msg) | |
| ~ClMsgUwMmacEnable () | |
| double | getEnable () |
| void | disable () |
| void | enable () |
Public Member Functions inherited from ClMsgUwMmac | |
| ClMsgUwMmac (ClMessage_t type) | |
| ClMsgUwMmac (int stack_id, int dest_module_id, ClMessage_t type) | |
| ClMsgUwMmac (const ClMsgUwMmac &msg) | |
| virtual | ~ClMsgUwMmac () |
| virtual ClMsgUwMmac * | copy () |
| void | setReqType (ReqType type) |
| ReqType | getReqType () |
Private Attributes | |
| bool | enable_ |
Additional Inherited Members | |
Public Types inherited from ClMsgUwMmac | |
| enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
Protected Attributes inherited from ClMsgUwMmac | |
| int | stack_id |
| ReqType | req_type |
ClMsgUwMmacEnable should be and used to ask either to set or get the transmitting power of a specific phy. In addition, ClMsgUwMmacEnable can be used from the phy to reply such a request.
| ClMsgUwMmacEnable::ClMsgUwMmacEnable | ( | ) |
Broadcast constructor of the ClMsgUwMmacEnable class
| ClMsgUwMmacEnable::ClMsgUwMmacEnable | ( | int | stack_id, |
| int | dest_module_id | ||
| ) |
Unicast constructor of the ClMsgUwMmacEnable class
| int | stack_id: id of the stack |
| dest_mod_id | id of the destination module |
| ClMsgUwMmacEnable::ClMsgUwMmacEnable | ( | const ClMsgUwMmacEnable & | msg | ) |
Copy constructor
| const | ClMsgUwMmac& msg: ClMsgUwMmacEnable that has to be copied |
References enable_.
| ClMsgUwMmacEnable::~ClMsgUwMmacEnable | ( | ) |
Destructor of the ClMsgUwMmacEnable class
| void ClMsgUwMmacEnable::disable | ( | ) |
| void ClMsgUwMmacEnable::enable | ( | ) |
| double ClMsgUwMmacEnable::getEnable | ( | ) |
|
private |
Referenced by ClMsgUwMmacEnable(), disable(), enable(), and getEnable().