DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8a3c2c128⟧ Ada Source

    Length: 2048 (0x800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, seg_00b292

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



WITH Interchange;
WITH Transport_Interchange;
PACKAGE BODY Complex_Number_Interchange IS




   PROCEDURE Put (Into : Transport_Stream.Stream_Id;  
                  Data : Complex_Number.Number) IS
   BEGIN
      Transport_Interchange.Put (Into => Into,
                                 Data => Interchange.Float (Data.Real));
      Transport_Interchange.Put (Into => Into,
                                 Data => Interchange.Float (Data.Imag));
   END Put;


   PROCEDURE Get (From :     Transport_Stream.Stream_Id;  
                  Data : OUT Complex_Number.Number) IS
   BEGIN
      Transport_Interchange.Get (From => From,
                                 Data => Interchange.Float (Data.Real));
      Transport_Interchange.Get (From => From,
                                 Data => Interchange.Float (Data.Imag));
   END Get;
END Complex_Number_Interchange;

E3 Meta Data

    nblk1=1
    nid=0
    hdr6=2
        [0x00] rec0=1c rec1=00 rec2=01 rec3=000
    tail 0x21708270c81fa632eeea1 0x489e0066482863c01