]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Minor documentation fixes
[libsigrok.git] / libsigrok.h
index a93a07ea3a4745218ce74c167117f254d3df75a8..b686c6e5463c8a37680fda29a0566756489888a1 100644 (file)
@@ -628,6 +628,14 @@ enum {
        /** The device supports setting a pattern (pattern generator mode). */
        SR_CONF_PATTERN_MODE,
 
+       /** The devices supports using a external clock. */
+       SR_CONF_EXTERNAL_CLOCK,
+
+       /** The device supports swapping channels. Typical this is between
+        *  buffered and unbuffered channels.
+        */
+       SR_CONF_SWAP,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,
 
@@ -822,6 +830,7 @@ struct sr_session {
        /** List of struct datafeed_callback pointers. */
        GSList *datafeed_callbacks;
        GTimeVal starttime;
+       gboolean running;
 
        unsigned int num_sources;