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); /**