00001 #ifndef DBALLE_CPP_FORMAT_H
00002 #define DBALLE_CPP_FORMAT_H
00003
00004 #include <string>
00005
00006 namespace dballe {
00007
00009 std::string describeLevel(int ltype1, int l1, int ltype2, int l2);
00010
00012 std::string describeTrange(int ptype, int p1, int p2);
00013
00014 }
00015
00016 #endif