Control Surface
disable-pipes
MIDI Control Surface library for Arduino
src
Def
Cable.cpp
Go to the documentation of this file.
1
#include "
Cable.hpp
"
2
#include <
AH/PrintStream/PrintStream.hpp
>
3
4
BEGIN_CS_NAMESPACE
5
6
Print &
operator<<
(Print &os,
Cable
c) {
7
return
os << F(
"Cable "
) << c.
getOneBased
();
8
}
9
10
END_CS_NAMESPACE
Cable.hpp
PrintStream.hpp
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition:
Settings/NamespaceSettings.hpp:10
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition:
Settings/NamespaceSettings.hpp:9
Cable
A type-safe class for MIDI USB Cable numbers.
Definition:
Cable.hpp:13
Cable::getOneBased
constexpr uint8_t getOneBased() const
Get the cable as an integer.
Definition:
Cable.hpp:36
AH::Quaternion::operator<<
Print & operator<<(Print &os, Quaternion e)
Printing.
Definition:
Quaternion.cpp:28
Generated by
1.9.4