项目分析 NGPcontext

NGPcontext
之前对这个一直很疑惑,我一直认为只是在机器人方面有用处,但很有疑问,正在做这方面,我想好好看看到底是怎么运行的
bool NGP::init(NGPcontext context)
{
_context = context;
//_TcpLink = NEWSP(TcpLink);
_TcpLink = NEWSP(TcpLinkEx);
_TcpLink->Init(this);
return true;
}
struct NGPcontext
{
std::function<void(bool success)> OnConnect2Server;
std::function<void()> OnDisconnect; std::function<void(LoginEnum hr)> OnLogin;
//......
}
看了下客户端果然是绑定了自己的函数
而robot绑定了自己的函数
而调用的时候会根据绑定调用不同的函数
虽然问题很小,但解决了很久的疑惑,对客户端啥也不懂
上一篇:小巧的http live streaming m3u8播放器


下一篇:splay模板