X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fanalog.hpp;h=6634728a78e45e6c7ab73fe3661ccf1a80e65f71;hp=2fe588e4476572ae41a7e980de8b55a3022b0e1b;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=f3d66e52ed6b454ea7a0662d5e6367e230116a2b diff --git a/pv/data/analog.hpp b/pv/data/analog.hpp index 2fe588e..6634728 100644 --- a/pv/data/analog.hpp +++ b/pv/data/analog.hpp @@ -14,12 +14,11 @@ * 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_DATA_ANALOG_H -#define PULSEVIEW_PV_DATA_ANALOG_H +#ifndef PULSEVIEW_PV_DATA_ANALOG_HPP +#define PULSEVIEW_PV_DATA_ANALOG_HPP #include "signaldata.hpp" @@ -46,7 +45,7 @@ public: void clear(); - uint64_t get_max_sample_count() const; + uint64_t max_sample_count() const; private: std::deque< std::shared_ptr > segments_; @@ -55,4 +54,4 @@ private: } // namespace data } // namespace pv -#endif // PULSEVIEW_PV_DATA_ANALOG_H +#endif // PULSEVIEW_PV_DATA_ANALOG_HPP