28 inline static double deg2rad(
double deg) {
return (deg * (M_PI / 180.0)); }
static std::vector< double > analog_str_buf_to_double_vec(const std::string &str)
Convert comma-delimited string to double vector of analog values.
static std::vector< int > analog_str_buf_to_int_vec(const std::string &str)
Convert comma-delimited string to int vector of analog values.
static double deg2rad(double deg)
Convert degrees to rad.
Range stucture (templated)