]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/sensor.h
Move driver.add_sensor call where it belongs
[r2c2.git] / source / libr2c2 / sensor.h
index f1525bf4d6a377d7e2b3fd6c1e07d462a9982ebf..13aaca3fe8e9a060e94db659372ecfc3433cf13e 100644 (file)
@@ -33,6 +33,7 @@ protected:
 public:
        virtual ~Sensor();
 
+       virtual void set_address(unsigned);
        unsigned get_address() const { return address; }
        State get_state() const { return state; }
        virtual Block *get_block() const { return 0; }