DESERT 3.5.1
|
#include <uwphy-clmsg.h>
Public Member Functions | |
ClMsgUwPhyTxBusy () | |
ClMsgUwPhyTxBusy (int stack_id, int dest_module_id) | |
ClMsgUwPhyTxBusy (const ClMsgUwPhyTxBusy &msg) | |
~ClMsgUwPhyTxBusy () | |
int | getTxBusy () |
void | setTxBusy (int powr) |
int | getGetOp () |
void | setGetOp (int) |
![]() | |
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 | |
int | tx_busy |
int | getop |
Additional Inherited Members | |
![]() | |
enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
![]() | |
int | stack_id |
ReqType | req_type |
ClMsgUwPhyTxBusy should be and used to ask either to set or get the transmitting busy variable of a specific phy.
In addition, ClMsgUwPhyTxBusy can be used from the phy to reply such a request.
Definition at line 354 of file uwphy-clmsg.h.
ClMsgUwPhyTxBusy::ClMsgUwPhyTxBusy | ( | ) |
Broadcast constructor of the ClMsgUwPhyTxBusy class.
Definition at line 181 of file uwphy-clmsg.cc.
ClMsgUwPhyTxBusy::ClMsgUwPhyTxBusy | ( | int | stack_id, |
int | dest_module_id | ||
) |
Unicast constructor of the ClMsgUwPhyTxBusy class.
int | stack_id: id of the stack |
dest_mod_id | id of the destination module |
Definition at line 188 of file uwphy-clmsg.cc.
ClMsgUwPhyTxBusy::ClMsgUwPhyTxBusy | ( | const ClMsgUwPhyTxBusy & | msg | ) |
Copy constructor.
const | ClMsgUwPhy& msg: ClMsgUwPhyTxBusy that has to be copied |
Definition at line 195 of file uwphy-clmsg.cc.
ClMsgUwPhyTxBusy::~ClMsgUwPhyTxBusy | ( | ) |
Destructor of the class.
Definition at line 201 of file uwphy-clmsg.cc.
int ClMsgUwPhyTxBusy::getGetOp | ( | ) |
method to return the transmitting power
Definition at line 215 of file uwphy-clmsg.cc.
int ClMsgUwPhyTxBusy::getTxBusy | ( | ) |
method to return the transmitting power
Definition at line 205 of file uwphy-clmsg.cc.
void ClMsgUwPhyTxBusy::setGetOp | ( | int | go | ) |
method to return the transmitting power
Definition at line 220 of file uwphy-clmsg.cc.
void ClMsgUwPhyTxBusy::setTxBusy | ( | int | powr | ) |
method to set the transmitting busy variable
int | busy: busy value to set |
Definition at line 210 of file uwphy-clmsg.cc.
|
private |
Definition at line 408 of file uwphy-clmsg.h.
|
private |
Definition at line 407 of file uwphy-clmsg.h.