Auxiliary Subroutine Library
- Last UpdatedJan 05, 2024
- 1 minute read
Accompanying a release of Marine DARs is a library of auxiliary subroutines in source code that the DARs programmer may find useful in a number of ways:
-
For calling from an application program
-
For examples of the use of data access routines
-
For forming a basis for the programmer's own routines
AVEVA may add to this library or make changes to source code from time to time. However, no undertaking is given that the auxiliary subroutines will be supported.
The conventions adopted in Subroutine Specifications have been adopted in this appendix where appropriate.
All routines have a ID3DIS argument which can have the following values:
|
0: |
Display no return arguments |
|
1: |
Display return arguments (except ID3ERR) |
|
2: |
as 1 plus display subroutine entry and exit messages |
They also have a ID3ERR return argument. If an error condition arises, ID3ERR will return the appropriate error code (see Error Codes and Messages).