Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
61276f4d
Commit
61276f4d
authored
2 years ago
by
Tommaso Pecorella
Browse files
Options
Download
Email Patches
Plain Diff
doc: fix doxygen warnings
parent
98d9f871
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/core/test/type-id-test-suite.cc
+1
-1
src/core/test/type-id-test-suite.cc
src/internet/model/ipv4.h
+0
-1
src/internet/model/ipv4.h
src/lr-wpan/model/lr-wpan-fields.h
+1
-0
src/lr-wpan/model/lr-wpan-fields.h
src/lte/test/test-lte-x2-handover-measures.cc
+0
-1
src/lte/test/test-lte-x2-handover-measures.cc
src/spectrum/model/phased-array-spectrum-propagation-loss-model.h
+1
-3
...trum/model/phased-array-spectrum-propagation-loss-model.h
with
3 additions
and
6 deletions
+3
-6
src/core/test/type-id-test-suite.cc
View file @
61276f4d
...
...
@@ -32,7 +32,7 @@
using
namespace
ns3
;
///
C
onst string used to build the test name.
///
\return A c
onst string used to build the test name.
const
std
::
string
suite
(
"type-id: "
);
/**
...
...
This diff is collapsed.
Click to expand it.
src/internet/model/ipv4.h
View file @
61276f4d
...
...
@@ -160,7 +160,6 @@ public:
/**
* \param protocol a template for the protocol to add to this L4 Demux.
* \returns the L4Protocol effectively added.
*
* Invoke Copy on the input template to get a copy of the input
* protocol which can be used on the Node on which this L4 Demux
...
...
This diff is collapsed.
Click to expand it.
src/lr-wpan/model/lr-wpan-fields.h
View file @
61276f4d
...
...
@@ -372,6 +372,7 @@ public:
Buffer
::
Iterator
Deserialize
(
Buffer
::
Iterator
i
);
/**
* True if the device type is a Full Functional Device (FFD) false if is a Reduced Functional Device (RFD).
* \return True if the device type is a Full Functional Device (FFD) false if is a Reduced Functional Device (RFD).
*/
bool
IsDeviceTypeFfd
(
void
)
const
;
/**
...
...
This diff is collapsed.
Click to expand it.
src/lte/test/test-lte-x2-handover-measures.cc
View file @
61276f4d
...
...
@@ -88,7 +88,6 @@ public:
* \param admitHo
* \param useIdealRrc true if ideal RRC is to be used, false if real RRC is to be used
*
* \return
*/
LteX2HandoverMeasuresTestCase
(
uint32_t
nEnbs
,
uint32_t
nUes
,
uint32_t
nDedicatedBearers
,
std
::
list
<
CheckPointEvent
>
checkPointEventList
,
...
...
This diff is collapsed.
Click to expand it.
src/spectrum/model/phased-array-spectrum-propagation-loss-model.h
View file @
61276f4d
...
...
@@ -64,7 +64,7 @@ public:
/**
* This method is to be called to calculate
*
* @param
params
the spectrum signal parameters.
* @param
txPsd
the spectrum signal parameters.
* @param a sender mobility
* @param b receiver mobility
* @param aPhasedArrayModel the instance of the phased antenna array of the sender
...
...
@@ -112,5 +112,3 @@ private:
}
// namespace ns3
#endif
/* PHASED_ARRAY_SPECTRUM_PROPAGATION_LOSS_MODEL_H */
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help