Functions/Subroutines | |
| INTEGER | pySL_Initialise (FileDirName, OutputMode, CaseID, Iarray) |
| */ | |
| INTEGER | GetCaseSequenceByName (FileDirName) |
| Gets the Case sequence number. | |
Variables | |
| INTEGER, parameter | StringLength = 1025 |
| INTEGER, parameter | LenSizeInfo = 20 |
| INTEGER, parameter | SequenceNumOutput = 1 |
| */ | |
| INTEGER, parameter | SequenceNumInput = 2 |
| INTEGER SpyroLink::GetCaseSequenceByName | ( | CHARACTER(len=*),intent(in) | FileDirName | ) | [private] |
Gets the Case sequence number.
| INTEGER SpyroLink::pySL_Initialise | ( | CHARACTER(len=StringLength),intent(in) | FileDirName, | |
| INTEGER,intent(in) | OutputMode, | |||
| INTEGER,intent(out) | CaseID, | |||
| INTEGER,dimension(lensizeinfo),intent(out) | Iarray | |||
| ) |
*/
When the OS7.DLL is not initialised this DLL will also be initialised.
| INTEGER,parameter SpyroLink::LenSizeInfo = 20 |
The size of "Iarray".
| INTEGER,parameter SpyroLink::SequenceNumInput = 2 |
location in the Iarray for the number of inputs
| INTEGER,parameter SpyroLink::SequenceNumOutput = 1 |
*/
location in the Iarray for the number of outputs
| INTEGER,parameter SpyroLink::StringLength = 1025 |
The length of all the strings used, like is defined for a "File Name".
1.6.3