package SoftwareApps public with Sensors, Actuators, UserInterface; system CruiseControl features cc_wrs: feature group inverse of Sensors::wrs_cc_type; cc_bp: feature group inverse of Sensors::bp_cc_type; cc_ui:feature group inverse of UserInterface::ui_cc_type; cc_ta: feature group inverse of Actuators::ta_cc_type; cc_ud: feature group inverse of UserInterface::ud_cc_type; flows --Brake Pedal to Throttle flow path Flow_B_T: flow path cc_bp -> cc_ta { latency => 15ms .. 15ms; }; --Wheel Rotation Sensor to Throttle flow path Flow_W_T: flow path cc_wrs -> cc_ta { latency => 20ms .. 20ms; }; end CruiseControl; end SoftwareApps;