|
|
|
|
| Description |
EventMgrControlAppend appends
control to the list of motion controllers associated
with an EventMgr (eventMgr). Add "control" to the
end of the list.
|
|
| |
eventMgr |
a handle to the EventMgr object. |
| |
control |
a handle to a Control object. |
| |
|
|
|
| Return Values |
| MPIMessageOK |
if EventMgrControlAppend
successfully appends control to the list of motion controllers associated
with an EventMgr |
| MPIMessageHANDLE_INVALID |
Either eventMgr
or control is an invalid handle. |
| MPIMessageOBJECT_ON_LIST |
control is
already on the list. |
| MPIMessageNO_MEMORY |
Not enough memory was available. |
|
|
|