IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 4:21:03 PM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFPAMaskWeight.[ch]. Moving NOT_U8 and NOT_U16 macros into psLib (and renamed with PS_ prefix). Updating other files that use these macros so that they compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r9585 r9594  
    605605            pmFPAfile *file = item->data.V;
    606606            if (state) {
    607                 file->state &= NOT_U8(PM_FPA_STATE_INACTIVE);
     607                file->state &= PS_NOT_U8(PM_FPA_STATE_INACTIVE);
    608608            } else {
    609609                file->state |= PM_FPA_STATE_INACTIVE;
     
    625625    }
    626626    if (state) {
    627         file->state &= NOT_U8(PM_FPA_STATE_INACTIVE);
     627        file->state &= PS_NOT_U8(PM_FPA_STATE_INACTIVE);
    628628    } else {
    629629        file->state |= PM_FPA_STATE_INACTIVE;
Note: See TracChangeset for help on using the changeset viewer.