ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
startup_support.cpp File Reference

测试启动支持工具实现。 More...

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)

Detailed Description

测试启动支持工具实现。