man serial.h (Fonctions bibliothèques) - Serial I/O services.
NAME
serial.h - Serial I/O services.
SYNOPSIS
#include <cc++/missing.h>
#include <cc++/thread.h>
#include <cc++/exception.h>
Namespaces
namespace ost
Classes
class ost::Serial
The Serial class is used as the base for all serial I/O services under APE.base class for all serial I/O services.
class ost::TTYStream
TTY streams are used to represent serial connections that are fully 'streamable' objects using C++ stream classes and friends.streamable tty serial I/O class.
class ost::ttystream
A more natural C++ 'ttystream' class for use by non-threaded applications.C++ 'fstream' style ttystream class.
class ost::TTYSession
The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations.This class is very anagolous to TCPSession.
class ost::SerialPort
The serial port is an internal class which is attached to and then serviced by a specified SerialService thread.base class for thread pool serviced serial I/O.
class ost::SerialService
The SerialService is a thead service object that is meant to service attached serial ports.Thread pool service for serial ports.
Defines
#define INVALID_HANDLE_VALUE (-1)
Typedefs
typedef int HANDLE
Variables
__EXPORT ost::SerialPort
__EXPORT ost::SerialService
Detailed Description
Serial I/O services.
Define Documentation
#define INVALID_HANDLE_VALUE (-1)
Typedef Documentation
typedef int HANDLE
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.