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


Public Types | |
| enum | ReqType { NOT_VALID = -1 , SET_REQ , GET_REQ , SET_REPLY , GET_REPLY } |
Public Member Functions | |
| 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 () |
Protected Attributes | |
| int | stack_id |
| ReqType | req_type |
ClMsgUwPhy should be extended and used to ask to set or get a parameter of a specific phy. In addition, ClMsgUwPhy can be used from the phy to reply such a request.
| enum ClMsgUwPhy::ReqType |
| ClMsgUwPhy::ClMsgUwPhy | ( | ClMessage_t | type | ) |
Broadcast constructor of the ClMsgUwPhy class
| ClMsgUwPhy::ClMsgUwPhy | ( | int | stack_id, |
| int | dest_module_id, | ||
| ClMessage_t | type | ||
| ) |
Unicast constructor of the ClMsgUwPhy class
| int | stack_id: id of the stack |
| dest_mod_id | id of the destination module |
| ClMsgUwPhy::ClMsgUwPhy | ( | const ClMsgUwPhy & | msg | ) |
Copy constructor
| const | ClMsgUwPhy& msg: ClMsgUwPhy that has to be copied |
References req_type.
|
virtual |
Destructor of the ClMsgUwPhy class
|
virtual |
Copy method of the ClMsgUwPhy class, the specialization of the return value is intentional and it is allowed by c++ standard
| ClMsgUwPhy::ReqType ClMsgUwPhy::getReqType | ( | ) |
method to return the request type
References req_type.
Referenced by UwEvoLogicsS2CModem::recvSyncClMsg().
| void ClMsgUwPhy::setReqType | ( | ReqType | type | ) |
method to set the request type
| ReqType | type: request type |
References req_type.
Referenced by UwEvoLogicsS2CModem::recvSyncClMsg().
|
protected |
Referenced by ClMsgUwPhy(), getReqType(), and setReqType().
|
protected |