- removed outdated comment

pull/246/head
Michael Zillgith 5 years ago
parent 69d93f398c
commit 27ae0a5c0f

@ -1386,8 +1386,7 @@ IedServer_setPerformCheckHandler(IedServer self, DataObject* node, ControlPerfor
* This functions sets a user provided handler that should perform the dynamic tests for a control operation. * This functions sets a user provided handler that should perform the dynamic tests for a control operation.
* Setting this handler is not required. If not set the server assumes that the checks will always be successful. * Setting this handler is not required. If not set the server assumes that the checks will always be successful.
* The handler has to return true upon a successful test of false if the test fails. In the later case the control * The handler has to return true upon a successful test of false if the test fails. In the later case the control
* operation will be aborted. If this handler is set than the server will start a new thread before calling the * operation will be aborted.
* handler. This thread will also be used to execute the ControlHandler.
* *
* \param self the instance of IedServer to operate on. * \param self the instance of IedServer to operate on.
* \param node the controllable data object handle * \param node the controllable data object handle

Loading…
Cancel
Save