Use NO_KEY GUID variant if Cyclone DDS supports it
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
8844880edd
commit
43f70ed2eb
2 changed files with 11 additions and 1 deletions
|
@ -30,9 +30,11 @@ struct sertopic_rmw : ddsi_sertopic
|
|||
{
|
||||
CddsTypeSupport type_support;
|
||||
bool is_request_header;
|
||||
#if !DDSI_SERTOPIC_HAS_TOPICKIND_NO_KEY
|
||||
std::string cpp_name;
|
||||
std::string cpp_type_name;
|
||||
std::string cpp_name_type_name;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct serdata_rmw : ddsi_serdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue