GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QLIH / V0-0-4 > qlih_print / rhel5-32


Interface   Data Structures   File List   Data Fields   Globals  

QLIH_macdefs.h File Reference

Helper macros for assembling a CLI syntax. More...


Defines

#define ADDKEYS(rc, a, b)   if( (rc = CLI_addKey((a),(b))) == 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 )
#define ADDVERB(rc, a, b, c, d)   if( (rc = CLI_addVerb((a),(b),(c),(d))) == NULL ) return( NULL )
#define NEWKEYS(rc, a)   if( (rc = CLI_createKeyList((a))) == NULL ) return( NULL )
#define NEWSNTX(rc, a)   if( (rc = CLI_createSyntax((a))) == NULL ) return( NULL )


Detailed Description

Helper macros for assembling a CLI syntax.

CVS $Id: QLIH_macdefs.h,v 1.1.1.1 2008/08/28 22:29:34 apw Exp $
Author:
A.P.Waite

Generated on Tue Nov 29 20:56:29 2011 by  doxygen 1.5.8