
Functions | |
| void | trig_encode_dset_done (void *h) |
| Finalize the store encoding loop. | |
| void * | trig_encode_dset_init (VOLK_Dataset *ds) |
| Initialize a store encoding loop. | |
| VOLK_rc | trig_encode_dset_iter (void *h, char **res_p) |
| Encode a chunk from a store. | |
| void trig_encode_dset_done | ( | void * | h | ) |
Finalize the store encoding loop.
Definition at line 160 of file writer_trig.c.
| void * trig_encode_dset_init | ( | VOLK_Dataset * | ds | ) |
Initialize a store encoding loop.
| [in] | ds | Dataset to feed into the encoding loop. The function takes ownership of the handle. |
Definition at line 60 of file writer_trig.c.
| VOLK_rc trig_encode_dset_iter | ( | void * | h, |
| char ** | res_p ) |
Encode a chunk from a store.
Definition at line 76 of file writer_trig.c.