diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sharedmem_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sharedmem_8h.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,142 @@ + +
++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 |
Definition in file sharedmem.h.
+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.
+ ++