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

Classes

class  Component
 An I/O component in a Xentara system. More...
 
class  ComponentClass
 A class of I/O component that a driver supports. More...
 
class  Driver
 A Xentara I/O driver. More...
 
class  Io
 Base class for driver specific I/O points. More...
 
class  IoBatch
 An I/O batch in a Xentara system. More...
 
class  IoBatchClass
 A class of I/O batch that a driver supports. More...
 
class  IoClass
 A type of I/O point that a driver supports. More...
 

Typedefs

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

Enumerations

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

Typedef Documentation

◆ Directions

A combination of I/O directions.

Enumeration Type Documentation

◆ Direction

enum class xentara::io::Direction
strong

An I/O direction.

Enumerator
Input 

The input direction.

Output 

The output direction.