Changeset 41395 for trunk/Ohana/src/libautocode/def/SkyRegion.d
- Timestamp:
- Aug 7, 2020, 2:06:23 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/def/SkyRegion.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/def/SkyRegion.d
r33647 r41395 12 12 FIELD parent, PARENT, int, sequence number in full table of parent 13 13 FIELD index, INDEX, int, sequence number in full table of this entry 14 FIELD depth, DEPTH, char, depth of this entry15 FIELD child, CHILD, char, does this entry have children?16 FIELD table, TABLE, char, does this entry have a table?14 FIELD depth, DEPTH, byte, depth of this entry 15 FIELD child, CHILD, byte, does this entry have children? 16 FIELD table, TABLE, byte, does this entry have a table? 17 17 FIELD name, NAME, char[18], name / filename 18 FIELD hostFlags, HOST_FLAGS, char, flags to define host / backup usage19 FIELD hostID, HOST_ID, unsigned char,host ID where data is stored20 FIELD backupID, BACKUP_ID, unsigned char,host ID where backup is stored18 FIELD hostFlags, HOST_FLAGS, byte, flags to define host / backup usage 19 FIELD hostID, HOST_ID, byte, host ID where data is stored 20 FIELD backupID, BACKUP_ID, byte, host ID where backup is stored 21 21 22 22 # note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and
Note:
See TracChangeset
for help on using the changeset viewer.
