CProducer Class Reference

List of all members.

Public Member Functions

void ConstructL (CConsoleBase *aConsole, CQueue *aTokens)
void ResumeProd ()
void Display ()
void Produce ()
 ~CProducer ()

Static Public Member Functions

static CProducerNewL (CConsoleBase *aConsole, CQueue *aTokens)
static TInt ProdThreadFunc (TAny *aPtr)
static TInt InsertFunction (TAny *aPtr)

Detailed Description

This class owns the producer thread. It provides an interface to insert tokens into the CQueue::iArray queue.

See also:
CQueue.
CPeriodic.

Definition at line 47 of file producer.h.


Constructor & Destructor Documentation

CProducer::~CProducer (  ) 

Destructor.

Definition at line 159 of file producer.cpp.


Member Function Documentation

CProducer * CProducer::NewL ( CConsoleBase *  aConsole,
CQueue aTokens 
) [static]

Performs the two-phase construction of an object of the CProducer class.

Parameters:
aConsole The console object.
aTokens A pointer to the CQueue object containing the tokens' queue.
Returns:
A CProducer object.

Definition at line 44 of file producer.cpp.

void CProducer::ConstructL ( CConsoleBase *  aConsole,
CQueue aTokens 
)

The second phase constructor of the CProducer class. It creates the following member objects of the class:

  • iPeriodicProd
  • iProdThread The call back function of the iPeriodicProd object - InsertFunction() invokes the iProdThread every second.
    Parameters:
    aConsole The console object.
    aTokens A pointer to the CQueue object containing the tokens' queue.
    See also:
    CPeriodic::Start().
    RThread::Create().

Definition at line 64 of file producer.cpp.

TInt CProducer::ProdThreadFunc ( TAny *  aPtr  )  [static]

The producer thread function. It inserts a token into the queue.

Parameters:
aPtr A pointer to the arguments passed to the thread function.

Definition at line 122 of file producer.cpp.

void CProducer::ResumeProd (  ) 

Resumes the execution of the producer thread.

Definition at line 140 of file producer.cpp.

void CProducer::Display (  ) 

Displays the contents of the queue.

Definition at line 92 of file producer.cpp.

void CProducer::Produce (  ) 

Produce a token.

Definition at line 150 of file producer.cpp.

TInt CProducer::InsertFunction ( TAny *  aPtr  )  [static]

The call back function associated with the CPeriodic object of the CProducer class.

See also:
CProducer::iPeriodicProd.
CPeriodic.

Definition at line 171 of file producer.cpp.


Generated by  doxygen 1.6.2