Holds information on a specific configuration issue.
Configuration Options for Wireless Nodes and BaseStations that can be issues.
ConfigIssue( |
| ) |
Creates a ConfigIssue object.
optionId | The ConfigOption identifying the configuration option for which the issue occurred. |
description const std::string& | A description of the issue. |
ConfigIssue( |
| ) |
Creates a ConfigIssue object.
optionId | The ConfigOption identifying the configuration option for which the issue occurred. |
description const std::string& | A description of the issue. |
mask const ChannelMask& | The ChannelMask that this issue applies to, if this is a channel group issue. |
Gets the ConfigOption identifying the configuration option for which the issue occurred.
A ConfigOption identifying the configuration option for which the issue occurred.
Gets a description of the issue.
A string description of the issue.
Gets whether the issue applies to a channel group (true) or the entire Node (false).
true if the issue applies to a channel group, false if the issue is for a global Node setting.
The ChannelMask that the issue applies to, if this issue is a channel group issue.
The ChannelMask that the issue applies to. If this issue is for a global Node setting, this will be a default (all disabled) mask.
typedef for a vector of ConfigIssue objects.