ソースを参照

Maybe fixes bizarre issue that only manifests on builds at random related to NI DAQmx.

Neal Wilson 9年前
コミット
160663e195
2個のファイルの変更312行の追加311行の削除
  1. 310
    310
      src/typica.cpp
  2. 2
    1
      src/typica.w

+ 310
- 310
src/typica.cpp
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 2
- 1
src/typica.w ファイルの表示

@@ -6598,7 +6598,8 @@ void DAQImplementation::measure()@t\2@>@/
6598 6598
             {
6599 6599
                 for(int j = 0; j < channels; j++)@/
6600 6600
                 {
6601
-                    Measurement measure(buffer[@,j+(i*channels)], time,
6601
+					double measuredValue = buffer[j+(i*channels)];
6602
+                    Measurement measure(measuredValue, time,
6602 6603
                                         unitMap[j]);
6603 6604
                     channelMap[@,j]->input(measure);
6604 6605
                 }

読み込み中…
キャンセル
保存