diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_collector.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_collector.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_collector.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,251 +1,207 @@ - -
-Public Types | |||||||||||||||||||||||||||||||||||||
enum | TRequestType { ECount,
-EStop
+
+
Detailed Description- | ||||||||||||||||||||||||||||||||||||
void | RequestFunction () | ||||||||||||||||||||||||||||||||||||
void | Stop () | ||||||||||||||||||||||||||||||||||||
-virtual | ~CCollector () | ||||||||||||||||||||||||||||||||||||
void | ConstructL () | ||||||||||||||||||||||||||||||||||||
void | ProcessKeyPress (TChar aChar) | ||||||||||||||||||||||||||||||||||||
void | StartRecieving () | ||||||||||||||||||||||||||||||||||||
void | SendMsgInQ (TBuf< 100 >) | ||||||||||||||||||||||||||||||||||||
Static Public Member Functions | |||||||||||||||||||||||||||||||||||||
-static CCollector * | NewL (TInt aPriority=EPriorityStandard) |
Definition at line 28 of file CCollector.h.
-Definition at line 28 of file CCollector.h.
+enum CCollector::TRequestType | +CCollector::CCollector | +( | +TInt | + aPriority = EPriorityStandard |
+ ) | +
Constructor
--
- -Definition at line 31 of file CCollector.h.
+Definition at line 35 of file CCollector.cpp.
-
CCollector::CCollector | +void CCollector::RunL | ( | -TInt | - aPriority = EPriorityStandard |
+ ) | -+ | [virtual] |
Store the characters input by the user in a buffer.
--Constructor -
Definition at line 35 of file CCollector.cpp.
+Definition at line 95 of file CCollector.cpp.
-
void CCollector::RunL | +void CCollector::RequestFunction | ( | -+ | ) | - [virtual] |
+
Request for user input.
--Store the characters input by the user in a buffer. -
Definition at line 95 of file CCollector.cpp.
+Definition at line 86 of file CCollector.cpp.
void CCollector::RequestFunction | +void CCollector::Stop | ( | -+ | ) | -- |
-Request for user input. -
Definition at line 86 of file CCollector.cpp.
- -void CCollector::Stop | -( | -- | ) | -+ |
The following function sends the stop message to the inverter via the message queue.
--The following function sends the stop message to the inverter via the message queue. -
Definition at line 131 of file CCollector.cpp.
+Definition at line 131 of file CCollector.cpp.
void CCollector::ConstructL | +void CCollector::ConstructL | ( | -+ | ) | -+ |
The constructor creates a console for requesting words from the user, creates two global message queues, starts the other process named Inverter.exe and create another active object to recieve words from the inverter.
--The constructor creates a console for requesting words from the user, creates two global message queues, starts the other process named Inverter.exe and create another active object to recieve words from the inverter. -
Definition at line 54 of file CCollector.cpp.
+Definition at line 54 of file CCollector.cpp.
void CCollector::ProcessKeyPress | +void CCollector::ProcessKeyPress | ( | TChar | -aChar | +aChar | ) | -+ |
The following function processes the key pressed by the user, stores in a buffer and sends the data to the inverter via collector.
--The following function processes the key pressed by the user, stores in a buffer and sends the data to the inverter via collector. -
Definition at line 108 of file CCollector.cpp.
+Definition at line 108 of file CCollector.cpp.
void CCollector::StartRecieving | +void CCollector::StartRecieving | ( | -+ | ) | -+ |
The following function calls the asynchronous request to recieve the words from the inverter.
--The following function calls the asynchronous request to recieve the words from the inverter. -
Definition at line 150 of file CCollector.cpp.
+Definition at line 150 of file CCollector.cpp.
void CCollector::SendMsgInQ | +void CCollector::SendMsgInQ | ( | TBuf< 100 > | -buf | +buf | ) | -+ |
The following function sends the message to InverterInQ.
--The following function sends the message to InverterInQ. -
Definition at line 158 of file CCollector.cpp.
+Definition at line 158 of file CCollector.cpp.
-