1#ifndef VOLK_WRITER_TRIG_H
2#define VOLK_WRITER_TRIG_H
VOLK_Store * store
Store pointer for store encoding.
void * trig_encode_store_init(VOLK_Store *store)
Initialize a store encoding loop.
void trig_encode_store_done(void *h)
Finalize the store encoding loop.
VOLK_rc trig_encode_store_iter(void *h, char **res_p)
Encode a chunk from a store.