/* * * REVISIONS: * ker02DEC92: Initial breakout of sensor classes into indiv files * pcy14Dec92: Changed READ_WRITE to AREAD_WRITE * */ #define INCL_BASE #define INCL_DOS #define INCL_NOPM #include "cdefine.h" extern "C" { #if (C_OS & C_OS2) #include #endif #include #include #include #include } #include "upssers.h" UpsSerialNumberSensor :: UpsSerialNumberSensor(PDevice aParent, PCommController aCommController) : Sensor(aParent, aCommController, UPS_SERIAL_NUMBER) { DeepGet(); }