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

Unified Diff: src/wimax/model/bs-scheduler-rtps.h

Issue 318460043: Final updates to corect doxygen warnings for the wimax module (Closed)
Patch Set: Additional doxygen corrections Created 6 years, 10 months 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 | « src/wimax/model/bs-net-device.h ('k') | src/wimax/model/bs-service-flow-manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wimax/model/bs-scheduler-rtps.h
===================================================================
--- a/src/wimax/model/bs-scheduler-rtps.h
+++ b/src/wimax/model/bs-scheduler-rtps.h
@@ -122,14 +122,20 @@
bool SelectUGSConnection (Ptr<WimaxConnection> &connection);
/**
* \brief Check for rtPS connections that have packets to transmit.
+ * \param connection will point to a connection that have packets to be sent
+ * \returns false if no connection has packets to be sent, true otherwise
*/
bool SelectRTPSConnection (Ptr<WimaxConnection> &connection);
/**
* \brief Check for nrtPS connections that have packets to transmit.
+ * \param connection will point to a connection that have packets to be sent
+ * \returns false if no connection has packets to be sent, true otherwise
*/
bool SelectNRTPSConnection (Ptr<WimaxConnection> &connection);
/**
* \brief Check for BE connections that have packets to transmit.
+ * \param connection will point to a connection that have packets to be sent
+ * \returns false if no connection has packets to be sent, true otherwise
*/
bool SelectBEConnection (Ptr<WimaxConnection> &connection);
« no previous file with comments | « src/wimax/model/bs-net-device.h ('k') | src/wimax/model/bs-service-flow-manager.h » ('j') | no next file with comments »

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