SIC-12/Framework/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Sensors/Sensor.cs

31 lines
545 B
C#
Raw Normal View History

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()
// {
// }
//}
}