DESERT 4.0.0
ClMsgUwPhyTxPwr Class Reference

#include <uwphy-clmsg.h>

Inheritance diagram for ClMsgUwPhyTxPwr:
Inheritance graph
Collaboration diagram for ClMsgUwPhyTxPwr:
Collaboration graph

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 ClMsgUwPhycopy ()
 
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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ClMsgUwPhyTxPwr() [1/3]

ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr ( )

Broadcast constructor of the ClMsgUwPhyTxPwr class

◆ ClMsgUwPhyTxPwr() [2/3]

ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr ( int  stack_id,
int  dest_module_id 
)

Unicast constructor of the ClMsgUwPhyTxPwr class

Parameters
intstack_id: id of the stack
dest_mod_idid of the destination module

◆ ClMsgUwPhyTxPwr() [3/3]

ClMsgUwPhyTxPwr::ClMsgUwPhyTxPwr ( const ClMsgUwPhyTxPwr msg)

Copy constructor

Parameters
constClMsgUwPhy& msg: ClMsgUwPhyTxPwr that has to be copied

References tx_power.

◆ ~ClMsgUwPhyTxPwr()

ClMsgUwPhyTxPwr::~ClMsgUwPhyTxPwr ( )
virtual

Destructor of the ClMsgUwPhyTxPwr class

Member Function Documentation

◆ getPower()

double ClMsgUwPhyTxPwr::getPower ( )

method to return the transmitting power

Returns
tx_power

References tx_power.

◆ setPower()

void ClMsgUwPhyTxPwr::setPower ( double  powr)

method to set the transmitting power

Parameters
doublepowr: power to set

References tx_power.

Member Data Documentation

◆ tx_power

double ClMsgUwPhyTxPwr::tx_power
private

Referenced by ClMsgUwPhyTxPwr(), getPower(), and setPower().


The documentation for this class was generated from the following files: