OpenDOF Project
DOFInterfaceEventList DOFInterface_CreateEventList ( const DOFInterface  self)

Create a list of DOFInterfaceEvent objects based on the events from the interface.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceEventList_Destroy.
Parameters
selfThe Interface. This must not be NULL.
Returns
return A new list of DOFInterfaceEvent objects. This list can have 0 members.
Exceptions
NULLis returned is returned if the list could not be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22