LAL  7.5.0.1-08ee4f4
ComputeTransferTest.c File Reference

Prototypes

int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define TESTSTATUS(pstat)
 
#define TESTSTATUSERR(pstat, code)
 

Variables

const char * usage
 
int verbose = 0
 
const char * program
 

Macro Definition Documentation

◆ TESTSTATUS

#define TESTSTATUS (   pstat)
Value:
if ( (pstat)->statusCode ) { REPORTSTATUS( pstat ); return 1; } \
else ((void)0)
void REPORTSTATUS(LALStatus *status)
Definition: LALError.c:322

Definition at line 30 of file ComputeTransferTest.c.

◆ TESTSTATUSERR

#define TESTSTATUSERR (   pstat,
  code 
)
Value:
if ( (pstat)->statusCode != code ) { REPORTSTATUS( pstat ); return 1; } \
else ((void)0)

Definition at line 34 of file ComputeTransferTest.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 47 of file ComputeTransferTest.c.

Variable Documentation

◆ usage

void usage
Initial value:
= "Usage: %s [options]\nOptions:\n"
"\t-h\t\tprint this message and exit\n"
"\t-d lvl\t\tset debug level to lvl\n"
"\t-v\t\tverbose output\n"

Definition at line 38 of file ComputeTransferTest.c.

◆ verbose

int verbose = 0

Definition at line 44 of file ComputeTransferTest.c.

◆ program

const char* program

Definition at line 45 of file ComputeTransferTest.c.