3#ifndef IMT_BASE_OS_LINUX_SERIALPORTCONFIG_H
4#define IMT_BASE_OS_LINUX_SERIALPORTCONFIG_H
167 std::
string m_deviceName {};
Maintains configuration information of a serial port.
NumStopBits
Number of stop bits.
BitRate getBitRate() const noexcept
Returns the bit rate.
BitRate
Supported bit rates.
void setDeviceName(std::string const &deviceName)
Sets the serial port device name.
HardwareFlowControl getHardwareFlowControl() const noexcept
Returns the hardware flow control.
Parity getParity() const noexcept
Returns the parity.
void setBitRate(BitRate rate) noexcept
Sets the bit rate.
std::string const & getDeviceName() const noexcept
Gets the serial port device name.
HardwareFlowControl
Hardware flow control.
void setNumDataBits(NumDataBits dataBits) noexcept
Sets the number of data bits.
void setNumStopBits(NumStopBits stopBits) noexcept
Sets the number of stop bits.
NumDataBits getNumDataBits() const noexcept
Returns the number of data bits.
void setHardwareFlowControl(HardwareFlowControl hwFlowCtrl) noexcept
Sets the hardware flow control.
NumDataBits
Number of data bits.
void setParity(Parity portParity) noexcept
Sets the parity.
NumStopBits getNumStopBits() const noexcept
Returns the number of stop bits.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t