IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2020, 2:06:23 PM (6 years ago)
Author:
eugene
Message:

libfits I/O operations where using signed char instead of unsigned char for byte-values table columns (B) -- this only affects the definition of SkyRegion.d

File:
1 edited

Legend:

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

    r33647 r41395  
    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,          char,           depth of this entry
    15 FIELD   child,     CHILD,          char,           does this entry have children?
    16 FIELD   table,     TABLE,          char,           does this entry have a table?
     14FIELD   depth,     DEPTH,          byte,           depth of this entry
     15FIELD   child,     CHILD,          byte,           does this entry have children?
     16FIELD   table,     TABLE,          byte,           does this entry have a table?
    1717FIELD   name,      NAME,           char[18],       name / filename
    18 FIELD   hostFlags, HOST_FLAGS,     char,           flags to define host / backup usage
    19 FIELD   hostID,    HOST_ID,        unsigned char,  host ID where data is stored
    20 FIELD   backupID,  BACKUP_ID,      unsigned char,  host ID where backup is stored
     18FIELD   hostFlags, HOST_FLAGS,     byte,           flags to define host / backup usage
     19FIELD   hostID,    HOST_ID,        byte,           host ID where data is stored
     20FIELD   backupID,  BACKUP_ID,      byte,           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.