- added channelNumber() function to WirelessDataPoint. - changed channel() to channelId() in WirelessDataPoint.
0.21.2
- changed maxSweeps, maxSweepsPerBurst, and minTimeBetweenBursts functions to take an ActiveChannels object instead of channel count.
0.21.1
- added Check Radio Interval configuration for WirelessNode. - added min and max Check Radio Interval functions.
0.21.0
- added WirelessChannelConfig class for setting configuration on WirelessChannels. - removed "setters" from WirelessChannel class. - changed "verifyConfig" functions to be part of the WirelessNode and BaseStation classes instead of being directly in the WirelessNodeConfig and BaseStationConfig class.
0.20.19
- changed WirelessChannels over to a map of channel to WirelessChannel pointers.
0.20.18
- fix for SyncNetworkInfo's copy constructor being broken (not compiling when trying to use).