Previous: Automatic messages
Up: Object Classes
Next: Installing a Class
Previous Page: Automatic messages
Next Page: Messages to the driver
All methods defined by a class should be accessible through one entry point, called Class Driver. The calling sequence of the class driver is as follows:
CALL driver (msg,ivdsn,instr,idone)
instr is a structure which allows the caller and the driver to pass extra information. Driver Call Structure
structure/instr_t/ character*16 name ! Object name integer class ! Object class integer type ! Object type (sub-class) integer lun ! Fortran unit number for possible output integer pnt ! Pointer for returned data end structure
This form of the input structure allows the caller to request extra information to be returned via pnt.