X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fintellibox.h;h=caf84905dbe617524167838468fabeac6a106010;hb=d13d841852d1fc5f97c40f93221745a63fae5e11;hp=3e298592ead1c0ee8c61b2e755f86c25324e3851;hpb=77f1712e7f8913af3ce33efc0e1e4ebbe0e5f93a;p=r2c2.git diff --git a/source/libr2c2/intellibox.h b/source/libr2c2/intellibox.h index 3e29859..caf8490 100644 --- a/source/libr2c2/intellibox.h +++ b/source/libr2c2/intellibox.h @@ -127,7 +127,7 @@ private: Msp::Time::TimeStamp next_event_query; public: - Intellibox(const std::string &); + Intellibox(const Options &); virtual void set_power(bool); virtual bool get_power() const { return power; } @@ -163,6 +163,9 @@ public: virtual void set_sensor(unsigned, bool) { } virtual bool get_sensor(unsigned) const; + virtual const TelemetryInfo *enumerate_telemetry(unsigned) const { return 0; } + virtual float get_telemetry_value(const std::string &) const; + virtual void tick(); virtual void flush();