File tree Expand file tree Collapse file tree 4 files changed +42
-2
lines changed
Expand file tree Collapse file tree 4 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 2727* *
2828***********************************************************************************************************************/
2929
30+ /* *
31+ @file
32+ @author Andrew D. Zonenberg
33+ @brief Implementation of SwitchMatrix
34+
35+ @ingroup core
36+ */
37+
3038#include " scopehal.h"
3139#include " SwitchMatrix.h"
3240
Original file line number Diff line number Diff line change 2727* *
2828***********************************************************************************************************************/
2929
30+ /* *
31+ @file
32+ @author Andrew D. Zonenberg
33+ @brief Declaration of SwitchMatrix
34+
35+ @ingroup core
36+ */
37+
3038#ifndef SwitchMatrix_h
3139#define SwitchMatrix_h
3240
3341/* *
34- @brief A generic power supply
42+ @brief Base class for switch matrixes
43+
44+ @ingroup core
3545 */
3646class SwitchMatrix : public virtual Instrument
3747{
Original file line number Diff line number Diff line change 2727* *
2828***********************************************************************************************************************/
2929
30+ /* *
31+ @file
32+ @author Andrew D. Zonenberg
33+ @brief Implementation of TektronixHSIOscilloscope
34+
35+ @ingroup scopedrivers
36+ */
37+
3038#include " scopehal.h"
3139#include " TektronixHSIOscilloscope.h"
3240
@@ -35,6 +43,11 @@ using namespace std;
3543// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3644// Construction / destruction
3745
46+ /* *
47+ @brief Initialize the driver
48+
49+ @param transport SCPITwinLanTransport pointing at the bridge server
50+ */
3851TektronixHSIOscilloscope::TektronixHSIOscilloscope (SCPITransport* transport)
3952 : SCPIDevice(transport)
4053 , SCPIInstrument(transport)
Original file line number Diff line number Diff line change 2727* *
2828***********************************************************************************************************************/
2929
30+ /* *
31+ @file
32+ @author Andrew D. Zonenberg
33+ @brief Declaration of TektronixHSIOscilloscope
34+
35+ @ingroup scopedrivers
36+ */
37+
3038#ifndef TektronixHSIOscilloscope_h
3139#define TektronixHSIOscilloscope_h
3240
3341#include < TektronixOscilloscope.h>
3442
3543/* *
36- @brief TektronixHSIOscilloscope
44+ @brief Driver for the Tektronix HSI interface using an external bridge server (WIP)
45+ @ingroup scopedrivers
3746 */
3847class TektronixHSIOscilloscope : public TektronixOscilloscope
3948{
You can’t perform that action at this time.
0 commit comments