IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42312


Ignore:
Timestamp:
Dec 1, 2022, 10:03:02 AM (4 years ago)
Author:
eugene
Message:

add a clarifying comment

File:
1 edited

Legend:

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

    r42092 r42312  
    821821
    822822// find the file in the config list & generate a pmFPAfile for it based on the filerule
     823// return values (return, status):
     824// (not NULL, true) : file defined on RUN and can be loaded
     825// (NULL, true) : file not defined on RUN
     826// (NULL, false) : file defined on RUN, cannot be loaded
    823827pmFPAfile *pmFPAfileDefineFromRun(bool *success, pmFPAfile *bind, pmConfig *config, const char *filename)
    824828{
Note: See TracChangeset for help on using the changeset viewer.