Prototypes | |
| static int | print_compare_errmsg_maybe (const char *msg, int expected_val, int got_val) |
| static BOOLEAN | compare_gps_ok (const LIGOTimeGPS *p_gps1, const LIGOTimeGPS *p_gps2, int expected_val) |
| int | main (void) |
Go to the source code of this file.
Macros | |
| #define | SUCCESS 0 |
| #define | FAILURE 1 |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | LONGESTSTR 256 |
| #define | LALTESTINCREMENTGPSC_ENORM 0 |
| #define | LALTESTINCREMENTGPSC_ESUB 1 |
| #define | LALTESTINCREMENTGPSC_MSGENORM "Normal exit" |
| #define | LALTESTINCREMENTGPSC_MSGESUB "LAL Subroutine failed" |
Variables | |
| BOOLEAN | verbose_p = FALSE |
| const INT4 | oneBillion = 1000000000 |
| #define SUCCESS 0 |
Definition at line 34 of file IncrementGPSTest.c.
| #define FAILURE 1 |
Definition at line 35 of file IncrementGPSTest.c.
| #define TRUE 1 |
Definition at line 37 of file IncrementGPSTest.c.
| #define FALSE 0 |
Definition at line 38 of file IncrementGPSTest.c.
| #define LONGESTSTR 256 |
Definition at line 40 of file IncrementGPSTest.c.
| #define LALTESTINCREMENTGPSC_ENORM 0 |
Definition at line 43 of file IncrementGPSTest.c.
| #define LALTESTINCREMENTGPSC_ESUB 1 |
Definition at line 44 of file IncrementGPSTest.c.
| #define LALTESTINCREMENTGPSC_MSGENORM "Normal exit" |
Definition at line 46 of file IncrementGPSTest.c.
| #define LALTESTINCREMENTGPSC_MSGESUB "LAL Subroutine failed" |
Definition at line 47 of file IncrementGPSTest.c.
|
static |
Definition at line 183 of file IncrementGPSTest.c.
|
static |
Definition at line 194 of file IncrementGPSTest.c.
| int main | ( | void | ) |
Definition at line 66 of file IncrementGPSTest.c.
Definition at line 50 of file IncrementGPSTest.c.
| const INT4 oneBillion = 1000000000 |
Definition at line 51 of file IncrementGPSTest.c.