Example |
Brief Description |
| Client Hello World |
A very simple client which interacts with the Hello World component. |
| Client List Components |
Lists all static components known to manager. |
| Client |
Logs into manager and manipulates mount components. Invokes an asynchronous method. |
| Client Wave |
Within a BACI thread, a mount component's positions follow a sine wave. |
| Client AmsSeq |
Obtains a reference to an AmsSeq component's pointing model, prints it, and then changes it. |
| Client Fridge Command |
Commands specified from the command-line are invoked on a fridge component. |
| Client Fridge |
Creates a BACI monitor using callbacks (running for 20 seconds) on the temperature property of a fridge component. |
| Client Fridge Channel Event Consumer |
Shows the implementation of an event channel consumer consuming events from a fridge component. |
| Client Alarm Thread |
Creates a BACI alarm set to go off when the value of a power supply's read-only double property goes out of range. This value "goes out of range" within a BACI thread. |
| Client Dynamic Component |
Simple example retrieves a dynamic Hello World component from manager. |
| Client Component IOR |
Prints out the stringified IOR of a component specified from the command-line. |