Generate header with compile-time features
Currently: * DDS_HAS_SECURITY for DDS Security support * DDS_HAS_LIFESPAN for lifespan QoS support * DDS_HAS_DEADLINE_MISSED for "deadline missed" event support These are defined to 1 if support for the feature is included in the build and left undefined if it isn't. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
d4e9300dad
commit
ecbd585f12
3 changed files with 45 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#endif
|
||||
|
||||
#include "dds/export.h"
|
||||
#include "dds/features.h"
|
||||
|
||||
/**
|
||||
* Handle to an entity. A valid entity handle will always have a positive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue