mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-10 19:11:41 +02:00
Update doxygen documentation
This commit is contained in:
parent
61b6fd7ea1
commit
f17ff6abc6
38 changed files with 1023 additions and 124 deletions
|
@ -27,6 +27,18 @@
|
|||
|
||||
using namespace ns3;
|
||||
|
||||
/**
|
||||
* \ingroup leo
|
||||
* \defgroup leo-test LEO module tests
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitSpeedTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -42,6 +54,12 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitPositionTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -58,6 +76,12 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitProgressTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -85,6 +109,12 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitLatitudeTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -106,6 +136,12 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitOffsetTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -127,6 +163,12 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitTracingTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -178,6 +220,12 @@ void LeoOrbitTracingTestCase::CourseChange (std::string context, Ptr<const Mobil
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class LeoOrbitTestSuite : TestSuite
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue