Simulation Core
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

48 lignes
898 B

  1. module CElevatorEnum
  2. use OperationScenariosModule
  3. implicit none
  4. contains
  5. subroutine Evaluate_Elevator()
  6. implicit none
  7. ! if (DriveType == TopDrive_DriveType) then
  8. !#ifdef OST
  9. ! if(print_log) print*, 'Evaluate_Elevator=TopDrive'
  10. !#endif
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. ! endif
  29. !
  30. !
  31. !
  32. !
  33. ! if (DriveType == Kelly_DriveType) then
  34. !#ifdef OST
  35. ! if(print_log) print*, 'Evaluate_Elevator=Kelly'
  36. !#endif
  37. ! endif
  38. end subroutine
  39. subroutine Subscribe_Elevator()
  40. implicit none
  41. ! imp me...
  42. end subroutine
  43. end module CElevatorEnum