IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2006, 8:53:32 AM (20 years ago)
Author:
eugene
Message:

added image lock/unlock functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r5945 r6235  
    318318
    319319/*** DVO image db I/O Functions ***/
     320int dvo_image_lock (FITS_DB *db, char *filename, double timeout, int lockstate);
     321int dvo_image_unlock (FITS_DB *db);
    320322int dvo_image_load (FITS_DB *db, int VERBOSE, int FORCE_READ);
    321323int dvo_image_save (FITS_DB *db, int VERBOSE);
Note: See TracChangeset for help on using the changeset viewer.