GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QLSW / V1-1-0

Constituent: qlsw_print     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLSW_macdefs.h File Reference

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

This graph shows which files directly or indirectly include this file:


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: QLSW_macdefs.h,v 1.1.1.1 2006/12/20 01:45:11 apw Exp $
Author:
A.P.Waite

Generated on Fri Jan 18 01:16:59 2008 by  doxygen 1.4.4