![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
Serial port settings. More...
#include <VISAInstrumentTypes.h>
Public Member Functions | |
sSerialPortSettings () | |
Constructor. More... | |
Public Attributes | |
std::string | COMPort |
[-] String identifying the serial port to connect to More... | |
eSerialBaudrate | Baudrate |
[bd] Speed of the serial communication More... | |
eSerialDataBits | DataBits |
[-] Number of transmitted bits per packet More... | |
eSerialParity | Parity |
[-] Parity configuration of the serial communication More... | |
eSerialStopBits | StopBits |
[-] Stop bit configuration of the serial communication More... | |
eSerialHandshake | Handshake |
[-] Handshake configuration of the serial communication More... | |
eSerialTermMode | ReadTermMode |
[-] Termination Read mode of the serial communication More... | |
char | ReadTermChar |
[-] Specific termination character when readTermMode = kEndTermChar More... | |
Serial port settings.
Definition at line 167 of file VISAInstrumentTypes.h.
|
inline |
Constructor.
Definition at line 176 of file VISAInstrumentTypes.h.
eSerialBaudrate MTL::Instrument::sSerialPortSettings::Baudrate |
[bd] Speed of the serial communication
Definition at line 169 of file VISAInstrumentTypes.h.
std::string MTL::Instrument::sSerialPortSettings::COMPort |
[-] String identifying the serial port to connect to
Definition at line 168 of file VISAInstrumentTypes.h.
eSerialDataBits MTL::Instrument::sSerialPortSettings::DataBits |
[-] Number of transmitted bits per packet
Definition at line 170 of file VISAInstrumentTypes.h.
eSerialHandshake MTL::Instrument::sSerialPortSettings::Handshake |
[-] Handshake configuration of the serial communication
Definition at line 173 of file VISAInstrumentTypes.h.
eSerialParity MTL::Instrument::sSerialPortSettings::Parity |
[-] Parity configuration of the serial communication
Definition at line 171 of file VISAInstrumentTypes.h.
char MTL::Instrument::sSerialPortSettings::ReadTermChar |
[-] Specific termination character when readTermMode = kEndTermChar
Definition at line 175 of file VISAInstrumentTypes.h.
eSerialTermMode MTL::Instrument::sSerialPortSettings::ReadTermMode |
[-] Termination Read mode of the serial communication
Definition at line 174 of file VISAInstrumentTypes.h.
eSerialStopBits MTL::Instrument::sSerialPortSettings::StopBits |
[-] Stop bit configuration of the serial communication
Definition at line 172 of file VISAInstrumentTypes.h.