File: README.txt

package info (click to toggle)
fastdds 2.9.1%2Bds-1%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,412 kB
  • sloc: cpp: 378,073; xml: 7,623; ansic: 4,596; python: 2,545; sh: 189; makefile: 36
file content (6 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
To launch this test open two different consoles:

In the first one launch: ./DDSStaticHelloWorldExample publisher (or DDSStaticHelloWorldExample.exe publisher on windows).
In the second one: ./DDSStaticHelloWorldExample subscriber (or DDSStaticHelloWorldExample.exe subscriber on windows).

Note: This example needs the xml file stored in the sources directory. You need to copy this folder where you will execute the example executable. The CMakeList.txt file also copies this file to the folder used to build the example.