|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
测试启动支持工具实现。 More...
#include "../libnglcore/core/bootstrap/start_pushcfg.h"#include "../libnglcore/core/bootstrap/start_world.h"#include "../libnglcore/core/bootstrap/start_robot.h"#include "../libnglcore/core/bootstrap/start_login.h"#include "../libnglcore/core/bootstrap/start_log.h"#include "../libnglcore/core/bootstrap/start_gateway.h"#include "../libnglcore/core/bootstrap/start_game.h"#include "../libnglcore/core/bootstrap/start_db.h"#include "../libnglcore/core/bootstrap/start_csvserver.h"#include "../libnglcore/core/bootstrap/start_crossdb.h"#include "../libnglcore/core/bootstrap/start_cross.h"#include "../libnglcore/core/bootstrap/start_actor.h"#include "actor/tab/csvtable.h"#include "tools/curl/ncurl.h"#include "tools/tab/json/njson.h"#include <array>#include <string>Functions | |
| bool | build_push_cfg (const ngl::tab_servers &asrv, std::string &aparam) |
| startup_error | start_db (int aargc, char **aargv, int *atcp_port) |
| startup_error | start_game (int *atcp_port) |
| startup_error | start_actor (int *atcp_port) |
| startup_error | start_log (int *atcp_port) |
| startup_error | start_gateway (int *atcp_port) |
| startup_error | start_login (int *atcp_port) |
| startup_error | start_world (int *atcp_port) |
| startup_error | start_csvserver (int *atcp_port) |
| startup_error | start_robot (int aargc, char **aargv, int *atcp_port) |
| startup_error | start_cross (int *atcp_port) |
| startup_error | start_crossdb (int *atcp_port) |
| startup_error | start_pushcfg (int *atcp_port) |
测试启动支持工具实现。