Control Surface pin-t-adl
MIDI Control Surface library for Arduino
Classes | Functions | Variables
Cable.hpp File Reference
#include <AH/Arduino-Wrapper.h>
#include <Settings/NamespaceSettings.hpp>
+ Include dependency graph for Cable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cable
 A type-safe class for MIDI USB Cable numbers. More...
 

Functions

Print & operator<< (Print &, Cable)
 

Variables

constexpr Cable CABLE_1 = Cable::createCable(1)
 
constexpr Cable CABLE_2 = Cable::createCable(2)
 
constexpr Cable CABLE_3 = Cable::createCable(3)
 
constexpr Cable CABLE_4 = Cable::createCable(4)
 
constexpr Cable CABLE_5 = Cable::createCable(5)
 
constexpr Cable CABLE_6 = Cable::createCable(6)
 
constexpr Cable CABLE_7 = Cable::createCable(7)
 
constexpr Cable CABLE_8 = Cable::createCable(8)
 
constexpr Cable CABLE_9 = Cable::createCable(9)
 
constexpr Cable CABLE_10 = Cable::createCable(10)
 
constexpr Cable CABLE_11 = Cable::createCable(11)
 
constexpr Cable CABLE_12 = Cable::createCable(12)
 
constexpr Cable CABLE_13 = Cable::createCable(13)
 
constexpr Cable CABLE_14 = Cable::createCable(14)
 
constexpr Cable CABLE_15 = Cable::createCable(15)
 
constexpr Cable CABLE_16 = Cable::createCable(16)
 

Function Documentation

◆ operator<<()

Print & operator<< ( Print &  os,
Cable  c 
)

Definition at line 6 of file Cable.cpp.

Variable Documentation

◆ CABLE_1

constexpr Cable CABLE_1 = Cable::createCable(1)
constexpr

Definition at line 118 of file Cable.hpp.

◆ CABLE_2

constexpr Cable CABLE_2 = Cable::createCable(2)
constexpr

Definition at line 119 of file Cable.hpp.

◆ CABLE_3

constexpr Cable CABLE_3 = Cable::createCable(3)
constexpr

Definition at line 120 of file Cable.hpp.

◆ CABLE_4

constexpr Cable CABLE_4 = Cable::createCable(4)
constexpr

Definition at line 121 of file Cable.hpp.

◆ CABLE_5

constexpr Cable CABLE_5 = Cable::createCable(5)
constexpr

Definition at line 122 of file Cable.hpp.

◆ CABLE_6

constexpr Cable CABLE_6 = Cable::createCable(6)
constexpr

Definition at line 123 of file Cable.hpp.

◆ CABLE_7

constexpr Cable CABLE_7 = Cable::createCable(7)
constexpr

Definition at line 124 of file Cable.hpp.

◆ CABLE_8

constexpr Cable CABLE_8 = Cable::createCable(8)
constexpr

Definition at line 125 of file Cable.hpp.

◆ CABLE_9

constexpr Cable CABLE_9 = Cable::createCable(9)
constexpr

Definition at line 126 of file Cable.hpp.

◆ CABLE_10

constexpr Cable CABLE_10 = Cable::createCable(10)
constexpr

Definition at line 127 of file Cable.hpp.

◆ CABLE_11

constexpr Cable CABLE_11 = Cable::createCable(11)
constexpr

Definition at line 128 of file Cable.hpp.

◆ CABLE_12

constexpr Cable CABLE_12 = Cable::createCable(12)
constexpr

Definition at line 129 of file Cable.hpp.

◆ CABLE_13

constexpr Cable CABLE_13 = Cable::createCable(13)
constexpr

Definition at line 130 of file Cable.hpp.

◆ CABLE_14

constexpr Cable CABLE_14 = Cable::createCable(14)
constexpr

Definition at line 131 of file Cable.hpp.

◆ CABLE_15

constexpr Cable CABLE_15 = Cable::createCable(15)
constexpr

Definition at line 132 of file Cable.hpp.

◆ CABLE_16

constexpr Cable CABLE_16 = Cable::createCable(16)
constexpr

Definition at line 133 of file Cable.hpp.