]> sigrok.org Git - libsigrok.git/commitdiff
cli: revamp option syntax
authorBert Vermeulen <redacted>
Sun, 23 Jan 2011 03:58:32 +0000 (04:58 +0100)
committerBert Vermeulen <redacted>
Sun, 23 Jan 2011 03:58:32 +0000 (04:58 +0100)
for device (-d) and format (-f), the syntax is:

  <thing>:key=value:key2=value2

sigrok.h

index e3b6ac78c56dbd5de0e27d626671ad9e3ce28fa6..4decd625afe6cd396da818488d8a94bfa9d2253e 100644 (file)
--- a/sigrok.h
+++ b/sigrok.h
@@ -78,6 +78,7 @@ typedef int (*receive_data_callback) (int fd, int revents, void *user_data);
 enum {
        T_UINT64,
        T_CHAR,
+       T_NULL,
 };
 
 enum {