#include <server.h>
Public Member Functions | |
| server () | |
| void | set_import (std::string) | 
| Load a test map.   | |
| void | set_export (std::string) | 
| void | move (std::string) | 
| void | set_add (std::string type) | 
| void | set_number (std::string nr) | 
| void | get_refresh (std::string pos) | 
| void | ip_addr (std::string host) | 
| set the ip address of the central server   | |
| void | session_set (std::string session) | 
| set the session id with the central server   | |
| void | log_level (std::string level) | 
| Set the log level.   | |
| void | log_file (std::string logfile) | 
| Set the log file.   | |
| void | do_fork (std::string file) | 
| fork this task to the background   | |
| void | test_map (std::string file) | 
| Read a test map for developing the editor.   | |
| void | main_loop () | 
| main connunication loop   | |
| server::server | ( | ) | 
| void server::set_import | ( | std::string | file | ) | 
Load a test map.
| void server::set_export | ( | std::string | file | ) | 
| void server::move | ( | std::string | p | ) | 
| void server::set_add | ( | std::string | type | ) | 
| void server::set_number | ( | std::string | nr | ) | 
| void server::get_refresh | ( | std::string | pos | ) | 
| void server::log_level | ( | std::string | level | ) | 
Set the log level.
| void server::log_file | ( | std::string | logfile | ) | 
Set the log file.
| void server::do_fork | ( | std::string | file | ) | 
fork this task to the background
| void server::test_map | ( | std::string | file | ) | 
Read a test map for developing the editor.
| void server::main_loop | ( | ) | 
main connunication loop
  
Visit the project page on