Fawkes API  Fawkes Development Version
fawkes::BlackBoardInterfaceListener::QueueEntry Struct Reference

Queue entry type. More...

#include <interface_listener.h>

Public Attributes

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

Detailed Description

Queue entry type.

Definition at line 53 of file interface_listener.h.

Member Data Documentation

◆ interface

Interface* fawkes::BlackBoardInterfaceListener::QueueEntry::interface

interface this entry concerns

Definition at line 56 of file interface_listener.h.

◆ op

bool fawkes::BlackBoardInterfaceListener::QueueEntry::op

true to add, false to remove

Definition at line 55 of file interface_listener.h.

◆ type

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: