|
TPCCLIB
|
Combinations of data in PAR structures. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcpar.h"Go to the source code of this file.
Functions | |
| int | parSelectByAnother (PAR *d1, PAR *d2, int *pn, int *pr, TPCSTATUS *status) |
| int | parCombineTACs (PAR *d1, PAR *d2, TPCSTATUS *status) |
Copy parameters from source PAR structure to target structure for TACs that are available in both structures.
| d1 | Pointer to target PAR structure. |
| d2 | Pointer to source PAR structure; not modified. |
| status | Pointer to status data; enter NULL if not needed. |
Definition at line 99 of file parcomb.c.
Select parameters and regions in a PAR structure that are available in another PAR structure.
| d1 | Pointer to target PAR structure, in which the PARN and PARR switches are set. |
| d2 | Pointer to PAR structure to which the first is compared to; not modified. |
| pn | Pointer to store the number of available parameters; enter NULL, if not needed. |
| pr | Pointer to store the number of available regions; enter NULL, if not needed. |
| status | Pointer to status data; enter NULL if not needed. |
Definition at line 22 of file parcomb.c.
Referenced by parCombineTACs().