examples/Base/IPC/condvar/condvarglobal/inc/sharedmem.h File Reference

Go to the source code of this file.

Functions

 _LIT (KChunkName,"chunk")
 _LIT (KMutexName,"mutex")
 _LIT (KCondVarName,"condvar")
 _LIT (KTxtEPOC32EX,"EXAMPLES")
 _LIT (KTxtExampleCode,"Symbian platform Example Code")
 _LIT (KFormatFailed,"failed: leave code=%d")
 _LIT (KTxtOK,"ok")
 _LIT (KTxtPressAnyKey," [press any key]")

Variables

const TInt KChunkSize = 1
const TInt KLowerThreshold = 10
const TInt KUpperThreshold = 20
const TInt KMaxValue = 30
const TInt KMinValue = 0

Detailed Description

Definition in file sharedmem.h.


Variable Documentation

const TInt KChunkSize = 1

The size of the shared memory chunk in bytes.

Definition at line 44 of file sharedmem.h.

const TInt KLowerThreshold = 10

The lower threshold for the shared memory variable.

Definition at line 49 of file sharedmem.h.

const TInt KUpperThreshold = 20

The upper threshold for the shared memory variable.

Definition at line 54 of file sharedmem.h.

const TInt KMaxValue = 30

The maximum value for the shared memory variable.

Definition at line 59 of file sharedmem.h.

const TInt KMinValue = 0

The minimum value for the shared memory variable.

Definition at line 64 of file sharedmem.h.


Generated by  doxygen 1.6.2