#213 - Allow readconditions and queryconditions as valid entities for… (#214)

Allow readconditions and queryconditions as valid entities for dds_instance_get_key

Signed-off-by: TheFixer <thefixer@iteazz.com>
This commit is contained in:
TheFixer 2019-07-16 13:09:06 +02:00 committed by eboasson
parent 0dd2155f99
commit 1f5083aa44
3 changed files with 110 additions and 12 deletions

View file

@ -2939,7 +2939,7 @@ dds_instance_lookup(dds_entity_t entity, const void *data);
/**
* @brief This operation takes an instance handle and return a key-value corresponding to it.
*
* @param[in] entity Reader or writer entity.
* @param[in] entity Reader, writer, readcondition or querycondition entity.
* @param[in] inst Instance handle.
* @param[out] data pointer to an instance, to which the key ID corresponding to the instance handle will be
* returned, the sample in the instance should be ignored.