X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fanalog.cpp;h=dba99253eeb7a77f559f537cf7cf03b652adcbab;hb=1df18f6b6d20abd3f1ede94325b6781bf5038ea9;hp=eb25629fe68fa0f5f94d165ca6f5d7a0a66e222e;hpb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;p=pulseview.git diff --git a/pv/data/analog.cpp b/pv/data/analog.cpp index eb25629..dba9925 100644 --- a/pv/data/analog.cpp +++ b/pv/data/analog.cpp @@ -20,8 +20,8 @@ #include -#include "analog.h" -#include "analogsnapshot.h" +#include "analog.hpp" +#include "analogsnapshot.hpp" using std::deque; using std::max; @@ -40,7 +40,7 @@ void Analog::push_snapshot(shared_ptr &snapshot) snapshots_.push_front(snapshot); } -deque< shared_ptr >& Analog::get_snapshots() +const deque< shared_ptr >& Analog::analog_snapshots() const { return snapshots_; }