Prototypes | |
| int | test_ParseStringValue (void) |
| test various string-value parser functions: XLALParseStringValueAsINT8(), XLALParseStringValueAsINT4(), XLALParseStringValueAsREAL8(), XLALParseStringValueAsINT4PlusFrac() More... | |
| int | test_ParseStringVector (void) |
| int | test_ParseREAL8Vector (void) |
| int | main (void) |
Go to the source code of this file.
Macros | |
| #define | STR1 "Hello, world!" |
| #define | STR2 "xyda 3!#4134" |
| #define | STR3 "&\\//.. :: some junk" |
| #define | STR4 "H1" |
| #define | STR5 "H2" |
| #define | STR6 "L1" |
| #define STR1 "Hello, world!" |
| #define STR2 "xyda 3!#4134" |
| #define STR3 "&\\//.. :: some junk" |
| #define STR4 "H1" |
| #define STR5 "H2" |
| #define STR6 "L1" |
| int test_ParseStringValue | ( | void | ) |
test various string-value parser functions: XLALParseStringValueAsINT8(), XLALParseStringValueAsINT4(), XLALParseStringValueAsREAL8(), XLALParseStringValueAsINT4PlusFrac()
Definition at line 74 of file UserInputParseTest.c.
| int test_ParseStringVector | ( | void | ) |
Definition at line 487 of file UserInputParseTest.c.
| int test_ParseREAL8Vector | ( | void | ) |
Definition at line 547 of file UserInputParseTest.c.
| int main | ( | void | ) |
Definition at line 44 of file UserInputParseTest.c.