Changeset 9570 for trunk/psModules/src/concepts/pmConceptsWrite.c
- Timestamp:
- Oct 13, 2006, 3:02:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsWrite.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsWrite.c
r9539 r9570 220 220 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 221 221 222 bool p mConceptsWriteToCamera(psMetadata *specs, // The concept specifications223 pmCell *cell, // The cell224 psMetadata *concepts // The concepts225 )222 bool p_pmConceptsWriteToCells(psMetadata *specs, // The concept specifications 223 pmCell *cell, // The cell 224 psMetadata *concepts // The concepts 225 ) 226 226 { 227 227 PS_ASSERT_PTR_NON_NULL(specs, false); … … 291 291 } 292 292 293 bool p mConceptsWriteToDefaults(psMetadata *specs, // The concept specifications294 pmFPA *fpa, // The FPA295 pmChip *chip, // The chip296 pmCell *cell, // The cell297 psMetadata *concepts // The concepts298 )293 bool p_pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications 294 pmFPA *fpa, // The FPA 295 pmChip *chip, // The chip 296 pmCell *cell, // The cell 297 psMetadata *concepts // The concepts 298 ) 299 299 { 300 300 PS_ASSERT_PTR_NON_NULL(specs, false); … … 357 357 358 358 359 bool p mConceptsWriteToHeader(psMetadata *specs, // The concept specifications360 pmFPA *fpa, // The FPA361 pmChip *chip, // The chip362 pmCell *cell, // The cell363 psMetadata *concepts // The concepts364 )359 bool p_pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications 360 pmFPA *fpa, // The FPA 361 pmChip *chip, // The chip 362 pmCell *cell, // The cell 363 psMetadata *concepts // The concepts 364 ) 365 365 { 366 366 PS_ASSERT_PTR_NON_NULL(specs, false); … … 405 405 406 406 // XXX Warning: This code has not been tested at all 407 bool p mConceptsWriteToDatabase(psMetadata *specs, // The concept specifications408 pmFPA *fpa, // The FPA409 pmChip *chip, // The chip410 pmCell *cell, // The cell411 psDB *db,// The database handle412 psMetadata *concepts // The concepts413 )407 bool p_pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications 408 pmFPA *fpa, // The FPA 409 pmChip *chip, // The chip 410 pmCell *cell, // The cell 411 psDB *db,// The database handle 412 psMetadata *concepts // The concepts 413 ) 414 414 { 415 415 PS_ASSERT_PTR_NON_NULL(specs, false);
Note:
See TracChangeset
for help on using the changeset viewer.
