DESERT 3.5.1
|
#include <clmsg-wakeUp-tone.h>
Public Member Functions | |
ClMsgMac2PhyTxTone () | |
ClMessage * | copy () |
bool | getStatus () |
void | setStatus (bool status) |
Private Attributes | |
bool | done |
Class that describe the Mac2PhyTxTone CrossLayer message.
Definition at line 57 of file clmsg-wakeUp-tone.h.
ClMsgMac2PhyTxTone::ClMsgMac2PhyTxTone | ( | ) |
Constructor of the class.
Definition at line 46 of file clmsg-wakeUp-tone.cpp.
ClMessage * ClMsgMac2PhyTxTone::copy | ( | ) |
Copy the message.
Definition at line 53 of file clmsg-wakeUp-tone.cpp.
bool ClMsgMac2PhyTxTone::getStatus | ( | ) |
Return the status of the message.
Definition at line 61 of file clmsg-wakeUp-tone.cpp.
void ClMsgMac2PhyTxTone::setStatus | ( | bool | status | ) |
Set the status of the message.
bool | status of the message |
|
private |
Flag that indicates whether the message has been sent.
Definition at line 84 of file clmsg-wakeUp-tone.h.