|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <assert.h>#include "gravi-test.h"Go to the source code of this file.
Macros | |
| #define | COMPUTE_FILES 0 |
Functions | |
| int | gravi_array_compare (cpl_array *array_1, cpl_array *array_2) |
| int | gravi_table_compare (cpl_table *table1, cpl_table *table2) |
| int | gravi_propertylist_compare (cpl_propertylist *plist1, cpl_propertylist *plist2) |
| int | gravi_data_compare (gravi_data *data1, gravi_data *data2) |
| #define COMPUTE_FILES 0 |
Definition at line 39 of file gravi-test.c.
| int gravi_array_compare | ( | cpl_array * | array_1, |
| cpl_array * | array_2 | ||
| ) |
Definition at line 42 of file gravi-test.c.
References cpl_msg_info().
Referenced by gravi_table_compare().
| int gravi_data_compare | ( | gravi_data * | data1, |
| gravi_data * | data2 | ||
| ) |
Definition at line 436 of file gravi-test.c.
References cpl_msg_info(), gravi_data_get_plist(), gravi_data_get_plist_x(), gravi_data_get_size(), gravi_data_get_table_x(), GRAVI_PRIMARY_HDR_EXT, gravi_propertylist_compare(), and gravi_table_compare().
| int gravi_propertylist_compare | ( | cpl_propertylist * | plist1, |
| cpl_propertylist * | plist2 | ||
| ) |
Definition at line 346 of file gravi-test.c.
References cpl_msg_info().
Referenced by gravi_data_compare().
| int gravi_table_compare | ( | cpl_table * | table1, |
| cpl_table * | table2 | ||
| ) |
Definition at line 210 of file gravi-test.c.
References cpl_msg_info(), and gravi_array_compare().
Referenced by gravi_data_compare().