Allow readconditions and queryconditions as valid entities for dds_instance_get_key Signed-off-by: TheFixer <thefixer@iteazz.com>
This commit is contained in:
parent
0dd2155f99
commit
1f5083aa44
3 changed files with 110 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue