23#ifndef _PLUGINS_REFBOXCOMM_PROCESSOR_REMOTEBB_H_
24#define _PLUGINS_REFBOXCOMM_PROCESSOR_REMOTEBB_H_
27#include "state_handler.h"
32class GameStateInterface;
40 unsigned short int bb_port,
41 const char * iface_id);
59 unsigned short int bb_port_;
Referee Box Communication Processor.
Remote BlackBoard refbox repeater.
bool check_connection()
Check if the connection is alive and reconnect.
~RemoteBlackBoardRefBoxProcessor()
Destructor.
RemoteBlackBoardRefBoxProcessor(fawkes::Logger *logger, const char *bb_host, unsigned short int bb_port, const char *iface_id)
Constructor.
void refbox_process()
Process incoming refbox communication.
The BlackBoard abstract class.
GameStateInterface Fawkes BlackBoard Interface.
Fawkes library namespace.