X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=datasnapshot.h;h=c768e112d5f39d0d274fd94f39695c2f772549e1;hb=77bff0b13e820abf22422c8ede0dfe498b48951b;hp=f3bb3e2136475f3ba591306fb02b7d9704c24321;hpb=7d0d64f9c01c1c92413f51f0dee3fd2543c8e4cb;p=pulseview.git diff --git a/datasnapshot.h b/datasnapshot.h index f3bb3e2..c768e11 100644 --- a/datasnapshot.h +++ b/datasnapshot.h @@ -32,10 +32,10 @@ public: uint64_t get_sample_count(); protected: - void append_data(void *data, uint64_t length); + void append_data(void *data, uint64_t samples); protected: void *_data; - uint64_t _data_length; + uint64_t _sample_count; int _unit_size; };