X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=eff2367fb3604cf4c76e7e9ca7c9887cf0e741c4;hp=1b655662bcb707dfe5fd83dbc847164e81bc04a2;hb=407c9ebeb13200fb7f28a33cab00e996c018f8dc;hpb=7ba8dbe5272f1d16a620c61ac86492a3de7aa747 diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index 1b655662..eff2367f 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -62,6 +62,10 @@ public: void set_channels(map > channels); + void set_initial_pins(GArray *initial_pins); + + GArray *initial_pins() const; + const map& options() const; void set_option(const char *id, GVariant *value); @@ -78,6 +82,7 @@ private: bool shown_; map > channels_; + GArray *initial_pins_; map options_; };