next up previous contents
Next: Method Definitions Up: No Title Previous: Introduction

Defining a New Package

All ASTERIX methods are grouped into packages. Each package has assigned to it a different number, defined as an integer constant in the include file /star/asterix/kernel/lib/inc/AST_PKG. To define a new set of methods, simply add a unique identifier and number to this file, eg.

      INTEGER                   NEW__PKG
        PARAMETER               ( NEW__PKG = 123 )
If adding more methods and/or definitions to an existing package then no changes need be made to this file.



Asterix
Tue Jun 23 11:33:25 BST 1998