DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦b8c0ec74f⟧ TextFile

    Length: 1423 (0x58f)
    Types: TextFile
    Names: »grindposy-1.py«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/grindposy-1.py« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/grindposy-1.py« 

TextFile

-- automatically generated by rosy 3.1 #15 (killer-rat), do not edit!

IMAGE DEFINITIONS ::=

BEGIN

Initialize-INV ::=
	SEQUENCE {
	    proposed[0]
		IMPLICIT Version
		DEFAULT { version-1 }
	}

Initialize-RSP ::=
	SEQUENCE {
	    negotiated[0]
		IMPLICIT Version
		OPTIONAL
	}

VersionsSupported ::=
	SEQUENCE {
	    supported[0]
		IMPLICIT Version
	}

Version ::=
	BIT STRING {
	    version-1(0)
	}

ReadImage-INV ::=
	SEQUENCE {
		SEQUENCE OF
		    CHOICE {
			file-name[0]
			    IMPLICIT Filename,

			mail-address[1]
			    IMPLICIT Mail-Address
		    },

		SEQUENCE OF
		    Format
	}

ReadImage-RSP ::=
	SEQUENCE {
		CHOICE {
		    x-windows
			X-Windows-Bitmap
		}
	}

FormatsSupported ::=
	SEQUENCE {
	    supported[0]
		IMPLICIT Format
	}

Format ::=
	BIT STRING {
	    x-windows-bitmap(0)
	}

Filename ::=
    [APPLICATION 1]
	IMPLICIT GraphicString

Mail-Address ::=
    [APPLICATION 2]
	IMPLICIT SEQUENCE {
	    local[0]
		IMPLICIT GraphicString,

	    domain[1]
		IMPLICIT GraphicString,

	    options[2]
		IMPLICIT BIT STRING {
		    default-local(0),
		    default-host(1)
		}
		DEFAULT { default-local,  default-host }
	}

X-Windows-Bitmap ::=
    [APPLICATION 100]
	IMPLICIT SET {
	    width[0]
		IMPLICIT INTEGER,

	    height[1]
		IMPLICIT INTEGER,

	    hot-spot-x[2]
		IMPLICIT INTEGER
		DEFAULT -1,

	    hot-spot-y[3]
		IMPLICIT INTEGER
		DEFAULT -1,

	    data[4]
		IMPLICIT OCTET STRING
	}

END