add some dox doc

Mathieu Lacage 2007-05-14 12:34:44 +02:00
parent 94c5cf7457
commit 0ae24ebd1b
1 changed files with 12 additions and 0 deletions

View File

@ -81,8 +81,20 @@ public:
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: