1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Merge pull request #26 from trainman419/master

Update list of exceptions thrown from constructor.
This commit is contained in:
William Woodall 2013-05-22 11:43:39 -07:00
commit 4ed3889979

View File

@ -171,7 +171,9 @@ public:
* flowcontrol_none, possible values are: flowcontrol_none,
* flowcontrol_software, flowcontrol_hardware
*
* \throw PortNotOpenedException
* \throw serial::PortNotOpenedException
* \throw serial::IOException
* \throw std::invalid_argument
*/
Serial (const std::string &port = "",
uint32_t baudrate = 9600,