Public Member Functions | |
CMsgQActive (TInt aPriority=EPriorityStandard) | |
virtual void | DoCancel () |
virtual void | RunL () |
void | StartRecieving () |
void | ConstructL () |
Static Public Member Functions | |
static CMsgQActive * | NewL (TInt aPriority=EPriorityStandard) |
Definition at line 22 of file CMsgQActive.h.
CMsgQActive::CMsgQActive | ( | TInt | aPriority = EPriorityStandard |
) |
Constructor
Definition at line 34 of file CMsgQActive.cpp.
void CMsgQActive::DoCancel | ( | ) | [virtual] |
Cancel any outstanding request when stop command is given.
Definition at line 80 of file CMsgQActive.cpp.
void CMsgQActive::RunL | ( | ) | [virtual] |
This function recieves the message from inverter and display in the console.
Definition at line 91 of file CMsgQActive.cpp.
void CMsgQActive::StartRecieving | ( | ) |
Recieve data from the InverterOut message queue, requests notification when there is at least one message in the queue
Definition at line 67 of file CMsgQActive.cpp.
void CMsgQActive::ConstructL | ( | ) |
Opens the global message queue so that data can be recieved.
Definition at line 52 of file CMsgQActive.cpp.