#include <Settings/NamespaceSettings.hpp>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <thread>
#include "BLEAPI.hpp"
#include <MIDI_Interfaces/BLEMIDI/BLEMIDIPacketBuilder.hpp>
#include "ThreadedBLEMIDISender.ipp"
Go to the source code of this file.
Classes | |
class | ThreadedBLEMIDISender< Derived > |
Class that manages a background thread that sends BLE packets asynchronously. More... | |
struct | ThreadedBLEMIDISender< Derived >::ProtectedBuilder |