#include <stdlib.h>#include <lal/LALStdlib.h>#include <lal/StringInput.h>Include dependency graph for StringConvertTest.c:

Go to the source code of this file.
Defines | |
| #define | LAL_INT4_MAX 2147483647 |
| #define | LAL_INT4_ABSMIN LAL_UINT8_C(2147483648) |
| #define | MAXGPSSTRINGS 256 |
| #define | SETGPSCASE(string, sec, ns, remain) |
Functions | |
| NRCSID (STRINGCONVERTTESTC,"$Id: StringConvertTest.c,v 1.6 2007/06/08 14:41:54 bema Exp $") | |
| int | main (int argc, char **argv) |
Variables | |
| int | lalDebugLevel = 0 |
| #define LAL_INT4_MAX 2147483647 |
Definition at line 32 of file StringConvertTest.c.
| #define LAL_INT4_ABSMIN LAL_UINT8_C(2147483648) |
Definition at line 33 of file StringConvertTest.c.
| #define MAXGPSSTRINGS 256 |
Definition at line 35 of file StringConvertTest.c.
| #define SETGPSCASE | ( | string, | |||
| sec, | |||||
| ns, | |||||
| remain | ) |
Value:
istring++; if (istring >= MAXGPSSTRINGS) { fprintf(stderr,"Too many GPS test cases; ABORTING\n"); exit(-1); } strcpy( gpsString[istring], string ); gpsOutSec[istring] = sec ; gpsOutNS[istring] = ns ; strcpy( gpsOutRemainder[istring], remain );
Definition at line 36 of file StringConvertTest.c.
| NRCSID | ( | STRINGCONVERTTESTC | , | |
| "$Id: StringConvertTest. | c, | |||
| v 1.6 2007/06/08 14:41:54 bema Exp $" | ||||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 50 of file StringConvertTest.c.
| int lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 47 of file StringConvertTest.c.
1.5.2