Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::BlackBoardInterfaceListener::QueueEntry Struct Reference

Queue entry type. More...

#include <interface_listener.h>

List of all members.

Public Attributes

QueueEntryType type
 What type this entry concerns.
bool op
 true to add, false to remove
Interfaceinterface
 interface this entry concerns

Detailed Description

Queue entry type.

Definition at line 53 of file interface_listener.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: