Changeset 5760 for trunk/psModules/src
- Timestamp:
- Dec 12, 2005, 10:11:07 AM (21 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 edited
-
config/pmConfig.c (modified) (3 diffs)
-
objects/pmObjects.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r5516 r5760 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2005-1 1-15 20:09:03$5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2005-12-12 20:11:06 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 const char *description) // Description of file 29 29 { 30 int numBadLines = 0;30 unsigned int numBadLines = 0; 31 31 32 32 psLogMsg(__func__, PS_LOG_INFO, "Loading %s configuration from file %s\n", … … 359 359 } else if (cameraItem->type == PS_DATA_STRING) { 360 360 psTrace(__func__, 5, "Reading camera configuration for %s...\n", cameraItem->name); 361 int badLines = 0; // Number of bad lines in reading camera configuration361 unsigned int badLines = 0; // Number of bad lines in reading camera configuration 362 362 camera = psMetadataConfigParse(NULL, &badLines, cameraItem->data.V, true); 363 363 if (badLines > 0) { -
trunk/psModules/src/objects/pmObjects.h
r5255 r5760 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-1 0-10 19:53:40$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-12-12 20:11:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 * values with specific meanings that other functions can add to or define? 37 37 */ 38 enum {38 typedef enum { 39 39 PSPHOT_MASK_CLEAR = 0x00, 40 40 PSPHOT_MASK_INVALID = 0x01,
Note:
See TracChangeset
for help on using the changeset viewer.
