MNE-CPP  beta 1.0
Public Attributes | List of all members
TriggerControlPlugin::SerialPort::Settings Struct Reference

#include <serialport.h>

Public Attributes

QString name
 
qint32 baudRate
 
QString stringBaudRate
 
QSerialPort::DataBits dataBits
 
QString stringDataBits
 
QSerialPort::Parity parity
 
QString stringParity
 
QSerialPort::StopBits stopBits
 
QString stringStopBits
 
QSerialPort::FlowControl flowControl
 
QString stringFlowControl
 

Detailed Description

Holds the information which are necessery to define the serial port.

Parameters
[in]namename of the port.
[in]baudRatedesired baud rate.
[in]stringBaudRatedesired baud rate as string.
[in]dataBitsdesired data bits.
[in]stringDataBitsstring of desired data bits.
[in]paritydesired parity.
[in]stringParitystring of desired parity.
[in]stopBitsdesired stop bits.
[in]stringStopBitsstring of desired stop bits.
[in]flowControldesired flow control.
[in]stringFlowControlstring of desired flow control.

Definition at line 213 of file serialport.h.


The documentation for this struct was generated from the following file: