]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/signal.h
Generalize TrackProperties to all object types
[r2c2.git] / source / libr2c2 / signal.h
index 7f6e011d148c55add40d610a0ae9124695d89ee0..d774e76b424057d864fc59f16f2550bde2f258ae 100644 (file)
@@ -45,6 +45,7 @@ public:
        virtual const SignalType &get_type() const { return type; }
 
        void set_address(unsigned);
+       unsigned get_address() const { return address; }
        virtual void set_position(const Vector &);
        virtual void set_rotation(const Angle &);
        virtual void set_tilt(const Angle &) { }