OpenDOF Project
void(* DOFSystemRouteListener::DOFSystemRouteListenerFns_t::RouteStatus)(DOFSystemRouteListener self, DOFSystem system, DOFRouteInfo routeInfo, DOFRouteInfoState reason)

Callback to notify the application that something has changed for a route.

Note
The request is for information only and must not be completed via this callback.

This callback must not be NULL.

Parameters
selfThe listener object. This will never be NULL.
systemThe DOFSystem on which the listener was added. This will never be NULL.
routeInfoThe routing information that is being updated. This will never be NULL.
reasonThe reason for the update (DOFROUTEINFOSTATE_ADDED, DOFROUTEINFOSTATE_REMOVED, or DOFROUTEINFOSTATE_CHANGED).
Note
The request is for information only and must not be completed via this callback.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31