Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(159)

Unified Diff: src/test/traced/traced-callback-typedef-test-suite.cc

Issue 254440043: Add RRPAA, a new power and rate control mechanism
Patch Set: Fix doxygen warnings Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/wireless/power-adaptation-interference.cc ('k') | src/wifi/model/aparf-wifi-manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/test/traced/traced-callback-typedef-test-suite.cc
===================================================================
--- a/src/test/traced/traced-callback-typedef-test-suite.cc
+++ b/src/test/traced/traced-callback-typedef-test-suite.cc
@@ -642,12 +642,12 @@
empty);
CHECK (WifiRemoteStationManager::PowerChangeTracedCallback,
- uint8_t, Mac48Address,
- empty, empty, empty);
+ double, double, Mac48Address,
+ empty, empty);
CHECK (WifiRemoteStationManager::RateChangeTracedCallback,
- uint32_t, Mac48Address,
- empty, empty, empty);
+ DataRate, DataRate, Mac48Address,
+ empty, empty);
}
class TracedCallbackTypedefTestSuite : public TestSuite
« no previous file with comments | « examples/wireless/power-adaptation-interference.cc ('k') | src/wifi/model/aparf-wifi-manager.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b