module SoftwareInputsVariables ! use CVoidEventHandlerCollection type:: SoftwareInputsType real :: HookHeight = 0 real :: IbopHeight = 0 real :: NearFloorConnection = 0 real :: SafetyValveHeight = 0 logical :: SlackOff = .false. integer :: StandRack = 0 real :: StringPressure = 0 real :: TdsStemJointHeight = 0 logical :: ZeroStringSpeed = .false. end type SoftwareInputsType contains end module