|
ucommon
|
A more natural C++ "ttystream" class for use by non-threaded applications. More...
#include <serial.h>


Public Member Functions | |
| void | close (void) |
| Close method for a tty stream. | |
| void | open (char *name) |
| Open method for a tty stream. | |
| bool | operator! () |
| Test to see if stream is opened. | |
| ttystream () | |
| Construct an unopened "ttystream" object. | |
| ttystream (char *name) | |
| Construct and "open" a tty stream object. | |
A more natural C++ "ttystream" class for use by non-threaded applications.
This class behaves a lot more like fstream and similar classes.
| ost::ttystream::ttystream | ( | char * | name | ) |
Construct and "open" a tty stream object.
A filename in the form "device:options[,options]" may be used to pass device options as part of the open.
| name | of file and serial options. |
| void ost::ttystream::open | ( | char * | name | ) |
1.7.6.1