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