libtpccurveio
 All Data Structures Files Functions Variables Enumerations Enumerator Defines
Functions
xeleris.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include "include/curveio.h"
Include dependency graph for xeleris.c:

Go to the source code of this file.

Functions

int xelRead (char *filename, DFT *dft)

Function Documentation

int xelRead ( char *  filename,
DFT dft 
)

Read Xeleris TAC file into DFT data structure. Any previous content of DFT is deleted.

Returns:
Returns nonzero in case an error is encountered and sets dfterrmsg.
Parameters:
filenameName of Xeleris TAC file to be read
dftPointer to DFT data where to regional TAC data is read

Definition at line 47 of file xeleris.c.

References DFT::_type, dfterrmsg, dftSetmem(), DFT::frameNr, DFT::isweight, Voi::name, Voi::place, DFT::studynr, DFT::timetype, DFT::timeunit, DFT::unit, DFT::voi, Voi::voiname, DFT::voiNr, DFT::x, DFT::x1, DFT::x2, and Voi::y.

Here is the call graph for this function: