示例#1
0
 void IDatabase.Update(DoubleBitBinary update, ushort index)
 {
     doubleBinaries.Update(update.ToMeasurement(index, TimestampMode.SYNCHRONIZED));
 }
 void IDatabase.Update(DoubleBitBinary update, ushort index, EventMode mode)
 {
     this.Add(update.ToMeasurement(index, TimestampMode.SYNCHRONIZED), "DoubleBitBinary");
 }
示例#3
0
 void IDatabase.Update(DoubleBitBinary update, ushort index, EventMode mode)
 {
     this.Add(update.ToMeasurement(index, TimestampMode.SYNCHRONIZED), "DoubleBitBinary");
 }
 void IDatabase.Update(DoubleBitBinary update, ushort index, EventMode mode)
 {
     doubleBinaries.Update(update.ToMeasurement(index, TimestampMode.SYNCHRONIZED));
 }