using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; 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() // { // } //} }