IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2010, 5:08:29 PM (16 years ago)
Author:
eugene
Message:

updates to support psphotStack

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

  • trunk/psModules/src/objects/pmPhotObj.h

    r26893 r27657  
    3434 */
    3535typedef struct {
    36   int seq;                            ///< ID for output (generated on write OR set on read)
    37   psArray *sources;
     36    int id;                            ///< ID for output (generated on write OR set on read)
     37    psArray *sources;
     38    int flags;
     39    float x;
     40    float y;
    3841} pmPhotObj;
     42
     43bool pmPhotObjAddSource(pmPhotObj *object, pmSource *source);
     44pmPhotObj *pmPhotObjAlloc(void);
    3945
    4046/// @}
    4147# endif /* PM_PHOT_OBJ_H */
     48
Note: See TracChangeset for help on using the changeset viewer.