Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1020 Bytes

File metadata and controls

39 lines (24 loc) · 1020 Bytes

Writing a simple C++ publisher and subscriber application

This section details how to create a simple Fast DDS application with a publisher and a subscriber using C++ API step by step. It is also possible to self-generate a similar example to the one implemented in this section by using the eProsima Fast DDS-Gen tool. This additional approach is explained in :ref:`fastddsgen_pubsub_app`.