X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.h;h=7815261ec8cf51d9352bbdb150a377591a062f26;hp=666aec9893aa767e17e739ac7a8b168de1eac104;hb=c0f868521a211747f89ef217ae63404f373d952b;hpb=cec48d1618edd0f28f21d5351f53692876222e16 diff --git a/pv/view/analogsignal.h b/pv/view/analogsignal.h index 666aec98..7815261e 100644 --- a/pv/view/analogsignal.h +++ b/pv/view/analogsignal.h @@ -42,11 +42,13 @@ private: static const float EnvelopeThreshold; public: - AnalogSignal(const sr_probe *const probe, + AnalogSignal(pv::SigSession &session, const sr_probe *const probe, boost::shared_ptr data); virtual ~AnalogSignal(); + const std::list get_context_bar_actions(); + void set_scale(float scale); /**