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

⟦febb244b2⟧ Ada Source

    Length: 12288 (0x3000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Xlbip_Event_Converters, seg_004f1d

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 Xlbt_Event3;  
use Xlbt_Event3;

with Xlbmp_Generic_Converters;  
use Xlbmp_Generic_Converters;

package Xlbip_Event_Converters is
------------------------------------------------------------------------------
-- X Library Internal X_Event/X_Raw_Data Conversions
--
-- Xlbip_Event_Converters - Conversions to/from system data types.
------------------------------------------------------------------------------
-- Copyright 1989 - 1991 by Rational, Santa Clara, California.
--
--                  All Rights Reserved.
--
-- Permission to use, copy, modify, and distribute this software and its
-- documentation for any purpose and without fee is hereby granted,
-- provided that the above copyright notice(s) appear in all copies and that
-- both that copyright notice(s) and this permission notice appear in
-- supporting documentation, and that the name of Rational not be used in
-- advertising or publicity pertaining to distribution of the software
-- without specific, written prior permission.
--
-- Rational disclaims all warranties with regard to this software, including
-- all implied warranties of merchantability and fitness, in no event shall
-- Rational be liable for any special, indirect or consequential damages or
-- any damages whatsoever resulting from loss of use, data or profits, whether
-- in an action of contract, negligence or other tortious action, arising out
-- of or in connection with the use or performance of this software.
------------------------------------------------------------------------------

--\x0c
    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Button_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Button_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Circulate_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Circulate_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Circulate_Request_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Circulate_Request_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Client_Message_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Client_Message_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Colormap_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Colormap_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Configure_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Configure_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Configure_Request_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Configure_Request_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Create_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Create_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Destroy_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Destroy_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Enter_Leave_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Enter_Leave_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Expose_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Expose_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Focus_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Focus_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Graphics_Expose_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Graphics_Expose_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Gravity_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Gravity_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Keymap_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Keymap_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Key_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Key_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Mapping_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Mapping_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Map_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Map_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Map_Request_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Map_Request_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Motion_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Motion_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_No_Expose_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_No_Expose_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Property_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Property_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Reparent_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Reparent_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Resize_Request_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Resize_Request_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Selection_Clear_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Selection_Clear_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Selection_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Selection_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Selection_Request_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Selection_Request_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Unmap_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Unmap_Notify_Event);

    procedure From_Raw is  
       new Convert_Raw_To_Private (X_Visibility_Notify_Event);  
    procedure To_Raw   is  
       new Convert_Private_To_Raw (X_Visibility_Notify_Event);

end Xlbip_Event_Converters;  

E3 Meta Data

    nblk1=b
    nid=0
    hdr6=16
        [0x00] rec0=18 rec1=00 rec2=01 rec3=014
        [0x01] rec0=16 rec1=00 rec2=02 rec3=028
        [0x02] rec0=00 rec1=00 rec2=0b rec3=008
        [0x03] rec0=1a rec1=00 rec2=03 rec3=01e
        [0x04] rec0=00 rec1=00 rec2=0a rec3=018
        [0x05] rec0=1d rec1=00 rec2=04 rec3=020
        [0x06] rec0=00 rec1=00 rec2=09 rec3=014
        [0x07] rec0=1b rec1=00 rec2=05 rec3=04e
        [0x08] rec0=00 rec1=00 rec2=08 rec3=018
        [0x09] rec0=1c rec1=00 rec2=06 rec3=04e
        [0x0a] rec0=19 rec1=00 rec2=07 rec3=000
    tail 0x2170066668197809ecd2c 0x42a00088462063203