File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
<a href="https://fast-dds-statistics-backend.readthedocs.io/en/latest/"><img alt="Documentation Status" src="https://readthedocs.org/projects/fast-dds-statistics-backend/badge/?version=latest"></a>
29
29
<a href="https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/nightly-windows-ci.yml"><img alt="Windows CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-statistics-backend/nightly-windows-ci.yml?label=Windows%20CI"></a>
30
30
<a href="https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-statistics-backend/nightly-ubuntu-ci.yml?label=Ubuntu%20CI"></a>
31
- <a href="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend"><img alt="Ubuntu CI" src="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/main /graph/badge.svg?token=6NA5PVA9QL"></a>
31
+ <a href="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend"><img alt="Ubuntu CI" src="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/v2.2.0 /graph/badge.svg?token=6NA5PVA9QL"></a>
32
32
33
33
</div >
34
34
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Full example
6
6
Next steps
7
7
""""""""""
8
8
You may find this example at the *eProsima Fast DDS Statistics Backend * Github repository, by following
9
- `this <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/main /examples/cpp/HelloWorldExample >`_ link.
9
+ `this <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/v2.2.0 /examples/cpp/HelloWorldExample >`_ link.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ This section explains how to use it to compile *eProsima Fast DDS Statistics Bac
112
112
113
113
mkdir ~ /Fast-DDS-statistics-backend
114
114
cd ~ /Fast-DDS-statistics-backend
115
- wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/master /fastdds_statistics_backend.repos
115
+ wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/v2.2.0 /fastdds_statistics_backend.repos
116
116
mkdir src
117
117
vcs import src < fastdds_statistics_backend.repos
118
118
Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ repositories:
2
2
foonathan_memory_vendor:
3
3
type: git
4
4
url: https://github.com/eProsima/foonathan_memory_vendor.git
5
- version: master
5
+ version: v1.3.1
6
6
fastcdr:
7
7
type: git
8
8
url: https://github.com/eProsima/Fast-CDR.git
9
- version: master
9
+ version: v2.3.0
10
10
fastdds:
11
11
type: git
12
12
url: https://github.com/eProsima/Fast-DDS.git
13
- version: master
13
+ version: v3.2.2
14
14
fastdds_statistics_backend:
15
15
type: git
16
16
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
17
- version: main
17
+ version: v2.2.0
18
18
fastddsgen:
19
19
type: git
20
20
url: https://github.com/eProsima/Fast-DDS-Gen.git
21
- version: master
21
+ version: v4.0.4
22
22
fastddsgen/thirdparty/idl-parser:
23
23
type: git
24
24
url: https://github.com/eProsima/IDL-Parser.git
25
- version: master
25
+ version: v4.0.4
You can’t perform that action at this time.
0 commit comments