Changeset 6955
- Timestamp:
- Apr 21, 2006, 5:20:16 PM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 8 edited
-
astrom/pmConcepts.h (modified) (1 diff)
-
astrom/pmConceptsRead.c (modified) (2 diffs)
-
astrom/pmConceptsRead.h (modified) (1 diff)
-
astrom/pmConceptsWrite.c (modified) (2 diffs)
-
astrom/pmConceptsWrite.h (modified) (1 diff)
-
astrom/pmFPARead.h (modified) (1 diff)
-
config/pmConfig.c (modified) (3 diffs)
-
config/pmConfig.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmConcepts.h
r6931 r6955 3 3 4 4 #include "pslib.h" 5 6 5 #include "pmFPA.h" 7 8 6 9 7 // Function to call to parse a concept once it has been read -
trunk/psModules/src/astrom/pmConceptsRead.c
r6872 r6955 258 258 ) 259 259 { 260 #ifdef OMIT_PSDB 261 return false; 262 #else 263 260 264 pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level 261 265 if (!hdu) { … … 364 368 } 365 369 return false; 370 #endif 366 371 } 367 372 -
trunk/psModules/src/astrom/pmConceptsRead.h
r6872 r6955 2 2 #define PM_CONCEPTS_READ_H 3 3 4 #include "pslib.h" 4 5 #include "pmFPA.h" 5 6 6 7 7 bool pmConceptsReadFromCamera(psMetadata *specs, // The concept specifications -
trunk/psModules/src/astrom/pmConceptsWrite.c
r6896 r6955 404 404 ) 405 405 { 406 #ifdef OMIT_PSDB 407 return false; 408 #else 409 406 410 pmHDU *hdu = pmHDUGetLowest(NULL, NULL, cell); // The HDU at the lowest level 407 411 if (!hdu) { … … 519 523 } 520 524 return false; 525 #endif 521 526 } 522 527 -
trunk/psModules/src/astrom/pmConceptsWrite.h
r6872 r6955 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 7 8 6 9 7 bool pmConceptsWriteToCamera(psMetadata *specs, // The concept specifications -
trunk/psModules/src/astrom/pmFPARead.h
r6872 r6955 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 7 6 8 7 bool pmReadoutReadNext(pmReadout *readout, // Readout into which to read -
trunk/psModules/src/config/pmConfig.c
r6890 r6955 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04- 18 22:41:40$5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-22 03:20:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 561 561 psMetadata *site) 562 562 { 563 #ifdef OMIT_PSDB 564 return NULL; 565 #else 566 563 567 PS_ASSERT_PTR_NON_NULL(site, NULL); 564 568 psBool mdStatus01 = false; … … 577 581 578 582 return(psDBInit(dbServer, dbUsername, dbPassword, dbName)); 583 #endif 579 584 } 580 585 -
trunk/psModules/src/config/pmConfig.h
r6873 r6955 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04- 17 18:10:08$5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-22 03:20:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 14 14 #include "pslib.h" 15 16 15 17 16 // Configuration information … … 103 102 * 104 103 */ 105 #ifdef DOMIT_PSDB106 typedef psDB void;107 #endif108 109 104 psDB *pmConfigDB( 110 105 psMetadata *site
Note:
See TracChangeset
for help on using the changeset viewer.
