From 73e542a4611411411a6df4843d62576e25ddeb7c Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Mon, 28 Nov 2011 21:52:35 +1300 Subject: srd: Pass samplerate to decoder in metadata. --- sigrokdecode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sigrokdecode.h') diff --git a/sigrokdecode.h b/sigrokdecode.h index abc3baa..27f2734 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -109,7 +109,8 @@ 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); + const char *driver, int unitsize, uint64_t starttime, + uint64_t samplerate); int srd_exit(void); #ifdef __cplusplus -- cgit v1.2.3-70-g09d2