-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing ECA signature #38
base: master
Are you sure you want to change the base?
Changing ECA signature #38
Conversation
Signed-off-by: [email protected] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RamziKaroui the macos .DS_Store files should not be checked into git, may you can remove this file?
find_package(Idlpp-cxx REQUIRED) | ||
find_package(CycloneDDS REQUIRED) | ||
|
||
if (NOT TARGET CycloneDDS_CXX_API::ddscxx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RamziKaroui may you can update the cmake file, the target is not called ..._API anymore. May you can update the code with the current master?
#include <iostream> | ||
#include "dds/dds.hpp" | ||
#include "dds/core/ddscore.hpp" | ||
#include "ATCDataModel_DCPS.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RamziKaroui may you can update the source code too for the current master. There is no _DCPS anymore.
And no need to include dds/core/ddscore, its already included in dds/dds.hpp
Signed-off-by: [email protected] [email protected]