]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
scpi: Add enum scpi_transport_layer.
[libsigrok.git] / src / libsigrok-internal.h
index 1dcdc992fd9cb7e2c64a68b26697657129ce50b3..f5dde75a96c68d3c24fc9a7211d93e9d90754c2f 100644 (file)
@@ -908,6 +908,8 @@ SR_PRIV int sr_session_source_remove_pollfd(struct sr_session *session,
 SR_PRIV int sr_session_source_remove_channel(struct sr_session *session,
                GIOChannel *channel);
 
+SR_PRIV int sr_session_send_meta(const struct sr_dev_inst *sdi,
+               uint32_t key, GVariant *var);
 SR_PRIV int sr_session_send(const struct sr_dev_inst *sdi,
                const struct sr_datafeed_packet *packet);
 SR_PRIV int sr_sessionfile_check(const char *filename);
@@ -1044,6 +1046,7 @@ struct soft_trigger_logic {
        int pre_trigger_fill;
 };
 
+SR_PRIV int logic_channel_unitsize(GSList *channels);
 SR_PRIV struct soft_trigger_logic *soft_trigger_logic_new(
                const struct sr_dev_inst *sdi, struct sr_trigger *trigger,
                int pre_trigger_samples);
@@ -1487,6 +1490,7 @@ struct eev121gw_info {
        gboolean is_auto_poweroff, is_low_batt;
 };
 
+extern SR_PRIV const char *eev121gw_channel_formats[];
 SR_PRIV gboolean sr_eev121gw_packet_valid(const uint8_t *buf);
 SR_PRIV int sr_eev121gw_parse(const uint8_t *buf, float *floatval,
                             struct sr_datafeed_analog *analog, void *info);