mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Update doxygen documentation
This commit is contained in:
parent
61b6fd7ea1
commit
f17ff6abc6
38 changed files with 1023 additions and 124 deletions
|
@ -28,19 +28,27 @@
|
|||
#include "ns3/leo-orbit.h"
|
||||
|
||||
/**
|
||||
* \brief Builds a node container of nodes with LEO positions using a list of
|
||||
* orbit definitions.
|
||||
*
|
||||
* Adds orbits with from a file for each node.
|
||||
* \file
|
||||
* \ingroup leo
|
||||
*/
|
||||
|
||||
namespace ns3
|
||||
{
|
||||
|
||||
/**
|
||||
* \ingroup leo
|
||||
* \brief Builds a node container of nodes with LEO positions using a list of
|
||||
* orbit definitions.
|
||||
*
|
||||
* Adds orbits with from a file for each node.
|
||||
*/
|
||||
class LeoOrbitNodeHelper
|
||||
{
|
||||
public:
|
||||
/// constructor
|
||||
LeoOrbitNodeHelper ();
|
||||
|
||||
/// destructor
|
||||
virtual ~LeoOrbitNodeHelper ();
|
||||
|
||||
/**
|
||||
|
@ -73,6 +81,7 @@ public:
|
|||
void SetAttribute (std::string name, const AttributeValue &value);
|
||||
|
||||
private:
|
||||
/// Factory for nodes
|
||||
ObjectFactory m_nodeFactory;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue