Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::Bundle::Channel Struct Reference

#include <bundle.h>

Public Member Functions

 Channel (std::string n, DataType t)
 
 Channel (std::string n, DataType t, PortList p)
 
 Channel (std::string n, DataType t, std::string const &p)
 
bool operator== (Channel const &o) const
 

Public Attributes

std::string name
 
DataType type
 
PortList ports
 

Detailed Description

Definition at line 54 of file bundle.h.

Constructor & Destructor Documentation

◆ Channel() [1/3]

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t 
)
inline

Definition at line 56 of file bundle.h.

◆ Channel() [2/3]

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t,
PortList  p 
)
inline

Definition at line 58 of file bundle.h.

◆ Channel() [3/3]

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t,
std::string const &  p 
)
inline

Definition at line 60 of file bundle.h.

Member Function Documentation

◆ operator==()

bool ARDOUR::Bundle::Channel::operator== ( Channel const &  o) const
inline

Definition at line 64 of file bundle.h.

Member Data Documentation

◆ name

std::string ARDOUR::Bundle::Channel::name

Definition at line 68 of file bundle.h.

◆ ports

PortList ARDOUR::Bundle::Channel::ports

Definition at line 70 of file bundle.h.

◆ type

DataType ARDOUR::Bundle::Channel::type

Definition at line 69 of file bundle.h.


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