3 Database Management

 3.1 Workstation Names
 3.2 Workstation Description Table

3.1 Workstation Names

It is the responsibility of the system manager to set up and maintain the database of workstation name translations. This section describes the structure of the database and the modifications that the system manager typically has to make when installing the system.

3.1.1 GKS Names

The GKS workstation names are stored in a text file which is found by looking in turn for:

Each line in the file describes one workstation name and contains the name, the GKS workstation type that it translates to, the device name of the workstation, a short description of the workstation and, optionally, the network node from which the device is accessible and a sequence number (see section 3.1.3). The fields are separated by the slash (/) character and a complete record might look like:

  IKON_A/3200/XAA0:/Ikon Image display A/NODEA/ 1/

However, the device name field is usually blank which means that the default device associated with the workstation type is used, the node field will usually be blank as it is only used on VMS systems and the sequence number will normally be absent; so most records in the file will be more like:

  tek4010/201/ /Tektronix 4010 terminal/

An explicit device name is only required when you need different names for two or more devices of the same type.

For X window devices the device name is used as the GWM window name, and the sequence number should be left blank.

  xwindows/3800/xwindows/X Windows/

The system is distributed with a file containing a name for every workstation type supported by RAL-GKS and so will work without any modification. However, programs that list the available workstations will present users with a long list of workstation names, many of which are probably not available, so the first task is to delete from the file the definitions for devices that are not available on your system.

As well as eliminating extraneous names from listings of available workstations this will also make abbreviations more useful. For example, some of the names are somewhat unwieldy because they have to be able to distinguish between different devices made by the same manufacturer such as cifer_t5 for the Cifer T5 terminal and cifer_2634 for the Cifer 2634. If, on a system with only one sort of Cifer terminal the unwanted name is deleted, then cifer becomes an acceptable abbreviation.

Having edited gns_gksnames you should test the system by running the demonstration program described in section 2.4.

3.1.2 IDI Names

The IDI workstation names are stored in a text file which is opened in the same way as the GKS names files but with GKS replaced by IDI. Each line in the file describes one workstation name and contains the name, the IDI workstation type that it translates to (a two or three character code), the device name of the workstation, a short description of the workstation and, optionally, the network node from which the device is accessible and a sequence number (see section 3.1.3). For example:

  xwindows/XW/xwindows/X Windows/ / /
  x2windows/XW2/xwindows2/X Windows/ / /

The use of the node name field is the same as for GKS names (see section 3.1.1). For X window devices the first two characters of the workstation type must be ’XW’, the device name is a string (up to 10 characters) which is used as the GWM window name, and the sequence number should be left blank.

3.1.3 Sequence numbers

The sequence number can be thought of as a kind of serial number which uniquely identifies a device. The main purpose of the sequence number is to identify multiple names that refer to the same physical device (or workstation window). Each device has to have its own sequence number as in the following GKS example:

  xwindows/   3800/xwindows/X window 1/ / 1/
  xoverlay/ 3805/xwindows/X window 1/ / 1/
  xwindows2/   3801/xwindows2/X window 2/ / 2/
  xoverlay2/ 3806/xwindows2/X window 2/ / 2/

The sequence number refers to the physical device, so that devices that have multiple names should have the same sequence number. This also applies to devices that have multiple GKS workstation types, such as an overlay plane, or image display with VT terminal interface.

If a sequence number has been set in the gns_gksnames file and the same device has an entry in the gns_idinames file then it should be given the same sequence number (and vice versa). That is if a device supports both GKS and IDI then the sequence number should be the same in both files. Continuing the previous example the gns_idinames file would have the following entries:

  xwindows/   XW/xwindows/X window 1/ / 1/
  xwindows2/  XW2/xwindows2/X window 2/ / 2/

A sequence number is an integer in the range 1 to 99. If the sequence number is not present in the database then a default value of 0 is used.

3.2 Workstation Description Table

3.2.1 GKS Descriptions

The workstation description file only needs to be modified if a new device type is supported by GKS so this section will only be of interest to someone adding a new workstation handler.

The workstation description table is stored in a binary file gns_gksdevices (located in a similar way to the names files). This binary file is built from a text version of the description table by running the program gksbuild. (gksbuild is not normally installed and must be created by re-building the gns libary.)

The description table distributed with the system contains an entry for every workstation type supported by GKS-UK and is built from the text file gksdevices.txt which can be used as a template for any changes or additions.

The text file looks something like:

  WORKSTATION = 10
    CLASS = METAFILE_INPUT
    OUTPUT =  FILE
  WORKSTATION = 50
    CLASS = METAFILE_OUTPUT
    OUTPUT = FILE
  WORKSTATION = 101
    CLASS = TERMINAL
    SCALE = 3.3833E-4
    OUTPUT = DIRECT
    CLEAR = SELECTIVE

Each workstation description starts with WORKSTATION =type and contains a list of statements of the form keyword =value.

The value field takes one of the following forms:

Integer
A decimal integer.
Real
A real number constructed according to the usual FORTRAN rules but without any imbedded spaces.
Keyword
A character keyword.
Character string
A character string delimited by the first non-space character following the equals sign and the next occurrence of that same character. When character strings are being interpreted the ^ character is used as an “escape” character for inserting control characters (e.g. control Z (ASCII 26) is represented by ^Z). A literal ^ character is represented by ^^.

The only mandatory keyword is CLASS which indicates to which category of device the workstation belongs and must have one of the following keywords as its value 1:

  GRAPHICS_OVERLAY
  IMAGE_DISPLAY
  IMAGE_OVERLAY
  MATRIX_PRINTER
  METAFILE_INPUT
  METAFILE_OUTPUT
  PEN_PLOTTER
  TERMINAL
  WINDOW
  WINDOW_OVERLAY

For all workstation types other than those of class TERMINAL, METAFILE_INPUT and METAFILE_OUTPUT the keyword DEFAULT_NAME is also mandatory. The value must be the name of the device used when the workstation is opened with a connection identifier of 0. For devices of class TERMINAL the logged-on terminal is used in these circumstances.

Other keywords describe such things as the approximate size of “device units” and a character string that can be used to clear the text screen of a terminal.

A complete list of all the keywords that can appear in the description file can be found in appendix A.

3.2.2 IDI Descriptions

There is an equivalent description file for IDI stored in a binary file gns_ididevices (located in a similar way to the names files). This binary file is built from a text version of the description table by running idibuild. At present the description table only contains one entry which is the AGITYPE; this is mandatory for an IDI workstation. The text file looks something like:

  WORKSTATION = /XW/
    AGITYPE = 3800
  WORKSTATION = /XW2/
    AGITYPE = 3801

1an image overlay is a graphics overlay that is also capable of plotting cell arrays