From c9200c25e02b2ab5c1fc4461a4621d109e798350 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 20 Apr 2013 20:13:52 +0200 Subject: New 'instrument group' feature added. --- src/instrument.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index b146cb2..a302412 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -45,6 +45,9 @@ public: std::string name(); std::string description(); + std::string group(); + + void setGroup(std::string group); // std::map channelmap; @@ -55,6 +58,7 @@ public: private: void *magic; + std::string _group; std::string _name; std::string _description; RangeMap samples; -- cgit v1.2.3