windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/upssvc/apcsmart/battcaps.h
2020-09-26 16:20:57 +08:00

32 lines
474 B
C++

/*
*
* NOTES:
*
* REVISIONS:
* ker01DEC92: Initial break out of sensor classes into separate files
*/
#ifndef BATTCAPS_H
#define BATTCAPS_H
#include "thsensor.h"
_CLASSDEF(BatteryCapacitySensor)
class BatteryCapacitySensor : public ThresholdSensor {
public:
BatteryCapacitySensor(PDevice aParent,PCommController aCommController=NULL);
virtual ~BatteryCapacitySensor();
virtual INT IsA() const {return BATTERYCAPACITYSENSOR ; } ;
};
#endif