|
Fawkes API
Fawkes Development Version
|
Queue entry type. More...
#include <interface_listener.h>
Public Attributes | |
| QueueEntryType | type |
| What type this entry concerns. | |
| bool | op |
| true to add, false to remove | |
| Interface * | interface |
| interface this entry concerns | |
Queue entry type.
Definition at line 53 of file interface_listener.h.
| Interface* fawkes::BlackBoardInterfaceListener::QueueEntry::interface |
interface this entry concerns
Definition at line 56 of file interface_listener.h.
| bool fawkes::BlackBoardInterfaceListener::QueueEntry::op |
true to add, false to remove
Definition at line 55 of file interface_listener.h.
| QueueEntryType fawkes::BlackBoardInterfaceListener::QueueEntry::type |
What type this entry concerns.
Definition at line 54 of file interface_listener.h.