Description
The class Mount5 is identical to Mount1 in nearly all aspects except:
- it publishes and consumes data from an event channel using the ACS event channel API.
- exception handling is not used.
What can I gain from this example?
- an example derived from the ACS::Component IDL interface.
- understanding of synchronous method implementation.
- publishing events (in the form of user-defined IDL structs) to consumers.
- processing events (in the form of user-defined IDL structs) sent by suppliers.
Links