forked from Ivasoft/DSView
v0.4 release
This commit is contained in:
@@ -37,7 +37,7 @@ class GroupSnapshot;
|
||||
class Group : public SignalData
|
||||
{
|
||||
public:
|
||||
Group(unsigned int num_probes, uint64_t samplerate);
|
||||
Group();
|
||||
|
||||
void push_snapshot(
|
||||
boost::shared_ptr<GroupSnapshot> &snapshot);
|
||||
@@ -45,6 +45,8 @@ public:
|
||||
std::deque< boost::shared_ptr<GroupSnapshot> >&
|
||||
get_snapshots();
|
||||
|
||||
void clear();
|
||||
|
||||
private:
|
||||
std::deque< boost::shared_ptr<GroupSnapshot> > _snapshots;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user