Siemens V 4.0 manual Syntax

Models: V 4.0

1 244
Download 244 pages 54.36 Kb
Page 81
Image 81

Druck vom 24. 01.2001 17:00.31 torb-kon

Configuration language

6.2.3 Syntax

This section describes the syntax of the configuration language in the notation used by the UNIX command yacc.

%{

%}

%start sysblock

%union

 

 

 

{

 

 

 

SessPoint *sessPt;

 

 

long

number;

 

 

char

string[80];

 

 

}

 

 

 

%token <number> NUMBER

/* positive integer

*/

%token ADDRESS

/* statement

*/

%token ADMIN

 

/* statement

*/

%token APPLICATION

/* statement

*/

%token AREA

 

/* statement

*/

%token ASYN_PRIORITY

/* statement

*/

%token BCAMAPPL

/* statement

*/

%token CANCEL

 

/* statement

*/

%token CHECK

 

/* statement

*/

%token CLASS

 

/* statement

*/

%token CLASSMETHOD

/* statement

*/

%token CONNECT

/* statement

*/

%token CYCLE

 

/* statement

*/

%token CYCLICORDER

/* statement

*/

%token CYCLICTIME

/* statement

*/

%token DYNAMIC_CONNECT

/* statement

*/

%token EVENTCONTROL

/* statement

*/

%token FOREIGN_APPLICATION

/* statement

*/

%token FOREIGN_APPLICATION_NUMBER /* statement

*/

%token FOREIGN_SESSION

/* statement

*/

%token FUNCTION

/* statement

*/

%token HOST

 

/* statement

*/

%token IMPORT

 

/* statement

*/

%token INSTMETHOD

/* statement

*/

%token INTERNETADDRESS

/* statement

*/

GINA V4.0 System Administrator Guide – September 2000

69

Page 81
Image 81
Siemens V 4.0 manual Syntax