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


Public Member Functions | |
| ClMsgUwPhyThresh () | |
| ClMsgUwPhyThresh (int stack_id, int dest_module_id) | |
| ClMsgUwPhyThresh (const ClMsgUwPhyThresh &msg) | |
| virtual | ~ClMsgUwPhyThresh () |
| double | getThresh () |
| void | setThresh (double thresh) |
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 | threshold |
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 |
ClMsgUwPhyThresh should be and used to ask either to set or get the receiving threshold (can be SNR or receiving power, depending on the phy) of a specific phy. In addition, ClMsgUwPhyThresh can be used from the phy to reply such a request.
| ClMsgUwPhyThresh::ClMsgUwPhyThresh | ( | ) |
Broadcast constructor of the ClMsgUwPhyBRate class
| ClMsgUwPhyThresh::ClMsgUwPhyThresh | ( | int | stack_id, |
| int | dest_module_id | ||
| ) |
Unicast constructor of the ClMsgUwPhyThresh class
| int | stack_id: id of the stack |
| dest_mod_id | id of the destination module |
| ClMsgUwPhyThresh::ClMsgUwPhyThresh | ( | const ClMsgUwPhyThresh & | msg | ) |
Copy constructor
| const | ClMsgUwPhyThresh& msg: ClMsgUwPhyThresh that has to be copied |
References threshold.
|
virtual |
Destructor of the ClMsgUwPhyThresh class
| double ClMsgUwPhyThresh::getThresh | ( | ) |
| void ClMsgUwPhyThresh::setThresh | ( | double | thresh | ) |
|
private |
Referenced by ClMsgUwPhyThresh(), getThresh(), and setThresh().