44#define CLMSG_UWPHY_VERBOSITY (3)
46#define CLMSG_UWPHY_NOT_VALID (-1)
48#define CLMSG_UWPHY_TIME_NOT_VALID (-1)
50#define CLMSG_UWPHY_STACK_ID_NOT_VALID (-1)
ClMsgUwPhyBRate should be and used to ask either to set or get the communication rate (can be bitrate...
void setBRate(double rate)
method to set the transmitting rate
double getBRate()
method to return the transmitting rate
virtual ~ClMsgUwPhyBRate()
Destructor of the ClMsgUwPhyTxPwr class.
ClMsgUwPhyBRate()
Broadcast constructor of the ClMsgUwPhyBRate class.
ClMsgUwPhyGetLostPkts should be used by a layer to ask the phy how many packets it discarded from the...
void setLostPkts(uint lost_pkt)
method to set the number of packets lost by the phy.
uint getLostPkts()
method to return the number of packets lost by the phy.
~ClMsgUwPhyGetLostPkts()
Destructor of the ClMsgUwPhyGetLostPkts class.
ClMsgUwPhyThresh should be and used to ask either to set or get the receiving threshold (can be SNR o...
ClMsgUwPhyThresh()
Broadcast constructor of the ClMsgUwPhyBRate class.
void setThresh(double thresh)
method to set the rx threshold
double getThresh()
method to return the rx threshold
virtual ~ClMsgUwPhyThresh()
Destructor of the ClMsgUwPhyThresh class.
ClMsgUwPhyTxBusy should be and used to ask either to set or get the transmitting busy variable of a s...
void setGetOp(int)
method to return the transmitting power
~ClMsgUwPhyTxBusy()
Destructor of the class.
ClMsgUwPhyTxBusy()
Broadcast constructor of the ClMsgUwPhyTxBusy class.
void setTxBusy(int powr)
method to set the transmitting busy variable
int getGetOp()
method to return the transmitting power
int getTxBusy()
method to return the transmitting power
ClMsgUwPhyTxPwr should be and used to ask either to set or get the transmitting power of a specific p...
void setPower(double powr)
method to set the transmitting power
double getPower()
method to return the transmitting power
virtual ~ClMsgUwPhyTxPwr()
Destructor of the ClMsgUwPhyTxPwr class.
ClMsgUwPhyTxPwr()
Broadcast constructor of the ClMsgUwPhyTxPwr class.
ClMsgUwPhy should be extended and used to ask to set or get a parameter of a specific phy.
virtual ClMsgUwPhy * copy()
Copy method of the ClMsgUwPhy class, the specialization of the return value is intentional and it is ...
void setReqType(ReqType type)
method to set the request type
virtual ~ClMsgUwPhy()
Destructor of the ClMsgUwPhy class.
ReqType getReqType()
method to return the request type
ClMessage_t CLMSG_UWPHY_B_RATE
ClMessage_t CLMSG_UWPHY_TX_BUSY
ClMessage_t CLMSG_UWPHY_TX_POWER
ClMessage_t CLMSG_UWPHY_LOSTPKT
ClMessage_t CLMSG_UWPHY_THRESH