]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/arducontrol.h
Add interface for importing detected locomotives from the driver
[r2c2.git] / source / libr2c2 / arducontrol.h
index 33696bea818077b1bc3aea0432a98b306a058621..2431cf927ae8d59b7dfc11a411b7e99e7159e83d 100644 (file)
@@ -328,6 +328,7 @@ private:
 public:
        virtual unsigned get_protocol_speed_steps(const std::string &) const;
 
+       virtual const DetectedLocomotive *enumerate_detected_locos(unsigned) const { return 0; }
        virtual unsigned add_loco(unsigned, const std::string &, const VehicleType &);
        virtual void remove_loco(unsigned);
        virtual void set_loco_speed(unsigned, unsigned);