Changeset 247 for trunk/archive/pslib/include/psPosition.h
- Timestamp:
- Mar 15, 2004, 3:20:03 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPosition.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPosition.h
r226 r247 2 2 #define PS_POSITION_H 3 3 4 /* Include array declaration macros */ 5 #include "psArray.h" 6 #include "psObjects.h" 7 8 /***********************************************************************************************************/ 9 10 /** Magic values for errors */ 11 enum { 12 PS_NO_VALUE = -111, //!< Corresponding value not yet measured 13 PS_NO_ERROR = -222 //!< Corresponding value has no error 14 }; 4 /** \file psPosition.h 5 * \brief Definitions of objects in 2-D space 6 * \ingroup AstroGroup 7 */ 15 8 16 9 /***********************************************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
