Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/serialportprofile.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004                 void    setOptions(termios *tio);
00005                 termios *getTermios();
00006 
00007         private:
00008                 baudrate_t      translateBaudString(const char *baud);
00009                 serialportprofileprivate        *pvt;