-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
Time_t
to dds
namespace and some *Attributes to xmlparser
…
…docs (#870) * Refs #21321: Update CodeTester Signed-off-by: Mario Dominguez <[email protected]> * Refs #21321: Update docs Signed-off-by: Mario Dominguez <[email protected]> * Refs #21321: Apply rev Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
- Loading branch information
Showing
14 changed files
with
91 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/fastdds/api_reference/dds_pim/core/Time_t/Duration_t.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. rst-class:: api-ref | ||
|
||
DDS Layer Duration_t | ||
-------------------- | ||
|
||
.. doxygentypedef:: eprosima::fastdds::dds::Duration_t | ||
:project: FastDDS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _api_pim_time_t: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DDS Layer Time_t | ||
---------------- | ||
|
||
.. doxygenstruct:: eprosima::fastdds::dds::Time_t | ||
:project: FastDDS | ||
:members: |
14 changes: 14 additions & 0 deletions
14
docs/fastdds/api_reference/dds_pim/core/Time_t/const_values.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. rst-class:: api-ref | ||
|
||
Const values | ||
------------ | ||
|
||
.. doxygenvariable:: eprosima::fastdds::dds::c_TimeInfinite | ||
:project: FastDDS | ||
|
||
.. doxygenvariable:: eprosima::fastdds::dds::c_TimeZero | ||
:project: FastDDS | ||
|
||
.. doxygenvariable:: eprosima::fastdds::dds::c_TimeInvalid | ||
:project: FastDDS | ||
|
31 changes: 31 additions & 0 deletions
31
docs/fastdds/api_reference/dds_pim/core/Time_t/operators.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. rst-class:: api-ref | ||
|
||
Time_t DDS Operators | ||
-------------------- | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator==(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator!=(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator<(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator>(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator<=(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator>=(const Time_t &t1, const Time_t &t2) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator<<(std::ostream &output, const Time_t &t) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator+(const Time_t &ta, const Time_t &tb) | ||
:project: FastDDS | ||
|
||
.. doxygenfunction:: eprosima::fastdds::dds::operator-(const Time_t &ta, const Time_t &tb) | ||
:project: FastDDS |
12 changes: 12 additions & 0 deletions
12
docs/fastdds/api_reference/dds_pim/core/Time_t/time_toc.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _api_dds_common_time_t: | ||
|
||
DDS Time_t | ||
---------- | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/fastdds/api_reference/dds_pim/core/Time_t/const_values | ||
/fastdds/api_reference/dds_pim/core/Time_t/Duration_t | ||
/fastdds/api_reference/dds_pim/core/Time_t/operators | ||
/fastdds/api_reference/dds_pim/core/Time_t/Time_t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
docs/fastdds/api_reference/rtps/common/Time_t/const_values.rst
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/fastdds/api_reference/rtps/common/Time_t/fastrtps_Time_t.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
.. _api_rtps_common_time_t: | ||
|
||
Time_t | ||
-------------------- | ||
RTPS Time_t | ||
----------- | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/fastdds/api_reference/rtps/common/Time_t/const_values | ||
/fastdds/api_reference/rtps/common/Time_t/defines | ||
/fastdds/api_reference/rtps/common/Time_t/Duration_t | ||
/fastdds/api_reference/rtps/common/Time_t/fastrtps_Time_t | ||
/fastdds/api_reference/rtps/common/Time_t/operators | ||
/fastdds/api_reference/rtps/common/Time_t/Time_t |