OpenDOF Project
boolean DOFSystem_IsInterestRequested ( const DOFSystem  self,
const DOFObjectID  objectID,
const DOFInterfaceID  interfaceID,
DOFInterestLevel  level 
)

Determine if there is interest currently expressed for a given Object and Interface.

If interfaceID is the Wildcard IID, then check for all interfaces on the given Object. If interfaceID is NULL, then check for any interfaces on the given Object.

Parameters
selfThe System. This must not be NULL.
objectIDThe Object ID. This should not be NULL. The Broadcast ID only matches interest where the Broadcast ID was used.
interfaceIDThe Interface ID. This may be NULL to indicate any interface ID. The Wildcard ID only matches interest where the Wildcard ID was used.
levelThe level of interest for which to check. Current interest at or above the specified level will return an affirmative result.
Returns
FALSE if the specified level of interest is not present for the given Object and Interface. TRUE if the specified level of interest is present for the given Object and Interface.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22