X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevices%2Finputfile.hpp;h=3efaf795b2ea985c57d69b91e40f3421c107bdfb;hb=5ccfc97e20bbea19b9bc37905dd4cf63ee1f6303;hp=9b9aee88dcbad288f12642397a6b6921d9e83a29;hpb=4d6c6ea3e6b069787c270d4911083dae05eae4c6;p=pulseview.git diff --git a/pv/devices/inputfile.hpp b/pv/devices/inputfile.hpp index 9b9aee8..3efaf79 100644 --- a/pv/devices/inputfile.hpp +++ b/pv/devices/inputfile.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_DEVICE_INPUTFILE_HPP @@ -53,8 +52,11 @@ public: private: const std::shared_ptr context_; - const std::shared_ptr input_; + const std::shared_ptr format_; + const std::map options_; + std::shared_ptr input_; + std::ifstream *f; std::atomic interrupt_; };