X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fsensor.h;h=24f0fff401184c471186a33b146b5bdcce78897a;hb=73e4a36bbf828e07b83a779b696875e1f80045cc;hp=13aaca3fe8e9a060e94db659372ecfc3433cf13e;hpb=b28062f2dc88e082ee5a28b2e1f7c4c8bd989023;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;