|
OpenCPN Partial API docs
|
Port type definition and support. More...
#include <string>Go to the source code of this file.
Enumerations | |
| enum class | PortDirection { kInput , kInOut , kOutput , kUpload } |
Functions | |
| std::string | PortDirectionToString (PortDirection pd) |
| Return textual representation for use in driver ioDirection attribute. | |
Port type definition and support.
Definition in file ds_porttype.h.
|
strong |
Definition at line 30 of file ds_porttype.h.
| std::string PortDirectionToString | ( | PortDirection | pd | ) |
Return textual representation for use in driver ioDirection attribute.
Definition at line 30 of file ds_porttype.cpp.