Files
motorBase/motorApp
Torsten Bögershausen 8d1891c5a7 motorRecord.cc: Make sure that ACCS/ACCU are initialized
When the record is initialized, it could happen that the ACCS field
was not initalized at all.
Fix this:
- Introduce a new value for motorACCSused, motorACCSused_Undef.
  This is == 0, and temporally used until the record is initilized.
  Using 0 as Undef will allow a (mis-) use in e.g. CSS to make the ACCS
  field invisable, whe ACCU is 0
  (or not present at all in an older version of the motorRecord)
- At the end of check_speed_and_resolution() set ACCS and ACCU, if needed.
2019-01-08 10:40:30 +01:00
..
2018-04-19 11:09:28 -05:00
2017-01-16 08:44:30 +01:00