UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
WarningMessages.h
Go to the documentation of this file.
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 #ifndef WarningMessages_H
4 #define WarningMessages_H
5 
6 
13 #include "DtccApi.h"
14 
15 namespace MSP
16 {
17  namespace CCS
18  {
20  {
21  public:
22 
23  // Coordinate warning messages
24  static const char* longitude;
25  static const char* latitude;
26 
27  static const char* datum;
28 
29  };
30  }
31 }
32 
33 #endif
34 
35 // CLASSIFICATION: UNCLASSIFIED