9 Commits (f96c178ca60b46ba9f431bdbf7b00d8893ffd320)

Author SHA1 Message Date
Bryant Mairs f96c178ca6 QString::toAscii() doesn't exist in Qt5, using toLatin1() instead. 11 years ago
Don Gagne c9cdc4649d -Wreorder fixes 12 years ago
Bryant Mairs 0558263616 Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes. 12 years ago
Bryant Mairs c4db113de3 Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes. 12 years ago
Don Gagne bfe8684e2b Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in. 12 years ago
Bryant d0af5b03bd Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added. 12 years ago
Bryant 7095cf2824 Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added. 12 years ago
oberion 17eb2abde6 Changed Xbeelink configuration 14 years ago
oberion d384a2b1c3 changed Xbee disconnection 14 years ago
Franz fa956f36c2 added additional xbeefiles 14 years ago