00001 #ifndef _tags_H 00002 #define _tags_H 1 00003 00004 #include <string> 00005 00006 namespace tags{ 00007 00008 const std::string TTC = "times"; 00009 const std::string chiller = "chiller"; 00010 const std::string hv = "hv"; 00011 const std::string beetle = "beetle"; 00012 const std::string thybrid = "thybrid"; 00013 const std::string tprobe = "tprobe"; 00014 const std::string timestamp = "timestamp"; 00015 }; 00016 00017 #endif