Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Cable.hpp File Reference
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)
constexpr Cable CABLE_1 = Cable_1
constexpr Cable CABLE_2 = Cable_2
constexpr Cable CABLE_3 = Cable_3
constexpr Cable CABLE_4 = Cable_4
constexpr Cable CABLE_5 = Cable_5
constexpr Cable CABLE_6 = Cable_6
constexpr Cable CABLE_7 = Cable_7
constexpr Cable CABLE_8 = Cable_8
constexpr Cable CABLE_9 = Cable_9
constexpr Cable CABLE_10 = Cable_10
constexpr Cable CABLE_11 = Cable_11
constexpr Cable CABLE_12 = Cable_12
constexpr Cable CABLE_13 = Cable_13
constexpr Cable CABLE_14 = Cable_14
constexpr Cable CABLE_15 = Cable_15
constexpr Cable CABLE_16 = Cable_16

Function Documentation

◆ operator<<()

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

Definition at line 6 of file Cable.cpp.

Variable Documentation

◆ Cable_1

Cable Cable_1 = Cable::createCable(1)
constexpr
Examples
VU-Bridge-Dual-Display.ino.

Definition at line 118 of file Cable.hpp.

◆ Cable_2

Cable Cable_2 = Cable::createCable(2)
constexpr
Examples
VU-Bridge-Dual-Display.ino.

Definition at line 119 of file Cable.hpp.

◆ Cable_3

Cable Cable_3 = Cable::createCable(3)
constexpr

Definition at line 120 of file Cable.hpp.

◆ Cable_4

Cable Cable_4 = Cable::createCable(4)
constexpr

Definition at line 121 of file Cable.hpp.

◆ Cable_5

Cable Cable_5 = Cable::createCable(5)
constexpr

Definition at line 122 of file Cable.hpp.

◆ Cable_6

Cable Cable_6 = Cable::createCable(6)
constexpr

Definition at line 123 of file Cable.hpp.

◆ Cable_7

Cable Cable_7 = Cable::createCable(7)
constexpr

Definition at line 124 of file Cable.hpp.

◆ Cable_8

Cable Cable_8 = Cable::createCable(8)
constexpr

Definition at line 125 of file Cable.hpp.

◆ Cable_9

Cable Cable_9 = Cable::createCable(9)
constexpr

Definition at line 126 of file Cable.hpp.

◆ Cable_10

Cable Cable_10 = Cable::createCable(10)
constexpr

Definition at line 127 of file Cable.hpp.

◆ Cable_11

Cable Cable_11 = Cable::createCable(11)
constexpr

Definition at line 128 of file Cable.hpp.

◆ Cable_12

Cable Cable_12 = Cable::createCable(12)
constexpr

Definition at line 129 of file Cable.hpp.

◆ Cable_13

Cable Cable_13 = Cable::createCable(13)
constexpr

Definition at line 130 of file Cable.hpp.

◆ Cable_14

Cable Cable_14 = Cable::createCable(14)
constexpr

Definition at line 131 of file Cable.hpp.

◆ Cable_15

Cable Cable_15 = Cable::createCable(15)
constexpr

Definition at line 132 of file Cable.hpp.

◆ Cable_16

Cable Cable_16 = Cable::createCable(16)
constexpr

Definition at line 133 of file Cable.hpp.

◆ CABLE_1

Cable CABLE_1 = Cable_1
constexpr

Definition at line 135 of file Cable.hpp.

◆ CABLE_2

Cable CABLE_2 = Cable_2
constexpr

Definition at line 136 of file Cable.hpp.

◆ CABLE_3

Cable CABLE_3 = Cable_3
constexpr

Definition at line 137 of file Cable.hpp.

◆ CABLE_4

Cable CABLE_4 = Cable_4
constexpr

Definition at line 138 of file Cable.hpp.

◆ CABLE_5

Cable CABLE_5 = Cable_5
constexpr

Definition at line 139 of file Cable.hpp.

◆ CABLE_6

Cable CABLE_6 = Cable_6
constexpr

Definition at line 140 of file Cable.hpp.

◆ CABLE_7

Cable CABLE_7 = Cable_7
constexpr

Definition at line 141 of file Cable.hpp.

◆ CABLE_8

Cable CABLE_8 = Cable_8
constexpr

Definition at line 142 of file Cable.hpp.

◆ CABLE_9

Cable CABLE_9 = Cable_9
constexpr

Definition at line 143 of file Cable.hpp.

◆ CABLE_10

Cable CABLE_10 = Cable_10
constexpr

Definition at line 144 of file Cable.hpp.

◆ CABLE_11

Cable CABLE_11 = Cable_11
constexpr

Definition at line 145 of file Cable.hpp.

◆ CABLE_12

Cable CABLE_12 = Cable_12
constexpr

Definition at line 146 of file Cable.hpp.

◆ CABLE_13

Cable CABLE_13 = Cable_13
constexpr

Definition at line 147 of file Cable.hpp.

◆ CABLE_14

Cable CABLE_14 = Cable_14
constexpr

Definition at line 148 of file Cable.hpp.

◆ CABLE_15

Cable CABLE_15 = Cable_15
constexpr

Definition at line 149 of file Cable.hpp.

◆ CABLE_16

Cable CABLE_16 = Cable_16
constexpr

Definition at line 150 of file Cable.hpp.