TiRegular Structure

file_def.h (filesxx.h)

struct TiRegular

Fields

@TicalcType@ calc_type
the calculator model
char* default_folder
the folder where variable is stored by default (8 chars max)
char* comment
a comment to store in the file (41 chars max)
int num_entries
the # of TiVarEntry to read/write
TiVarEntry *entries
an array of variables
uint16_t checksum
a checksum


Summary

A generic structure used to store a TI formated file.

Description

This structure is used by many functions which need to manipulate TI files (at least the single/group files, embrassed as regular files). This structure is generic, that is to say common to all calcs. Some fields can be manipulated by the developer:
- calc_type
- default_folder
- comment
- num_entries
- entries
the others are internally used:
- checksum

See also

TiVarEntry


Return to the API index