blackboard
[Interface specifications]
Collaboration diagram for blackboard:
![]() |
Detailed Description
Access properties stored in a central repository.EXPERIMENTAL
#define | PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_KEY 1 |
Request/reply subtype: subscribe to key. | |
#define | PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_KEY 2 |
Request/reply subtype: unsubscribe from key. | |
#define | PLAYER_BLACKBOARD_REQ_SET_ENTRY 3 |
Request/reply subtype: set entry. | |
#define | PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_GROUP 4 |
Request/reply subtype: subscribe to group. | |
#define | PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_GROUP 5 |
Request/reply subtype: unsubscribe from group. | |
#define | PLAYER_BLACKBOARD_DATA_UPDATE 1 |
Data update reply. |
Define Documentation
#define PLAYER_BLACKBOARD_REQ_SET_ENTRY 3 |
Request/reply subtype: set entry.
#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_GROUP 4 |
Request/reply subtype: subscribe to group.
#define PLAYER_BLACKBOARD_REQ_SUBSCRIBE_TO_KEY 1 |
Request/reply subtype: subscribe to key.
#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_GROUP 5 |
Request/reply subtype: unsubscribe from group.
#define PLAYER_BLACKBOARD_REQ_UNSUBSCRIBE_FROM_KEY 2 |
Request/reply subtype: unsubscribe from key.