Next: htos_operation_completed
Up: Hardware to Server Messages
Previous: htos_simulating_device
Contents
htos_operation_update
This message can be used to send small pieces of data to the GUI clients
as progress is made on the operation. It can also be used to indicate
to a calling GUI client that the operation cannot continue until the
caller performs another task.
The message format is as follows:
htos_operation_update operationName operationHandle arguments
- operationName is the name of the operation
that completed.
- operationHandle is the unique value that
indicates which instance of the operation completed.
- arguments This is a list of return values.
It is recommended that list of return arguments adhere to the
overall DCS protocol (space separated tokens), but this can
only be enforced by the writer of the operation handle.
Next: htos_operation_completed
Up: Hardware to Server Messages
Previous: htos_simulating_device
Contents
Scott McPhillips
2011-07-06