import "baci.idl";
Inheritance diagram for ACS::RWdouble:
Public Member Functions | |
ACSErr::Completion | set_sync (in double value) |
void | set_async (in double value, in CBvoid cb, in CBDescIn desc) |
void | set_nonblocking (in double value) |
void | increment (in CBvoid cb, in CBDescIn desc) |
void | decrement (in CBvoid cb, in CBDescIn desc) |
Public Attributes | |
readonly attribute double | min_value |
readonly attribute double | max_value |
The following types are missing, because they were not requested for ACS1.0: RWpattern, patternSeq, PstringSeq.
|
3AC90A27033F |
|
3AC90A270336 |
|
Aynchronous setting of the property value - it is equivalent to the synchronous case, only that the Completion structure informing of the success/failure is returned via the callback object cb. As it does not carry a value, the callback is of type CBvoid. As usual, a callback descriptor is at the end of the signature. 3AC90A270323 |
|
Method for fast consecutive sets that minimizes communication overhead. No assurance exists that the command has actually arrived to the server. Therefore also no completion code is returned. 3AC90A27032E |
|
Synchronous setting of the property value - the returned Completion structure informs of the success/failure of the operation. 3AC90A270321 |
|
|
|
|