Master to Develop

This commit is contained in:
Thomas Göttgens
2022-12-28 15:30:23 +01:00
parent f632933b93
commit 94cb100e3f
10 changed files with 79 additions and 5 deletions

View File

@@ -40,6 +40,9 @@ class Channels
/** Return the Channel for a specified index */
Channel &getByIndex(ChannelIndex chIndex);
/** Return the Channel for a specified name, return primary if not found. */
Channel &getByName(const char* chName);
/** Using the index inside the channel, update the specified channel's settings and role. If this channel is being promoted
* to be primary, force all other channels to be secondary.
*/