Changeset 41422 for trunk/Ohana/src/libautocode/def/SkyRegion.d
- Timestamp:
- Sep 24, 2020, 2:44:55 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
r41395 r41422 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, byte,depth of this entry15 FIELD child, CHILD, byte,does this entry have children?16 FIELD table, TABLE, byte,does this entry have a table?14 FIELD depth, DEPTH, gfbyte, depth of this entry 15 FIELD child, CHILD, gfbyte, does this entry have children? 16 FIELD table, TABLE, gfbyte, does this entry have a table? 17 17 FIELD name, NAME, char[18], name / filename 18 FIELD hostFlags, HOST_FLAGS, byte,flags to define host / backup usage19 FIELD hostID, HOST_ID, byte,host ID where data is stored20 FIELD backupID, BACKUP_ID, byte,host ID where backup is stored18 FIELD hostFlags, HOST_FLAGS, gfbyte, flags to define host / backup usage 19 FIELD hostID, HOST_ID, gfbyte, host ID where data is stored 20 FIELD backupID, BACKUP_ID, gfbyte, 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.
