OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
SourceTarget.h File Reference

Go to the source code of this file.

Namespaces

namespace  port
 

Enumerations

enum  sourceType { e , h }
 
enum  axis { x_axis , y_axis , z_axis }
 

Variables

static std::map< axis, std::string > port::axisName = { {x_axis, "X-Axis"}, {y_axis, "Y-Axis"}, {z_axis, "Z-Axis"} }
 
static std::map< axis, std::string > port::axisAbbreviation = { {x_axis, "x"}, {y_axis, "y"}, {z_axis, "z"} }
 

Enumeration Type Documentation

◆ axis

enum axis
Enumerator
x_axis 
y_axis 
z_axis 

◆ sourceType

enum sourceType
Enumerator