OpenCPN Partial API docs
Loading...
Searching...
No Matches
ds_porttype.h File Reference

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.
 

Detailed Description

Port type definition and support.

Definition in file ds_porttype.h.

Enumeration Type Documentation

◆ dsPortType

enum dsPortType

Definition at line 30 of file ds_porttype.h.

Function Documentation

◆ DsPortTypeToString()

std::string DsPortTypeToString ( dsPortType  type)

Return textual representation for use in driver ioDirection attribute.

Definition at line 28 of file ds_porttype.cpp.