提交 f395cb09 编写于 作者: 报告_前方高能's avatar 报告_前方高能

1.2-20220608

上级 dfe70127
......@@ -119,14 +119,14 @@ int main(int argc, const char *argv[])
- [插件使用](/doc/externapi.md)
<u>基础模块</u>
- [asyncore](/doc/asyncore.md)
- [asynfile](/doc/asynfile.md)
- [asynipcs](/doc/asynipcs.md)
- [asynsock](/doc/asynsock.md)
- [crashexplorer](/doc/crashexplorer.md)
- asyncore
- asynfile
- asynipcs
- asynsock
- crashexplorer
<u>网络模块</u>
- [asynneta](/doc/asynneta.md)
- asynneta
- [dtp](/doc/dtp.md)
- [dns](/doc/dns.md)
- [ftp](/doc/ftp.md)
......
......@@ -117,15 +117,30 @@ int main(int argc, const char *argv[])
[IVmHost](/doc/IVmHost.txt)
- [Plugins](/doc/externapi.md)
[dns](/doc/dns.md)
[ftp](/doc/ftp.md)
[http](/doc/http.md)
[rtsp](/doc/rtsp.md)
[proxy](/doc/proxy.md)
[ssl](/doc/ssl.md)
[websocket](/doc/websocket.md)
# Thanks
<u>base modules</u>
- asyncore
- asynfile
- asynipcs
- asynsock
- crashexplorer
<u>network modules</u>
- asynneta
- [dtp](/doc/dtp.md)
- [dns](/doc/dns.md)
- [ftp](/doc/ftp.md)
- [http](/doc/http.md)
- [rtsp](/doc/rtsp.md)
- [proxy](/doc/proxy.md)
- [ssl](/doc/ssl.md)
- [websocket](/doc/websocket.md)
<u>extend modules</u>
- [console](/doc/console.md)
- [lua](/doc/lua.md)
- [zip](/doc/zip.md)
- [sqlite](/doc/sqlite.md)
> [Log4cplus](https://github.com/log4cplus/log4cplus)
> [Lua](http://www.lua.org)
> [Zlib](http://www.zlib.net)
......
# console 插件
创建控制台,支持键盘/鼠标输入,加载/卸载实现ICommand接口的插件
便于产品在线调试
创建控制台,支持键盘/鼠标输入,加载/卸载实现ICommand接口的插件,便于产品在线调试
## 导出函数
```c++
......@@ -24,4 +23,4 @@ else
```
## 例子
\support\testconsole
\ No newline at end of file
\support\testconsole
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册