示例#1
0
 private void ProcessRawValue(ushort newValue)
 {
     // TODO implement
     EguValue = EGUConverter.ConvertToEGU(configItem.A, configItem.B, newValue);
     ProcessAlarm(EguValue);
 }
示例#2
0
 private void ProcessRawValue(ushort newValue)
 {
     // TODO implement samo otkomentarisati
     EguValue = EGUConverter.ConvertToEGU(configItem.ScaleFactor, configItem.Deviation, newValue);
     ProcessAlarm(newValue);
 }