File: TicalcMemoryType.txt

package info (click to toggle)
libticalcs4 4.6.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,552 kB
  • ctags: 2,168
  • sloc: ansic: 17,103; sh: 9,269; makefile: 520; yacc: 288; awk: 144; sed: 16
file content (17 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Main]
Name=TicalcMemoryType
Type=Enum
Header=calc_def.h
Definition=enum TicalcMemoryType

[Fields]
MEMORY_NONE : unused
MEMORY_FREE : free memory
MEMORY_USED : used memory

[Summary]
Defines how the value returned by ticalcfncts.directorylist must be interpreted.

[Explanation]
With MEMORY_FREE is set, the value returned is the memory free in the calculator.
With MEMORY_USED is set, the value returbed is the memory _effectively_ used or which _may_ be used by the calculator (this depends on the calculator model).