import "acsexmplPowerSupply.idl";
List of all members.
Detailed Description
Interface PowerSupply is a simple interface
Member Function Documentation
Turns the powersupply off asynchronously. That is, we are notified by the callback when the method really completes.
- Parameters:
-
| cb | callback when the powersupply has been turned off. |
| desc | is used to negotiate timeouts between client and sever. See the BACI specifications for more details. |
- Returns:
- void
Turns the powersupply on asynchronously. That is, we are notified by the callback when the method really completes.
- Parameters:
-
| cb | callback when the powersupply has been turned on. |
| desc | is used to negotiate timeouts between client and sever. See the BACI specifications for more details. |
- Returns:
- void
Resets the powersupply asynchronously. That is, we are notified by the callback when the method really completes.
- Parameters:
-
| cb | callback when the powersupply has been reset. |
| desc | is used to negotiate timeouts between client and sever. See the BACI specifications for more details. |
- Returns:
- void
Member Data Documentation
This property is the commanded current of the powersupply.
This property is the actual current of the powersupply.
This property is the actual current of the powersupply.
The documentation for this interface was generated from the following file: