List of all functions/instructions available in R3 programming language for flash management (independent of hardware type).
Legend: R = allowed use in Rules - T = allowed use in Tasks - I = Instruction - F = Function (thus has a return value) |
||||
---|---|---|---|---|
Keyword |
R |
T |
F/I |
Description |
f_avail() |
- |
T |
F |
Memory available on Compact Flash (CF) |
f_close() |
- |
T |
F |
Closing a file opened in CF |
f_copy() |
- |
T |
F |
Copying the contents of a file to a new file |
f_del() |
- |
T |
F |
Deleting a file on the CF |
f_dir() |
- |
T |
F |
Information about files contained in CF |
f_gets() |
- |
T |
F |
Reads from CF a file opened in text mode |
f_mkdir() |
- |
T |
F |
Creates a new directory in CF |
f_open() |
- |
T |
F |
Opens a file in CF |
f_puts() |
- |
T |
F |
Writes to a file on the CF that is open in text mode |
f_read() |
- |
T |
F |
Reads from CF a file opened in binary mode |
- |
T |
F |
Reads from CF an ascii file and loads the values in it into variables (checks for overflow from the buffer) |
|
- |
T |
F |
Reads from CF an ascii file and loads the values in it into variables |
|
f_rename() |
- |
T |
F |
Renames a file in CF |
f_seek() |
- |
T |
F |
Moves the pointer inside a file on the CF |
f_write() |
- |
T |
F |
Writes to a file on the CF opened in binary mode |
f_format() |
- |
T |
F |
Formats CF partitions |