IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2020, 2:44:55 PM (6 years ago)
Author:
eugene
Message:

rename libfits byte-type to gfbyte to avoid collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/SkyRegion.d

    r41395 r41422  
    1212FIELD   parent,    PARENT,         int,            sequence number in full table of parent
    1313FIELD   index,     INDEX,          int,            sequence number in full table of this entry
    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?
     14FIELD   depth,     DEPTH,          gfbyte,         depth of this entry
     15FIELD   child,     CHILD,          gfbyte,         does this entry have children?
     16FIELD   table,     TABLE,          gfbyte,         does this entry have a table?
    1717FIELD   name,      NAME,           char[18],       name / filename
    18 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
     18FIELD   hostFlags, HOST_FLAGS,     gfbyte,         flags to define host / backup usage
     19FIELD   hostID,    HOST_ID,        gfbyte,         host ID where data is stored
     20FIELD   backupID,  BACKUP_ID,      gfbyte,         host ID where backup is stored
    2121
    2222# 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.