#include <pihm.h>
Data Fields | |
char | name [50] |
int | index |
int | length |
int | iCounter |
realtype ** | TS |
Definition at line 249 of file pihm.h.
char TSD_type::name[50] |
Name of the Time Series :: Dummy Variable
Definition at line 252 of file pihm.h.
Referenced by read_alloc().
int TSD_type::index |
int TSD_type::length |
Length of the Time Series
Definition at line 254 of file pihm.h.
Referenced by Interpolation(), read_alloc(), and setTSDiCounter().
Current Time Series Access Pointer Index
Definition at line 255 of file pihm.h.
Referenced by Interpolation(), and setTSDiCounter().
realtype** TSD_type::TS |
2D time series data type
Definition at line 256 of file pihm.h.
Referenced by Interpolation(), read_alloc(), and setTSDiCounter().