diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sharedmem_8h.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sharedmem_8h.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sharedmem_8h.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,142 +1,128 @@ - -
--Go to the source code of this file.
Functions | ||||||||||||||||||||||||||||||||||
+ Go to the source code of this file. +
Detailed Description- | ||||||||||||||||||||||||||||||||||
- | _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.
-Definition in file sharedmem.h.
+const TInt KChunkSize = 1 | +const TInt KChunkSize = 1 |
The size of the shared memory chunk in bytes.
--The size of the shared memory chunk in bytes. -
Definition at line 44 of file sharedmem.h.
+Definition at line 44 of file sharedmem.h.
const TInt KLowerThreshold = 10 | +const TInt KLowerThreshold = 10 |
The lower threshold for the shared memory variable.
--The lower threshold for the shared memory variable. -
Definition at line 49 of file sharedmem.h.
+Definition at line 49 of file sharedmem.h.
const TInt KUpperThreshold = 20 | +const TInt KUpperThreshold = 20 |
The upper threshold for the shared memory variable.
--The upper threshold for the shared memory variable. -
Definition at line 54 of file sharedmem.h.
+Definition at line 54 of file sharedmem.h.
The maximum value for the shared memory variable.
--The maximum value for the shared memory variable. -
Definition at line 59 of file sharedmem.h.
+Definition at line 59 of file sharedmem.h.
The minimum value for the shared memory variable.
--The minimum value for the shared memory variable. -
Definition at line 64 of file sharedmem.h.
+Definition at line 64 of file sharedmem.h.
-