--- a/src/applications/onoff-application.h Mon May 14 12:33:17 2007 +0200
+++ b/src/applications/onoff-application.h Mon May 14 12:34:44 2007 +0200
@@ -81,8 +81,20 @@
void SetMaxBytes(uint32_t maxBytes);
+ /**
+ * \param r the data rate
+ *
+ * Set the data rate to use for every OnOffApplication for which
+ * the user does not specify an explicit data rate.
+ */
static void SetDefaultRate(const DataRate & r);
+ /**
+ * \param size the packet size
+ *
+ * Set the packet size to use for every OnOffApplication for
+ * which the user does not specify an explicit packet size.
+ */
static void SetDefaultSize (uint32_t size);
protected: