Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- module CStudentStationVariables
- use CVoidEventHandlerCollection
- implicit none
- public
-
- ! Input vars
- logical :: FillupHeadInstallation
- type(VoidEventHandlerCollection) :: OnFillupHeadInstallationPress
- type(VoidEventHandlerCollection) :: OnFillupHeadRemovePress
-
-
- logical :: MudBoxInstallation
- type(VoidEventHandlerCollection) :: OnMudBoxInstallationPress
- type(VoidEventHandlerCollection) :: OnMudBoxRemovePress
-
- logical :: TapSelector
- logical :: PitGainLossZero
- ! Output vars
-
- contains
- end module CStudentStationVariables
|