libdsproc3  2.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
dsproc_dataset_fetch.c File Reference

Dataset Fetch Functions. More...

#include "dsproc3.h"
#include "dsproc_private.h"

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_tdsproc_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.

Detailed Description

Dataset Fetch Functions.

Definition in file dsproc_dataset_fetch.c.