]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-proto.h
move samplerate/period printers and parsers into libsigrok
[libsigrok.git] / sigrok-proto.h
index bba85b206239464a8c177699d0953ef7979125cd..12665fea21bf4992dfc857cf5eecd810c38363fb 100644 (file)
@@ -132,5 +132,8 @@ struct sr_output_format **sr_output_list(void);
 
 char *sr_samplerate_string(uint64_t samplerate);
 char *sr_period_string(uint64_t frequency);
+char **sr_parse_triggerstring(struct sr_device *device, const char *triggerstring);
+uint64_t sr_parse_sizestring(const char *sizestring);
+uint64_t sr_parse_timestring(const char *timestring);
 
 #endif