@brief Mark channel data as in use by the driver @param inUse true to mark as in use, false to mark as available
| 89 | /// @brief Mark channel data as in use by the driver |
| 90 | /// @param inUse true to mark as in use, false to mark as available |
| 91 | void setInUse(bool inUse) FL_NOEXCEPT { mInUse = inUse; } |
| 92 | |
| 93 | /// @brief Set the padding generator for this channel |
| 94 | /// @param generator Function that writes data with padding to destination (nullptr for default left-padding) |
no outgoing calls
no test coverage detected