High level IO channel base class. More...
#include <simgear/compiler.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | SGIOChannel |
The SGIOChannel base class provides a consistent method for applications to communication through various mediums. More... | |
Enumerations | |
enum | SGProtocolDir |
Specify if this is a read (IN), write (OUT), or r/w (BI) directional channel. | |
enum | SGChannelType |
Specify the channel type. |
High level IO channel base class.
Definition in file iochannel.hxx.