X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=datasnapshot.h;h=3bf12f9d70120e1a5c8a12f8ccd886615fadce63;hb=8f94be14588c7a7ca0f483b649d7a7b5b5f45ae9;hp=f3bb3e2136475f3ba591306fb02b7d9704c24321;hpb=f556bc6a4d1798e59f6d0276cdb0d55b5ffab476;p=pulseview.git diff --git a/datasnapshot.h b/datasnapshot.h index f3bb3e2..3bf12f9 100644 --- a/datasnapshot.h +++ b/datasnapshot.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -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; };