00001 // CLASSIFICATION: UNCLASSIFIED 00002 00003 #ifndef Precision_H 00004 #define Precision_H 00005 00006 00007 namespace MSP 00008 { 00009 namespace CCS 00010 { 00011 class Precision 00012 { 00013 public: 00014 00015 enum Enum 00016 { 00017 degree, 00018 tenMinute, 00019 minute, 00020 tenSecond, 00021 second, 00022 tenthOfSecond, 00023 hundrethOfSecond, 00024 thousandthOfSecond, 00025 tenThousandthOfSecond 00026 }; 00027 }; 00028 } 00029 } 00030 00031 #endif 00032 00033 00034 // CLASSIFICATION: UNCLASSIFIED