|
JUCE
|
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it. More...
Classes | |
| struct | State |
| Describes the current building state. More... | |
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 |
Referenced by BlocksProtocol::HostPacketBuilder< maxPacketBytes >::size().
|
noexcept |
Referenced by BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addBlockReset(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addConfigSetMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFactoryReset(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFirmwareUpdatePacket(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addProgramEventMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestFactorySyncMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestUserSyncMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addSetBlockName(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::beginDataChanges(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::deviceControlMessage(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::endDataChanges(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::setMultipleBytes(), BlocksProtocol::HostPacketBuilder< maxPacketBytes >::skipBytes(), BlocksProtocol::Packed7BitArrayBuilder< maxPacketBytes >::writeBits(), and BlocksProtocol::Packed7BitArrayBuilder< maxPacketBytes >::writePacketSysexFooter().
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
1.8.17