xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
Loading...
Searching...
No Matches
xentara::workbench::io Namespace Reference

Facilities for describing the I/O properties of Xentara data points. More...

Typedefs

using Directions = utils::core::Flags< Direction >
 A combination of I/O directions.
 

Enumerations

enum class  Direction { Input , Output }
 An I/O direction. More...
 

Detailed Description

Facilities for describing the I/O properties of Xentara data points.

This namespace contains types used to describe the data direction of Xentara data points.

Typedef Documentation

◆ Directions

A combination of I/O directions.

Include file
#include <xentara/workbench/io/Direction.hpp>

Enumeration Type Documentation

◆ Direction

An I/O direction.

Include file
#include <xentara/workbench/io/Direction.hpp>
Enumerator
Input 

The input direction.

Output 

The output direction.