Skip to content

ADLINK-IST/dds-tutorial-cpp-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Overview

This repository contains the code C++ examples for the DDS Tutorial.

To make to code more compact and clear I take deliberately advantage of some of the features introduced by C++11. Considered the widely spread availability of C++11 compilers this should not pose a problem.

#Getting Started

To try out the examples you need to have:

Once you have installed OpenSplice you'll have to configure the support for C++11 -- by default OpenSplice C++ API is built for C++98.

To enable C++11 support follow the instructions described here http://dev.opensplice.org/releases/downloads/docs/isocpp/html/isocpp_customlibs.html

Compiling

To compile simply do:

$ cmake . $ make

That's it.

-Happy Hacking

About

C++ Examples for the DDS Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages