Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Go to the source code of this file.
Namespaces | |
namespace | iv |
namespace | iv::comms |
namespace | iv::comms::serial |
namespace | iv::comms::serial::constants |
Enumerations | |
enum class | iv::comms::serial::eSerialMode { iv::comms::serial::Read = 1 , iv::comms::serial::Write = 2 , iv::comms::serial::ReadWrite = 3 } |
Functions | |
std::string | iv::comms::serial::constants::getBaudRateString (const iv::model::comms::serial::eBaudRate baudRate) |
iv::model::comms::serial::eBaudRate | iv::comms::serial::constants::getBaudRateEnum (const std::string &baudRate) |
std::string | iv::comms::serial::constants::getDataBitsString (const iv::model::comms::serial::eDataBits dataBits) |
iv::model::comms::serial::eDataBits | iv::comms::serial::constants::getDataBitsEnum (const std::string &dataBits) |
std::string | iv::comms::serial::constants::getStopBitsString (const iv::model::comms::serial::eStopBits stopBits) |
iv::model::comms::serial::eStopBits | iv::comms::serial::constants::getStopBitsEnum (const std::string &stopBits) |