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
|
@ -28,6 +28,18 @@
|
|||
|
||||
using namespace ns3;
|
||||
|
||||
/**
|
||||
* \ingroup leo
|
||||
* \defgroup leo-test LEO module tests
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class EmptySatNodeHelperTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -60,6 +72,12 @@ EmptySatNodeHelperTestCase::DoRun (void)
|
|||
|
||||
// ------------------------------------------------------------------------- //
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class SingleSatNodeHelperTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
|
@ -96,6 +114,12 @@ SingleSatNodeHelperTestCase::DoRun (void)
|
|||
NS_ASSERT_MSG (mob != Ptr<MobilityModel> (), "Mobility model is valid");
|
||||
}
|
||||
|
||||
/**
|
||||
* \ingroup leo-test
|
||||
* \ingroup tests
|
||||
*
|
||||
* \brief Unit tests
|
||||
*/
|
||||
class SatNodeHelperTestSuite : public TestSuite
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue