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 @@ - - -TB10.1 Example Applications: CCollector Class Reference - - - - + + + + +TB9.2 Example Applications: CCollector Class Reference + + + + + +

CCollector Class Reference

-

-List of all members. - - - - - - - - - - - - - - - - - - - -

Public Types

enum  TRequestType { ECount, -EStop +

List of all members.

+ + + - - - - - - - + + + + + + + + + + + + +

Public Types

enum  TRequestType { ECount, +EStop }

Public Member Functions

 CCollector (TInt aPriority=EPriorityStandard)
-virtual void DoCancel ()
virtual void RunL ()

Public Member Functions

 CCollector (TInt aPriority=EPriorityStandard)
+virtual void DoCancel ()
virtual void RunL ()
void RequestFunction ()
void Stop ()
void ConstructL ()
void ProcessKeyPress (TChar aChar)
void StartRecieving ()
void SendMsgInQ (TBuf< 100 >)

Static Public Member Functions

+static CCollectorNewL (TInt aPriority=EPriorityStandard)
+

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 CCollectorNewL (TInt aPriority=EPriorityStandard)
-


Detailed Description

- -

Definition at line 28 of file CCollector.h.

-

Member Enumeration Documentation

- +

Definition at line 28 of file CCollector.h.

+

Constructor & Destructor Documentation

+
- + + + + + +
enum CCollector::TRequestType CCollector::CCollector (TInt  aPriority = EPriorityStandard ) 
+

Constructor

-

-

Enumerator:
- - - -
ECount  -
EStop  -
-
- -

Definition at line 31 of file CCollector.h.

+

Definition at line 35 of file CCollector.cpp.

-

-


Constructor & Destructor Documentation

- +
+

Member Function Documentation

+
- + - - + - +
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.

-

-


Member Function Documentation

- + +
- + - + - +
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.

-

-


Generated on Thu Jan 21 10:33:03 2010 for TB10.1 Example Applications by  + + +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2