Msl2008RefBoxRepeater Class Reference
Mid-size league refbox repeater. More...
#include <tools/refboxrep/msl2008.h>
Public Member Functions | |
| Msl2008RefBoxRepeater (RefBoxStateSender &rss, const char *refbox_host, unsigned short int refbox_port) | |
| Constructor. | |
| ~Msl2008RefBoxRepeater () | |
| Destructor. | |
| void | run () |
| Run. | |
Detailed Description
Mid-size league refbox repeater.This class will communicate with the mid-size league refbox and derive matching game states from the communiation stream and send this via the world info.
Definition at line 41 of file msl2008.h.
Constructor & Destructor Documentation
| Msl2008RefBoxRepeater::Msl2008RefBoxRepeater | ( | RefBoxStateSender & | rss, | |
| const char * | refbox_host, | |||
| unsigned short int | refbox_port | |||
| ) |
Constructor.
- Parameters:
-
rss refbox state sender refbox_host refbox host refbox_port refbox port
Definition at line 99 of file msl2008.cpp.
| Msl2008RefBoxRepeater::~Msl2008RefBoxRepeater | ( | ) |
Member Function Documentation
| void Msl2008RefBoxRepeater::run | ( | ) |
Run.
Reads messages from the network, processes them and calls the refbox state sender.
Definition at line 347 of file msl2008.cpp.
References fawkes::Socket::read().
The documentation for this class was generated from the following files:
- src/tools/refboxrep/msl2008.h
- src/tools/refboxrep/msl2008.cpp

