Changeset 2301 for trunk/psLib/src/astronomy/psAstronomyErrors.h
- Timestamp:
- Nov 8, 2004, 2:36:13 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstronomyErrors.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstronomyErrors.h
r2273 r2301 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11-0 4 01:04:57$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-09 00:36:13 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 31 31 //~Start #define PS_ERRORTEXT_$1 "$2" 32 #define PS_ERRORTEXT_psTime_FILE_NOT_FOUND "Failed to open file %s. No %s information is available."32 #define PS_ERRORTEXT_psTime_FILE_NOT_FOUND "Failed to open file %s." 33 33 #define PS_ERRORTEXT_psTime_FILE_TOO_MANY_ROWS "Too many rows found in file %s. Max number of rows allowed is %d." 34 34 #define PS_ERRORTEXT_psTime_TIME_POSTDATES_TABLE "Specified psTime postdates (%g) the table of %s information." 35 35 #define PS_ERRORTEXT_psTime_TIME_PREDATES_TABLE "Specified psTime predates (%g) the table of %s information." 36 #define PS_ERRORTEXT_psTime_TIME_POSTDATES_TABLES "Specified psTime postdates (%g) all tables of %s information." 37 #define PS_ERRORTEXT_psTime_TIME_PREDATES_TABLES "Specified psTime predates (%g) all tables of %s information." 36 38 #define PS_ERRORTEXT_psTime_TABLE_DUPLICATE_ROWS "The %s table was found to have two rows of the same time value." 37 39 #define PS_ERRORTEXT_psTime_TYPE_UNKNOWN "Specified type, %d, is not supported." 40 #define PS_ERRORTEXT_psTime_TYPE_INCORRECT "Specified type, %d, is incorrect." 38 41 #define PS_ERRORTEXT_psTime_TYPE_MISMATCH "Specified psTime parameters must have same type." 39 42 #define PS_ERRORTEXT_psTime_GET_TOD_FAILED "Failed to determine the current time from gettimeofday function." … … 42 45 #define PS_ERRORTEXT_psTime_USEC_INVALID "The psTime usec attribute value, %u, is invalid. Must be less than 1e6." 43 46 #define PS_ERRORTEXT_psTime_ISOTIME_MALFORMED "Specified ISO Time string, '%s', is malformed. Must be in 'YYYY-MM-DDThh:mm:ss.sss' format." 47 #define PS_ERRORTEXT_psTime_INTERPOLATION_FAILED "Failed time table interpolation." 48 #define PS_ERRORTEXT_psTime_INTERPOLATION_FAILED_NAME "Failed time table interpolation for '%s'." 49 #define PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED "Failed find '%s' in time metadata." 50 #define PS_ERRORTEXT_psTime_BAD_TABLE_COUNT "Incorrect number of table files entered. Found: %d. Expected: %d." 51 #define PS_ERRORTEXT_psTime_BAD_VECTOR "Incorrect vector size. Size: %d, Expected %d." 44 52 #define PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNDEFINED "The projection type, %s, is undefined." 45 53 #define PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN "The projection type, %d, is unknown."
Note:
See TracChangeset
for help on using the changeset viewer.
