Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
315 B

  1. /*
  2. */
  3. #ifndef __DECIMAL_FIRMSENS_H
  4. #define __DECIMAL_FIRMSENS_H
  5. #include "_defs.h"
  6. #include "sensor.h"
  7. _CLASSDEF(DecimalFirmwareRevSensor)
  8. class DecimalFirmwareRevSensor : public Sensor {
  9. protected:
  10. public:
  11. DecimalFirmwareRevSensor(PDevice aParent, PCommController aCommController = NULL);
  12. };
  13. #endif