Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
SDK_API::resolveFixedChannels
Resolves fixed channels during configuration to avoid repeated name lookup in callbacks. This does not make the complete callback, write wrapper, or commit allocation-free. Throws when a name is missing or does not refer to fixed storage.
Declaration
virtual FixedChannelBatch resolveFixedChannels(const std::vector<std::string>& channels) = 0;Parameters
| Name | Description |
|---|---|
channels | Ordered fixed-channel names to resolve. |