package Sensors public with sei; device WheelRotationSensor features wrs_cc: feature group wrs_cc_type; flows wrs_source: flow source wrs_cc { Latency => 5ms .. 5ms; }; properties SEI::NetWeight => 0.22 kg; end WheelRotationSensor; device BrakePedal features bp_cc: feature group bp_cc_Type; flows bp_source: flow source bp_cc { Latency => 7ms .. 7ms; }; properties SEI::NetWeight => 0.3 kg; end BrakePedal; feature group wrs_cc_type end wrs_cc_type; feature group bp_cc_type end bp_cc_type; end Sensors;