IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 4:48:28 PM (18 years ago)
Author:
eugene
Message:

add pmSourceModeFrom/ToString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r15980 r16066  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-01-02 20:39:04 $
     5 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-01-15 02:48:28 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    233233int             pmSourceSortByY (const void **a, const void **b);
    234234
     235pmSourceMode pmSourceModeFromString (const char *name);
     236char *pmSourceModeToString (const pmSourceMode mode);
     237
    235238/// @}
    236239# endif /* PM_SOURCE_H */
Note: See TracChangeset for help on using the changeset viewer.