public BufferClientClock(ByteOrder order,double alpha) : base(order) { clockSync=new ClockSync(alpha); }
public BufferClientClock(double alpha) : base() { clockSync=new ClockSync(alpha); }
public BufferClientClock(ByteOrder order) : base(order) { clockSync=new ClockSync(); }
protected int numWrong = 0; // count of number wrong predictions... if too many then reset the clock #endregion Fields #region Constructors public BufferClientClock() : base() { clockSync=new ClockSync(); }
public BufferClientClock(ByteOrder order, double alpha) : base(order) { clockSync = new ClockSync(alpha); }
public BufferClientClock(ByteOrder order) : base(order) { clockSync = new ClockSync(); }
public BufferClientClock(double alpha) : base() { clockSync = new ClockSync(alpha); }
protected int numWrong = 0; // count of number wrong predictions... if too many then reset the clock public BufferClientClock() : base() { clockSync = new ClockSync(); }