public void Update(Binary update, uint index) { IMeasurement maybeNull = this.m_lookup.LookupMaybeNull(update, index); if (maybeNull != null) this.m_Measurements.Add(maybeNull); }
public void Update(Binary update, System.UInt32 index) { Console.WriteLine(update.value); }
public void Update(Binary meas, UInt32 index, String id) { if (this.AllBinaryUpdate != null) sync.BeginInvoke(new Action(() => AllBinaryUpdate(meas, index, id)), null); }
public void Update(Binary update, uint index) { source.Update(update, index, ""); }
void ISOEHandler.LoadEvent(Binary meas, ushort index) { m_lookup.Lookup(meas, index, m_Measurements.Add); }