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


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