Siemens GENERAL INTERFACE FOR NETWORK APPLICATIONS V 4.0 Uživatelský manuál Strana 178

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 244
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 177
166 GINA V4.0 System Administrator Guide – September 2000
Configuration language
7.2.3 Syntax
This section describes the syntax of the configuration language in the notation used by the
UNIX command yacc.
%{
%}
%start sysblock
%union
{
long number;
char string[80];
}
%token <number> NUMBER /* positive integer */
%token BACKUP /* flag */
%token DEBUG /* flag */
%token CM_PREFIX /* statement */
%token SYSTEM /* statement */
%token HOST /* statement */
%token APPLICATION /* statement */
%token CM_APPLICATION /* statement */
%token TA_APPLICATION /* statement */
%token MASTER /* flag */
%token MAX_STMT /* statement */
%token KEYVECTOR /* statement */
%token OPENINFO /* statement */
%token PORTADDRESSES /* statement */
%token INTERNETADDRESS /* statement */
%token REPOSITORY /* statement */
%token START_VALUE /* statement */
%token OPERATING_SYSTEM /* statement */
%token UFN /* flag */
%token USE_CM_APPLICATIONS /* statement */
%token <string> INADDRESS /* Internet address */
%token <string> LETTER /* string with a..Z,0..9, _ */
%token BBOPEN /* { */
%token BBCLOSE /* } */
%token SBOPEN /* ( */
%token SBCLOSE /* ) */
Zobrazit stránku 177
1 2 ... 173 174 175 176 177 178 179 180 181 182 183 ... 243 244

Komentáře k této Příručce

Žádné komentáře