C++ Instrument Catalog
|
#include <string>
#include "VISAInstrument.h"
#include "MFC3045.h"
#include "MFCDevice.h"
#include "InstrumentCatalog.h"
#include "MFCController.h"
#include "Helpers.h"
Go to the source code of this file.
Classes | |
union | uStatusRegSel |
struct | uStatusRegSel::sStatusRegSel |
class | MTL::CMFC3045Device |
Namespaces | |
MTL | |
Macros | |
#define | SetST1 (0b1) |
#define | SetST2 (0b10) |
#define | SetST3 (0b100) |
#define | SetST4 (0b1000) |
#define | SetST5 (0b10000) |
#define | SetST6 (0b100000) |
#define | SetSTALL (0xFF) |
Definition in file MFC3045Device.h.
#define SetST1 (0b1) |
Definition at line 22 of file MFC3045Device.h.
#define SetST2 (0b10) |
Definition at line 23 of file MFC3045Device.h.
#define SetST3 (0b100) |
Definition at line 24 of file MFC3045Device.h.
#define SetST4 (0b1000) |
Definition at line 25 of file MFC3045Device.h.
#define SetST5 (0b10000) |
Definition at line 26 of file MFC3045Device.h.
#define SetST6 (0b100000) |
Definition at line 27 of file MFC3045Device.h.
#define SetSTALL (0xFF) |
Definition at line 28 of file MFC3045Device.h.