VISR  0.11.7
Versatile Interactive Scene Renderer
visr::PortBase Class Reference

#include <port_base.hpp>

Public Types

enum  Direction { Direction::Input = 1, Direction::Output = 2, Direction::All = Input | Output }
 

Detailed Description

Deprecated The common base class is going to be removed. At the moment is simply exists because of the Direction enumeration used by audio and parameter ports.

Member Enumeration Documentation

◆ Direction

Enumerator
Input 

The port is an input.

Output 

The port is an output.

All 

Port can be both input or output. This setting is not used as an actual value for ports, but only as a mask when filtering for specific port types.


The documentation for this class was generated from the following file: