00001 00002 #ifndef TCASTYPES_H 00003 #define TCASTYPES_H 00004 00009 enum threatType 00010 { 00011 threatOther=0, 00012 threatProximate=1, 00013 threatIntruding=2, 00014 threatReal=3, 00015 threatNone=0 00016 }; 00017 00022 enum trendDir 00023 { 00024 ascending = 0, 00025 descending = 1, 00026 none = 2 // none is used when there is no information on position, e.g. for the "pie display". 00027 }; 00028 00029 #endif
1.4.7