GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QCDM / V0-0-1 > qcdm_print / rhel5-32


Interface   Data Structures   File List   Data Fields   Globals  

QCDM_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: QCDM_macdefs.h,v 1.1.1.1 2008/05/08 18:35:13 apw Exp $
Author:
A.P.Waite

Generated on Tue Nov 29 20:49:53 2011 by  doxygen 1.5.8