xmscore  1.0
xmstype.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 //----- Included files ---------------------------------------------------------
11 
12 //----- Forward declarations ---------------------------------------------------
13 
14 //----- Namespace declaration --------------------------------------------------
15 
16 namespace xms
17 {
18 //----- Constants / Enumerations -----------------------------------------------
19 
20 #define XM_NODATA -9999999
21 #define XM_SUCCESS 0
22 #define XM_FAILURE 1
23 #define XM_ZERO_TOL 0.000001
24 #define XM_PI 3.1415926535897932384626433832795
25 #define XM_NONE -1
26 
27 //----- Structs / Classes ------------------------------------------------------
28 
29 //----- Function prototypes ----------------------------------------------------
30 
31 } // namespace xms