X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fsigsession.h;h=9359176c784ac5ebbd633741e4d4eb9782dde19b;hb=6ac6242b25cfbd4df14abe7580adc9d0f4cffe43;hp=a06de7e14db9ae7e83813932d95c7fec1ae8a5cc;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/sigsession.h b/pv/sigsession.h index a06de7e..9359176 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -115,27 +115,12 @@ private: void update_signals(std::shared_ptr dev_inst); - std::shared_ptr signal_from_probe( - const sr_channel *probe) const; + std::shared_ptr signal_from_channel( + const sr_channel *channel) const; void read_sample_rate(const sr_dev_inst *const sdi); private: - /** - * Attempts to autodetect the format. Failing that - * @param filename The filename of the input file. - * @return A pointer to the 'struct sr_input_format' that should be - * used, or NULL if no input format was selected or - * auto-detected. - */ - static sr_input_format* determine_input_file_format( - const std::string &filename); - - static sr_input* load_input_file_format( - const std::string &filename, - std::function error_handler, - sr_input_format *format = NULL); - void sample_thread_proc(std::shared_ptr dev_inst, std::function error_handler);