Index: trunk/BNC/src/bncconst.h
===================================================================
--- trunk/BNC/src/bncconst.h	(revision 10619)
+++ trunk/BNC/src/bncconst.h	(revision 10791)
@@ -106,4 +106,15 @@
     return std::string();
   }
+
+  static char toSystem(type tt) {
+    std::string str = t_frequency::toString(tt);
+    if (str.length() > 0) {
+      return str[0];
+    }
+    else {
+      return '?';
+    }
+  }
+  
   static enum type toInt(std::string s) {
     // GPS
@@ -141,4 +152,6 @@
     return type();
   }
+
+  static type toFreq(char sys, char frqChar);
 };
 
