GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> FMX / V4-0-15 > fmxx / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

Defines | Functions | Variables
FMX_syntax.c File Reference

Defines the command line syntax of the fmx command. More...

#include <stdio.h>
#include <CLI/CLI_pubdefs.h>
#include <FMX_clidefs.h>

Defines

#define NEWKEYS(rc, a)   if( (rc = CLI_createKeyList((a))) == NULL ) return( NULL )
#define ADDKEYS(rc, a, b)   if( (rc = CLI_addKey((a),(b))) == NULL ) return( NULL )
#define NEWSNTX(rc, a)   if( (rc = CLI_createSyntax((a))) == NULL ) return( NULL )
#define ADDVERB(rc, a, b, c, d)   if( (rc = CLI_addVerb((a),(b),(c),(d))) == NULL ) return( NULL )
#define ADDPARM(rc, a, b, c, d)   if( (rc = CLI_addParm((a),(b),(c),(d))) == NULL ) return( NULL )
#define ADDQUAL(rc, a, b, c, d, e)   if( (rc = CLI_addQual((a),(b),(c),(d),(e))) == NULL ) return( NULL )

Functions

CLI_Syntax * FMX_syntax ()
 Define the FMX syntax.

Variables

static const char * f_exit = "FMX_exit"
 The function name "FMX_exit".
static const char * f_help = "FMX_help"
 The function name "FMX_help".
static const char * f_show = "FMX_show"
 The function name "FMX_show".
static const char * f_showCDM = "FMX_showCDM"
 The function name "FMX_showCDM".
static const char * f_showConnect = "FMX_showConnect"
 The function name "FMX_showConnect".
static const char * f_showDevice = "FMX_showDevice"
 The function name "FMX_showDevice".
static const char * f_showFiletype = "FMX_showFiletype"
 The function name "FMX_showFiletype".
static const char * f_showFOF = "FMX_showFOF"
static const char * f_showHost = "FMX_showHost"
 The function name "FMX_showHost".
static const char * f_showKey = "FMX_showKey"
 The function name "FMX_showKey".
static const char * f_showInstrument = "FMX_showInstrument"
 The function name "FMX_showInstrument".
static const char * f_showNode = "FMX_showNode"
 The function name "FMX_showNode".
static const char * f_showSBS = "FMX_showSBS"
static const char * f_showTag = "FMX_showTag"

Detailed Description

Defines the command line syntax of the fmx command.

CVS $Id: FMX_syntax.c,v 1.4 2011/03/25 20:42:51 apw Exp $
Author:
A.P.Waite

Function Documentation

CLI_Syntax FMX_syntax ( void  )