File tree 12 files changed +29
-32
lines changed
12 files changed +29
-32
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,3 @@ contributions will be reviewed and as soon as they are approved they will
50
50
automatically be included in the [ RTI Community Portal Examples
51
51
Section] ( http://community.rti.com ) . See [ CONTRIBUTING.md] ( https://github.com/rticommunity/rticonnextdds-examples/blob/master/CONTRIBUTING.md )
52
52
for further information about how to contribute with new examples to this repository.
53
-
54
-
55
-
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [Content Filtering](https://community.rti.com/s
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [Data Persistence](https://community.rti.com/st
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tutorial.
8
8
You can build the example following the instructions in the tutorial, or you can
9
9
build it using CMake as follows.
10
10
11
- 1 . Generate the build files:
11
+ 1 . Generate the build files:
12
12
13
13
``` sh
14
14
mkdir build
@@ -31,7 +31,7 @@ and platform.
31
31
cmake .. -G " Visual Studio 17 2022" -A x64
32
32
```
33
33
34
- 2 . Build the applications:
34
+ 2 . Build the applications:
35
35
36
36
``` sh
37
37
cmake --build .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tutorial.
8
8
You can build the example following the instructions in the tutorial, or you can
9
9
build it using CMake as follows.
10
10
11
- 1 . Generate the build files:
11
+ 1 . Generate the build files:
12
12
13
13
``` sh
14
14
mkdir build
@@ -31,7 +31,7 @@ and platform.
31
31
cmake .. -G " Visual Studio 17 2022" -A x64
32
32
```
33
33
34
- 2 . Build the applications:
34
+ 2 . Build the applications:
35
35
36
36
``` sh
37
37
cmake --build .
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ This code is part of the Connext Distributed data cache tutorial.
4
4
5
5
## Building the Example :wrench :
6
6
7
- 1 . Generate the C# types and the project files file with ** rtiddsgen** :
7
+ 1 . Generate the C# types and the project files file with ** rtiddsgen** :
8
8
9
9
``` sh
10
10
< install dir> /bin/rtiddsgen -language C# -platform [net5| net6| net8] home_automation.idl
11
11
```
12
12
13
13
Where ` <install dir> ` refers to your RTI Connext installation.
14
14
15
- 2 . Build the applications:
15
+ 2 . Build the applications:
16
16
17
17
``` sh
18
18
dotnet build
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [Last-Value Cache](https://community.rti.com/st
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
4
4
5
5
## Building the Example :wrench :
6
6
7
- 1 . Generate the C# types and the project files file with ** rtiddsgen** :
7
+ 1 . Generate the C# types and the project files file with ** rtiddsgen** :
8
8
9
9
``` sh
10
10
< install dir> /bin/rtiddsgen -language C# -platform [net5| net6| net8] home_automation.idl
11
11
```
12
12
13
13
Where ` <install dir> ` refers to your RTI Connext installation.
14
14
15
- 2 . Build the applications:
15
+ 2 . Build the applications:
16
16
17
17
``` sh
18
18
dotnet build
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
6
6
7
7
You can build the example using Gradle as follows.
8
8
9
- 1 . Setting up the environment for Connext:
9
+ 1 . Setting up the environment for Connext:
10
10
11
11
Use the following script to configure your shell environment variables to run
12
12
Connext executables and load dynamic libraries.
13
13
14
- * Linux
14
+ - Linux
15
15
16
16
If you’re using Bash, run this:
17
17
@@ -25,7 +25,7 @@ If you’re using the Z shell, run this:
25
25
source < installdir> /resource/scripts/rtisetenv_< architecture> .zsh
26
26
```
27
27
28
- * macOS
28
+ - macOS
29
29
30
30
If you’re using Bash, run this:
31
31
@@ -45,29 +45,29 @@ If you’re using the tcsh shell, run this:
45
45
source < installdir> /resource/scripts/rtisetenv_< architecture> .tcsh
46
46
```
47
47
48
- * Windows
48
+ - Windows
49
49
50
50
``` sh
51
51
< installdir> \r esource\s cripts\r tisetenv_< architecture> .bat
52
52
```
53
53
54
- 2 . Build the applications:
54
+ 2 . Build the applications:
55
55
56
- * Linux or macOs
56
+ - Linux or macOs
57
57
58
58
``` sh
59
59
./gradlew build
60
60
```
61
61
62
- * Windows
62
+ - Windows
63
63
64
64
``` sh
65
65
./gradlew.bat build
66
66
```
67
67
68
68
## Running the Applications :rocket :
69
69
70
- * Linux or macOs
70
+ - Linux or macOs
71
71
72
72
``` sh
73
73
./gradlew runPublisher
@@ -79,7 +79,7 @@ source <installdir>/resource/scripts/rtisetenv_<architecture>.tcsh
79
79
...
80
80
```
81
81
82
- * Windows
82
+ - Windows
83
83
84
84
``` sh
85
85
./gradlew.bat runPublisher
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This code is part of the Connext [RPC](https://community.rti.com/static/document
7
7
You can build the example following the instructions in the tutorial, or you can
8
8
build it using CMake as follows.
9
9
10
- 1 . Generate the build files:
10
+ 1 . Generate the build files:
11
11
12
12
``` sh
13
13
mkdir build
@@ -30,7 +30,7 @@ and platform.
30
30
cmake .. -G " Visual Studio 17 2022" -A x64
31
31
```
32
32
33
- 2 . Build the applications:
33
+ 2 . Build the applications:
34
34
35
35
``` sh
36
36
cmake --build .
You can’t perform that action at this time.
0 commit comments