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


Public Member Functions | |
| ClMsgUwPhyTxPwr () | |
| ClMsgUwPhyTxPwr (int stack_id, int dest_module_id) | |
| ClMsgUwPhyTxPwr (const ClMsgUwPhyTxPwr &msg) | |
| virtual | ~ClMsgUwPhyTxPwr () |
| double | getPower () |
| void | setPower (double powr) |
Public Member Functions inherited from ClMsgUwPhy | |
| ClMsgUwPhy (ClMessage_t type) | |
| ClMsgUwPhy (int stack_id, int dest_module_id, ClMessage_t type) | |
| ClMsgUwPhy (const ClMsgUwPhy &msg) | |
| virtual | ~ClMsgUwPhy () |
| virtual ClMsgUwPhy * | copy () |
| void | setReqType (ReqType type) |
| ReqType | getReqType () |
Private Attributes | |
| double | tx_power |
Additional Inherited Members | |
Public Types inherited from ClMsgUwPhy | |
| enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
Protected Attributes inherited from ClMsgUwPhy | |
| int | stack_id |
| ReqType | req_type |
ClMsgUwPhyTxPwr should be and used to ask either to set or get the transmitting power of a specific phy.
In addition, ClMsgUwPhyTxPwr can be used from the phy to reply such a request.
Definition at line 134 of file uwphy-clmsg.h.
| ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr | ( | ) |
Broadcast constructor of the ClMsgUwPhyTxPwr class.
Definition at line 82 of file uwphy-clmsg.cc.
| ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr | ( | int | stack_id, |
| int | dest_module_id | ||
| ) |
Unicast constructor of the ClMsgUwPhyTxPwr class.
| int | stack_id: id of the stack |
| dest_mod_id | id of the destination module |
Definition at line 88 of file uwphy-clmsg.cc.
| ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr | ( | const ClMsgUwPhyTxPwr & | msg | ) |
Copy constructor.
| const | ClMsgUwPhy& msg: ClMsgUwPhyTxPwr that has to be copied |
Definition at line 94 of file uwphy-clmsg.cc.
|
virtual |
Destructor of the ClMsgUwPhyTxPwr class.
Definition at line 100 of file uwphy-clmsg.cc.
| double ClMsgUwPhyTxPwr::getPower | ( | ) |
method to return the transmitting power
Definition at line 104 of file uwphy-clmsg.cc.
| void ClMsgUwPhyTxPwr::setPower | ( | double | powr | ) |
method to set the transmitting power
| double | powr: power to set |
Definition at line 109 of file uwphy-clmsg.cc.
|
private |
Definition at line 175 of file uwphy-clmsg.h.