Rudiments
serialportprofile.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4  void setOptions(termios *tio);
5  termios *getTermios();
6 
7  private:
8  baudrate_t translateBaudString(const char *baud);
9  serialportprofileprivate *pvt;
Definition: serialportprofileincludes.h:11