Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example and template

 

KEYWORD

version: Legitimate GEFID versions for this keyword

...

ParameterType of dataExplanation.
Param1intAn integer number. At least 2 bytes. A maximum value may be required: Maximum = 250
Param2stringA sequence of alpha numerical characters. A maximum length may be required:  Maximum 80 characters. 
Param3doubleA floating point number of at least 8 bytes long. 
Param4floatA floating point number of at least 4 bytes long.  Optional, since it is between [ ].
Param5longAn integer number of at least 4 bytes. A maximum value may be required: Maximum =  100 000. Optional, since it is between [ ].

 

Example: #Keyword=12, The number PI, 3.141592653589793238, 3.1415926, 98765

Remarks:

  • The legitimate versions of the GEFID for this keyword are listed in the same line as the caption for Keyword. For an explanation about versions, see versions.
  • Type of Data lists the minimum type of variable to hold the information in the field. For examples and restrictions for "Type of data", see the table of datatypes.
  • Strings as in Param3 must obey the rules as stated for information fields, see special characters.
  • Param4 is in between brackets. It is optional, so it may be omitted.
  • Param5 is optional. The brackets around Param5 are nested within the brackets of Param4. This means that if Param4 is omitted, Param5 should be omitted as well.
  • Valid examples for use of Keyword are:
    • #Keyword=12, The number PI, 3.141592653589793238, 3.1415926, 98765
    • #Keyword=12, The number PI, 3.141592653589793238, 3.1415926
    • #Keyword=12, The number PI, 3.141592653589793238

_________________________________________________________________________________________________________________________________________

 

ANALYSISCODE

version: 1,0,0 / 1,1,0 / 2,0,0

...