#include "scpi.h"
#include "protocol.h"
-SR_PRIV void lecroy_queue_logic_data(struct dev_context *devc,
- size_t group, GByteArray *pod_data);
-SR_PRIV void lecroy_send_logic_packet(struct sr_dev_inst *sdi,
- struct dev_context *devc);
-SR_PRIV void lecroy_cleanup_logic_data(struct dev_context *devc);
-
struct lecroy_wavedesc_2_x {
uint16_t comm_type;
uint16_t comm_order; /* 1 - little endian */
SR_PRIV int lecroy_xstream_request_data(const struct sr_dev_inst *sdi);
SR_PRIV int lecroy_xstream_receive_data(int fd, int revents, void *cb_data);
-SR_PRIV struct scope_state *lecroy_xstream_state_new(struct scope_config *config);
SR_PRIV void lecroy_xstream_state_free(struct scope_state *state);
SR_PRIV int lecroy_xstream_state_get(struct sr_dev_inst *sdi);
SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi);