X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fsensor.h;h=24f0fff401184c471186a33b146b5bdcce78897a;hb=9f0d428e974defa64cdf8e7b7072967327250958;hp=13aaca3fe8e9a060e94db659372ecfc3433cf13e;hpb=a4a6af55ad5a9bfa14067532b1d1c914ef4c6668;p=r2c2.git diff --git a/source/libr2c2/sensor.h b/source/libr2c2/sensor.h index 13aaca3..24f0fff 100644 --- a/source/libr2c2/sensor.h +++ b/source/libr2c2/sensor.h @@ -25,6 +25,7 @@ public: protected: Layout &layout; unsigned address; + unsigned id; bool invert; State state; Msp::Time::TimeDelta state_confirm_timeout;