Fawkes API
Fawkes Development Version
|
24 #ifndef _PLUGINS_REFBOXCOMM_PROCESSOR_MSL2010_H_
25 #define _PLUGINS_REFBOXCOMM_PROCESSOR_MSL2010_H_
27 #include "processor.h"
28 #include "state_handler.h"
33 class MulticastDatagramSocket;
46 const char * refbox_host,
47 unsigned short int refbox_port);
54 void process_string(
char *buf,
size_t len);
61 unsigned int score_cyan_;
62 unsigned int score_magenta_;
67 bool connection_died_;
70 unsigned short int refbox_port_;
72 xmlpp::DomParser *dom;
void refbox_process()
Process incoming refbox communication.
Msl2010RefBoxProcessor(fawkes::Logger *logger, const char *refbox_host, unsigned short int refbox_port)
Constructor.
Multicast datagram socket.
Fawkes library namespace.
Referee Box Communication Processor.
bool check_connection()
Check if the connection is alive and reconnect.
Mid-size league refbox repeater.
~Msl2010RefBoxProcessor()
Destructor.