X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevices%2Fsessionfile.hpp;fp=pv%2Fdevices%2Fsessionfile.hpp;h=a4b69d3e1d1cb8f83402416c858739e5d191c8fb;hb=b485408f20c39ae8d05372a5faffe15653c74705;hp=0fcaa34cb767b3c3066e28f34d577a33aad42106;hpb=da30ecb7e72bd2547e524258efa5ec642988b70b;p=pulseview.git diff --git a/pv/devices/sessionfile.hpp b/pv/devices/sessionfile.hpp index 0fcaa34..a4b69d3 100644 --- a/pv/devices/sessionfile.hpp +++ b/pv/devices/sessionfile.hpp @@ -39,6 +39,16 @@ public: SessionFile(const std::shared_ptr &context, const std::string &file_name); + /** + * Builds the full name. It only contains all the fields. + */ + std::string full_name() const; + + /** + * Builds the display name. It only contains fields as required. + */ + std::string display_name(const DeviceManager&) const; + void create(); private: