mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Update doxygen documentation
This commit is contained in:
parent
61b6fd7ea1
commit
f17ff6abc6
38 changed files with 1023 additions and 124 deletions
|
@ -27,17 +27,20 @@
|
|||
|
||||
#include <ns3/trace-helper.h>
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup leo
|
||||
* Declares IslNetDevice
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
class NetDevice;
|
||||
class Node;
|
||||
|
||||
/**
|
||||
* \ingroup leo
|
||||
* \brief Build a set of IslNetDevice objects
|
||||
*
|
||||
* Normally we eschew multiple inheritance, however, the classes
|
||||
* PcapUserHelperForDevice and AsciiTraceUserHelperForDevice are
|
||||
* "mixins".
|
||||
*/
|
||||
class IslHelper : public PcapHelperForDevice,
|
||||
public AsciiTraceHelperForDevice
|
||||
|
@ -158,7 +161,6 @@ public:
|
|||
bool explicitFilename);
|
||||
|
||||
private:
|
||||
|
||||
ObjectFactory m_queueFactory; //!< Queue Factory
|
||||
ObjectFactory m_channelFactory; //!< Channel Factory
|
||||
ObjectFactory m_deviceFactory; //!< Device Factory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue