|
TPCCLIB
|
I/O functions for HRRT and HR+ head curve format. More...
#include "tpcclibConfig.h"#include "tpcift.h"#include "tpcisotope.h"#include "tpccsv.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpctac.h"Go to the source code of this file.
Functions | |
| int | tacReadHRRTHC (TAC *tac, CSV *csv, TPCSTATUS *status) |
| int | tacReadHRPLUSHC (TAC *tac, CSV *csv, TPCSTATUS *status) |
I/O functions for HRRT and HR+ head curve format.
Definition in file hcio.c.
Read HR+ head curve (.r) format from CSV struct into TAC struct.
| tac | Pointer to TAC struct, contents of which are to be written. |
| csv | Pointer to CSV from which data is read; if it contains only one column, then it is assumed to represent the first y column and x column is not filled. |
| status | Pointer to status data; enter NULL if not needed |
Definition at line 114 of file hcio.c.
Referenced by tacRead().
Read HRRT head curve (.hc) format from CSV struct into TAC struct.
| tac | Pointer to TAC struct, contents of which are to be written. |
| csv | Pointer to CSV from which data is read; if it contains only one column, then it is assumed to represent the first y column and x column is not filled. |
| status | Pointer to status data; enter NULL if not needed |
Definition at line 25 of file hcio.c.
Referenced by tacRead().