OpenDOF Project
Data Fields
DOFRuntimeServerStateListener::DOFRuntimeServerStateListenerFns_t Struct Reference

The listener interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

void(* Removed )(DOFRuntimeServerStateListener self, DOFRuntime runtime, DOFException except)
 Called when this listener is removed from the DOFRuntime, either through use of DOFRuntime_RemoveServerListener or because an exception caused the listener to be removed.
 
void(* StateChanged )(DOFRuntimeServerStateListener self, DOFRuntime runtime, DOFServer server, DOFServerState state)
 Called whenever the DOFServerState_IsStarted value changes for any of the DOF's servers.
 

Detailed Description

The listener interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-oal Version 7.1.7 Build 0
2017-10-31