Skip to content

Commit a763ee3

Browse files
committed
New executable names and parameter format
1 parent 46581e5 commit a763ee3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ The following is an example execution:
2727

2828
ON THE SUBSCRIBER COMPUTER:
2929
```
30-
dds_xtypes$ ./ShapeType_subscriber 0 Shape2Extensible
30+
dds-xtypes$ ./rti_connext_dds_5.2_linux -sub -domain 0 -type Shape2Extensible
31+
Usage: ./rti_connext_dds_5.2_linux [-pub | -sub] [-domain <domainId>] [-type <typeName>]
32+
Info: Starting subscribing application. Domain: 0, Type: Shape2Extensible
33+
3134
Waiting for data on topic "XTYPESTestTopic", type "Shape2Extensible"
3235
on_subscription_matched: topic "XTYPESTestTopic", type "Shape2Extensible", count: 1, change: 1
3336
@@ -48,7 +51,10 @@ Read data for Topic XTYPESTestTopic
4851
```
4952
ON THE PUBLISHER COMPUTER:
5053
```
51-
dds_xtypes$ ./ShapeType_publisher 0 Shape1Extensible
54+
dds-xtypes$ ./rti_connext_dds_5.2_linux -pub -domain 0 -type Shape1Extensible
55+
Usage: ./rti_connext_dds_5.2_linux [-pub | -sub] [-domain <domainId>] [-type <typeName>]
56+
Info: Starting publishing application. Domain: 0, Type: Shape1Extensible
57+
5258
Writing Topic "XTYPESTestTopic", type "Shape1Extensible", count 0, data:
5359
color: "BLUE"
5460
x: 0

0 commit comments

Comments
 (0)