namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Sensors { //public abstract class Sensor : DeviceBase, ISensor //{ // public Sensor(string module, string name) : base(module, name) // { // } // public bool Initialize() // { // return true; // } // public void Monitor() // { // } // public void Reset() // { // } // public void Terminate() // { // } //} }