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 37 of file CMsgQActive.h.
CMsgQActive::CMsgQActive | ( | TInt | aPriority = EPriorityStandard |
) |
Constructor
Definition at line 50 of file CMsgQActive.cpp.
void CMsgQActive::DoCancel | ( | ) | [virtual] |
Cancel any outstanding request when stop command is given.
Definition at line 96 of file CMsgQActive.cpp.
void CMsgQActive::RunL | ( | ) | [virtual] |
This function recieves the message from inverter and display in the console.
Definition at line 107 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 83 of file CMsgQActive.cpp.
void CMsgQActive::ConstructL | ( | ) |
Opens the global message queue so that data can be recieved.
Definition at line 68 of file CMsgQActive.cpp.