1 #ifndef HRK_LMS_COMMON_H
2 #define HRK_LMS_COMMON_H
18 static long parse_frequency(
const std::vector<std::string>& tokens);
20 parse_angle_resolution(
const std::vector<std::string>& tokens);
22 static long parse_Uint_32(
const std::string& text_value,
int base = 16);
23 static long parse_Int_32(
const std::string& text_value,
int base = 16);
Definition: Lms_common.h:15