small fix. added getter and setter!

This commit is contained in:
toni
2016-11-16 12:40:16 +01:00
parent a35a22e676
commit 0bf8a9c25c
5 changed files with 34 additions and 171 deletions

View File

@@ -91,7 +91,7 @@ public:
// sanity check
Assert::isBetween(params.waf, -99.0f, 0.0f, "WAF out of bounds [-99:0]");
Assert::isBetween(params.txp, -50.0f, -30.0f, "TXP out of bounds [-50:-30]");
Assert::isBetween(params.txp, -90.0f, -30.0f, "TXP out of bounds [-50:-30]");
Assert::isBetween(params.exp, 1.0f, 4.0f, "EXP out of bounds [1:4]");
Assert::equal(beacons.find(beacon), beacons.end(), "AccessPoint already present!");