Changeset 23719 for branches/pap/ppSub/src/ppSubDefineOutput.c
- Timestamp:
- Apr 6, 2009, 6:52:51 PM (17 years ago)
- Location:
- branches/pap/ppSub/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSubDefineOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c
-
- Property svn:ignore
-
branches/pap/ppSub/src/ppSubDefineOutput.c
r23711 r23719 21 21 #include "ppSub.h" 22 22 23 bool ppSubDefineOutput(const char *name, pmConfig *config , const ppSubData *data, const pmFPAview *view)23 bool ppSubDefineOutput(const char *name, pmConfig *config) 24 24 { 25 25 psAssert(name, "Require name"); 26 26 psAssert(config, "Require configuration"); 27 psAssert(view, "Require view");28 27 28 pmFPAview *view = ppSubViewReadout(); // View to readout 29 29 pmCell *outCell = pmFPAfileThisCell(config->files, view, name); // Output cell 30 30 pmFPA *outFPA = outCell->parent->parent; // Output FPA … … 45 45 pmReadout *inConv = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT.CONV"); // Input readout 46 46 pmReadout *refConv = pmFPAfileThisReadout(config->files, view, "PPSUB.REF.CONV"); // Reference readout 47 psFree(view); 47 48 48 49 // Add kernel descrption to header.
Note:
See TracChangeset
for help on using the changeset viewer.
