DataType
List of: Enumerations
Subjects: Entity
Contents: Kernel

Purpose: Written to a binary SAT file to identify the type of data items in an unknown ENTITY. They are given explicitly and must not be changed.

Filename: kern/kernel/kernutil/fileio/tagdata.hxx

Values: no_type=0 no type

byte_type=1 byte (unsigned character)

char_type=2 character

short_type=3 short integer

long_type=4 long integer

float_type=5 floating point

double_type=6 double

short_char_string=7 short character string

char_string=8 character string

long_char_string=9 long character string

logical_true=10 TRUE

logical_false=11 FALSE

pointer_type=12 pointer

level_1_id=13 level 1 ID (character)

level_2_id=14 level 2 ID (character)

subtype_start=15 beginning of subtype, {

subtype_end=16 end of subtype, }

terminator=17 entity terminator

literal_char_string=18 literal character string

position_type=19 SPAposition

vector_type=20 SPAvector

enum_type=21 enumeration
PDF/KERN/42EN.PDF
HTM/DATA/KERN/KERN/42EN/0014.HTM