Commit Graph

2 Commits

Author SHA1 Message Date
Florian Uhlig
54ff30f055 Fix compiler warnings.
Initialize all data members in initializer lists.
Reorder data members in initializer list to have the same order as in the class declaration.
Comment or remove unused parameters and unused variables.
Convert all old style casts to the correct and explicit c++ cast like const_cast, static_cast,
dynamic_cast or reinterpret_cast. In most cases static_cast is used.
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
90f0e3cb78 Extend DDS Example to use command interface 2018-05-02 13:51:55 +02:00