From 67c8f12b671f3c356ab036cf42dfbe2ec35d0d21 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 28 Mar 2008 12:49:39 -0700 Subject: [PATCH] add doxygen --- src/helper/csma-helper.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/helper/csma-helper.h b/src/helper/csma-helper.h index 56b4abe54..91d1eb676 100644 --- a/src/helper/csma-helper.h +++ b/src/helper/csma-helper.h @@ -75,7 +75,19 @@ public: */ void DisablePcap (void); + /** + * \param os an output stream where ascii trace should be sent. + * + * Every ns3::CsmaNetDevice created through subsequent calls + * to CsmaHelper::Build will be configured to dump Rx, EnQueue + * and Dequeue events as ascii data in the specified output stream. + */ void EnableAscii (std::ostream &os); + /** + * Every ns3::CsmaNetDevice created through subsequent calls + * to CsmaHelper::Build will be configured to not dump any + * ascii output. + */ void DisableAscii (void); /**