Exemple #1
0
  public PhyChannelGainData(SampleTime samples)
 {
     this.samplesTiming = samples;
     this.baseAddress = ChannelGainbaseAddr + CGSamplesAddressOffset[(int)samples];
     this.fileName = fileRoot[(int)samples] + fileSuffix;
     this.data = new UInt32[CHANNELGAIN_ARRAY_LEN];
     this.dataCollected = 0;
 }
 public PerformanceEntry(double value)
 {
     Value    = value;
     TimeSlot = SampleTime.Subtract(new TimeSpan(0, 0, SampleTime.Second >= PerformanceLog.PeakSampleTimeSeconds ? PerformanceLog.PeakSampleTimeSeconds : 0));
 }