Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c4aec96a72c
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b860fbc7ddc3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 13, 2020

  1. Clarifications to comments

    azonenberg committed Dec 13, 2020
    Copy the full SHA
    b860fbc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 scopehal/Oscilloscope.h
4 changes: 2 additions & 2 deletions scopehal/Oscilloscope.h
Original file line number Diff line number Diff line change
@@ -389,8 +389,8 @@ class Oscilloscope : public virtual Instrument
/**
@brief Starts the instrument in continuous trigger mode.
This is normally not used for data-download applications, because of the risk of race conditions where the
instrument triggers during AcquireData() leading to some channels having stale and some having new data.
Most drivers will implement this as repeated calls to the "single trigger" function to avoid race conditions
when the instrument triggers halfway through downloading captured waveforms.
*/
virtual void Start() =0;