Class | Description |
---|---|
BusMember |
A SpaceParticipant can connect to the different buses of the universAAL
middleware by becoming a member, i.e., by creating instances of this class.
|
Callee |
Registers to an RPC-bus for receiving requests to be replied.
|
Caller |
Registers to a bus in order to send requests needing a reply; hence, it must
be able to handle replies.
|
Publisher |
Publishes events to an event-bus and may receive requests to be replied.
|
Subscriber |
Subscribes to an event-bus for events to handle them and simultaneously may
re-ask the publishers on the same bus for more info; hence, it must be able
to handle replies, too.
|
Enum | Description |
---|---|
BusMemberType |
Copyright © 2018 universAAL Consortium. All rights reserved.