more dox doc

This commit is contained in:
Mathieu Lacage
2007-05-14 12:37:31 +02:00
parent 0ae24ebd1b
commit 222f309be5

View File

@@ -42,7 +42,12 @@ class DataRate;
* \brief Generate traffic to a single destination according to an
* OnOff pattern.
*
*
* This traffic follows an On/Off pattern: after Application::StartApplication
* is called, "On" and "Off" states alternate. The duration of each of
* these states is determined with the onTime and the offTime random
* variables. During the "Off" state, no traffic is generated.
* During the "On" state, cbr traffic is generated. This cbr traffic is
* characterized by the specified "data rate" and "packet size".
*/
class OnOffApplication : public Application
{