ngl_server
1.0
基于 Actor 模型的 C++ 服务器框架
Main Page
Namespaces
Classes
Files
Examples
Class List
Class Index
Class Hierarchy
Class Members
ngl
np_operator_task
Public Attributes
|
List of all members
ngl::np_operator_task Struct Reference
任务操作结构体。
More...
#include <nprotocol.h>
Public Attributes
std::string
m_msg
操作消息描述
bool
m_isreceive
true表示接收任务,false表示移除任务
std::vector< int32_t >
m_taskids
任务配置ID列表
Detailed Description
任务操作结构体。
用于接收或移除任务,支持批量操作。
The documentation for this struct was generated from the following file:
E:/GitHub/ngl_server/public/cpp/actor/protocol/
nprotocol.h
Generated by
Doxygen