JUCE
|
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it. More...
Classes | |
struct | State |
Public Member Functions | |
const void * | getData () const noexcept |
int | size () const noexcept |
bool | hasCapacity (int bitsNeeded) const noexcept |
void | writeHeaderSysexBytes (uint8 deviceIndex) noexcept |
void | writePacketSysexFooter () noexcept |
template<int numBits> | |
Packed7BitArrayBuilder & | operator<< (IntegerWithBitSize< numBits > value) noexcept |
void | writeBits (uint32 value, int numBits) noexcept |
State | getState () const noexcept |
void | restore (State state) noexcept |
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it.
|
noexcept |
|
noexcept |
|
noexcept |
Referenced by juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addBlockReset(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addConfigSetMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFactoryReset(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFirmwareUpdatePacket(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addProgramEventMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestFactorySyncMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestUserSyncMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addSetBlockName(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::beginDataChanges(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::deviceControlMessage(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::endDataChanges(), juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::setMultipleBytes(), and juce::BlocksProtocol::HostPacketBuilder< maxPacketBytes >::skipBytes().
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |