|
libdsproc3
2.0
|
Dataset Fetch Functions. More...
Go to the source code of this file.
Functions | |
| int | dsproc_fetch_dataset (int ds_id, timeval_t *begin_timeval, timeval_t *end_timeval, size_t nvars, const char **var_names, int merge_obs, CDSGroup **dataset) |
| Fetch a dataset from previously stored data. | |
| timeval_t * | dsproc_fetch_timevals (int ds_id, timeval_t *begin_timeval, timeval_t *end_timeval, size_t *ntimevals, timeval_t *timevals) |
| Fetch the times of previously stored data. | |
Variables | |
| DSProc * | _DSProc |
| Internal DSProc structure. | |
Dataset Fetch Functions.
Definition in file dsproc_dataset_fetch.c.