OpenCPN Partial API docs
|
Port type definition and support. More...
#include <string>
Go to the source code of this file.
Enumerations | |
enum | dsPortType { DS_TYPE_INPUT , DS_TYPE_INPUT_OUTPUT , DS_TYPE_OUTPUT } |
Functions | |
std::string | DsPortTypeToString (dsPortType type) |
Return textual representation for use in driver ioDirection attribute. | |
Port type definition and support.
Definition in file ds_porttype.h.
enum dsPortType |
Definition at line 30 of file ds_porttype.h.
std::string DsPortTypeToString | ( | dsPortType | type | ) |
Return textual representation for use in driver ioDirection attribute.
Definition at line 28 of file ds_porttype.cpp.