MidsizeRefBoxRepeater Class Reference
Mid-size league refbox repeater. More...
#include <tools/refboxrep/msl2007.h>
Public Member Functions | |
| MidsizeRefBoxRepeater (RefBoxStateSender &rss, const char *refbox_host, unsigned short int refbox_port) | |
| Constructor. | |
| ~MidsizeRefBoxRepeater () | |
| 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 33 of file msl2007.h.
Constructor & Destructor Documentation
| MidsizeRefBoxRepeater::MidsizeRefBoxRepeater | ( | 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 77 of file msl2007.cpp.
| MidsizeRefBoxRepeater::~MidsizeRefBoxRepeater | ( | ) |
Member Function Documentation
| void MidsizeRefBoxRepeater::run | ( | ) |
Run.
Reads messages from the network, processes them and calls the refbox state sender.
Definition at line 244 of file msl2007.cpp.
References fawkes::Socket::read().
The documentation for this class was generated from the following files:
- src/tools/refboxrep/msl2007.h
- src/tools/refboxrep/msl2007.cpp

