File tree 9 files changed +16
-24
lines changed
tests/examples/connext_dds
dynamic_data_nested_structs/java
9 files changed +16
-24
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
-
3
- cd " $( dirname " $0 " ) "
4
- file_name=$( basename $0 .sh)
5
- java -Djava.library.path=$NDDSHOME /lib/x64Linux4gcc7.3.0 -cp " .:$NDDSHOME /lib/java/nddsjava.jar" $file_name $@
2
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/dynamic_data_nested_structs/java
3
+ java -Djava.library.path=$NDDSHOME /lib/x64Linux4gcc7.3.0 -cp " .:$NDDSHOME /lib/java/nddsjava.jar" DynamicDataNestedStruct $@
Original file line number Diff line number Diff line change 3
3
# Change directory to the location of the example working directory
4
4
# to workaround DIT-193
5
5
6
- cd " $( dirname " $0 " ) "
7
- file_name=$( basename $0 .sh)
8
- ./build/$file_name $@
6
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/c++11
7
+ ./build/Inventory_client $@
Original file line number Diff line number Diff line change 3
3
# Change directory to the location of the example working directory
4
4
# to workaround DIT-193
5
5
6
- cd " $( dirname " $0 " ) "
7
- file_name=$( basename $0 .sh)
8
- ./build/$file_name $@
6
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/c++11
7
+ ./build/Inventory_service $@
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd " $( dirname " $0 " ) "
4
- file_name=$( basename $0 .sh)
5
- /bin/python3 $file_name .py $@
3
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
4
+ /bin/python3 inventory_client.py $@
6
5
rm -rf __pycache__
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd " $( dirname " $0 " ) "
4
- file_name=$( basename $0 .sh)
5
- /bin/python3 $file_name .py $@
3
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/remote_procedure_call/py
4
+ /bin/python3 inventory_service.py $@
6
5
rm -rf __pycache__
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd " $( dirname " $0 " ) "
3
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/request_reply/cs
4
4
/usr/bin/dotnet run -- --replier $@
Original file line number Diff line number Diff line change 5
5
# to try to avoid the issue
6
6
sleep 10
7
7
8
- cd " $( dirname " $0 " ) "
8
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/request_reply/cs
9
9
/usr/bin/dotnet run -- --requester $@
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd " $( dirname " $0 " ) "
4
- file_name=$( basename $0 .sh)
5
- /bin/python3 $file_name .py $@
3
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/request_reply/py
4
+ /bin/python3 primes_replier.py $@
6
5
rm -rf __pycache__
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cd " $( dirname " $0 " ) "
4
- file_name=$( basename $0 .sh)
5
- /bin/python3 $file_name .py $@
3
+ cd /test/connextdds_examples_suite/connextdds_examples_repo/examples/connext_dds/request_reply/py
4
+ /bin/python3 primes_requester.py $@
6
5
rm -rf __pycache__
You can’t perform that action at this time.
0 commit comments