]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/controller.h
Add a dialog to display telemetry data from the driver
[r2c2.git] / source / libr2c2 / controller.h
index 6cabadec7c3d37d0bfff30438b3377af21ebaa4a..404fe58d49ff65ef358c14f798f739561fbfc60e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_CONTROLLER_H_
 #define LIBR2C2_CONTROLLER_H_
 
@@ -55,6 +48,7 @@ protected:
 public:
        virtual ~Controller() { }
 
+       virtual const char *enumerate_controls(unsigned) const = 0;
        virtual void set_control(const std::string &, float) = 0;
        virtual const Control &get_control(const std::string &) const = 0;