Definition in file ingest_datachunk.c.
#include <string.h>
#include <unistd.h>
#include "ingest2.h"

Go to the source code of this file.
Functions | |
| DC_ElemType | cds_to_dc_type (CdsType cds_type) |
| Convert a CdsType to a DC_ElemType. | |
| int | cds_to_zebra_dc (CDS *cds, DataChunk *dc, int *ndims, FieldId *dim_ids, int *nvars, FieldId *var_ids, FieldId *qc_time_id, FieldId *qc_var_ids) |
| Populate a Zebra DataChunk using a CDS structure. | |
| void | cleanup_datachunk (DSDATA *dsdata) |
| Cleanup Zebra DataChunk in a DSDATA structure. | |
| DataChunk * | create_datachunk (int dsdata_index, int set_location, int *nvars, FieldId **var_ids) |
| Create a new Zebra DataChunk. | |
| DataChunk * | get_previous_datachunk (int dsdata_index, const timeval_t *begin_time, const timeval_t *end_time, int *nsamples) |
| Get a previous Zebra DataChunk. | |
| int | store_datachunk (int dsdata_index, int newfile) |
| Store DataChunk in Zebra DataStore. | |
Variables | |
| INGEST * | gIngest |
1.5.6