From 3643fc3fe053bf531b4a7618d02c3d92c29f924b Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Sun, 27 Nov 2011 19:17:13 +1300 Subject: srd: Pass metadata to decoders only on SR_DF_HEADER. Before this was passed to the decoder's constuctor, but the parameters may not all be known at construction. Decoders now have a method start() which is called at the start of the capture, and metadata is passed as an arg to this function. --- sigrokdecode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sigrokdecode.h') diff --git a/sigrokdecode.h b/sigrokdecode.h index dabfd33..abc3baa 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -108,6 +108,8 @@ int srd_run_decoder(struct srd_decoder_instance *dec, struct srd_decoder_instance *srd_instance_new(const char *id); int srd_instance_set_probe(struct srd_decoder_instance *di, const char *probename, int num); +int srd_instance_start(struct srd_decoder_instance *di, + const char *driver, int unitsize, uint64_t starttime); int srd_exit(void); #ifdef __cplusplus -- cgit v1.2.3-70-g09d2