Represents a group of channels that have combined settings.
ChannelGroup( |
| ) |
Creates a ChannelGroup object.
channelMask const ChannelMask& | The ChannelMask representing which channels are part of this group. |
groupName const std::string& | The name of the group. |
settings const SettingsMap& | A map of WirelessTypes::ChannelGroupSettings to EepromLocations. |
The ChannelMask representing which channels are part of this group.
The name of the group.
The WirelessTypes::ChannelGroupSettings that this group supports.
A map of WirelessTypes::ChannelGroupSetting to EepromLocation pairs.
const EepromLocation& getSettingEeprom( |
| ) const |
Gets the EepromLocation for the given <Setting>.
Error_NotSupported: The setting is not supported by this Channel Group.
Gets the ChannelMask representing which channels are part of this group.
Gets the name of the channel group.
Gets the WirelessTypes::ChannelGroupSettings that this group supports.
A typedef for a vector of ChannelGroups.