Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.39 KB | None | 0 0
  1. with Datos, Ada.Text_IO;
  2. use Datos, Ada.Text_IO;
  3. package Control is
  4.    procedure ControlST2(ST2 : Temperatura ; SC1 : out Caudal); -- Sistema de control del campo solar
  5.    procedure ControlSD1(SD1 : Radiacion ; SC2 : out Caudal); -- Sistema de control de modulo MD
  6.    procedure SistemaSeguridad(ST2 : Temperatura ; SC1 : out Caudal ; SC2 : out Caudal); -- Sistema de seguridad
  7. end Control;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement