Description
The class Mount1 simulates the behaviour of an antenna interface.
It provides only one synchronous methods:
objfix(...).
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
Links
Description
The class Mount2 simulates the behaviour of an antenna interface.
It provides only one synchronous methods:
objfix(...).
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
Links
Description
The class Mount2Loop simulates the behaviour of an antenna interface
implementing a control loop in a thread.
The Component is implementing by inheriting from the previous
Mount2 exercise and adding the thread on top of that implementation.
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
- usage of ACS Thread classes.
Links
Description
The class Mount3 simulates the behaviour of an antenna interface.
It provides only one synchronous methods:
objfix(...).
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
Links
Description
The class Mount4 simulates the behaviour of an antenna interface.
It provides only one synchronous methods:
objfix(...).
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
Links