30struct SensorIdentifier
32 SensorIdentifier() =
delete;
33 enum value_type :
unsigned short
51 static value_type from_string(
const std::string& s);
53 static std::string to_string(value_type v);
55 static bool is_valid_type(value_type sensor_id, SensorDataType::value_type type);
57 static SensorDataType::value_type get_internal_type(value_type sensor_id);
59 static pmt::pmt_t convert_to_internal_type(value_type sensor_id, SensorDataType::value_type original_type,
const pmt::pmt_t& value);