暂无描述

gifur 7f428cc2d3 #IQRV #comment [ThirdParty] MsgPack 第三方库上传 4 年之前
DevAdapter 25b0ae2ff9 #IQRV #comment [Module] DeviceControl和ups实体完成迁移 4 年之前
Module a6e31ebbe9 #IQRV #comment [ThirdParty] MsgPack 库上传 4 年之前
Other 6f1633911a Z991239-1258 #comment other: 解决localmediaplayer存在启动失败问题 4 年之前
ThirdParty 7f428cc2d3 #IQRV #comment [ThirdParty] MsgPack 第三方库上传 4 年之前
Tool d9937ce662 Z991239-1169 #comment 卡机加载修改健康记录信息 other:卡机加载修改健康记录信息 4 年之前
addin 25b0ae2ff9 #IQRV #comment [Module] DeviceControl和ups实体完成迁移 4 年之前
docs 4043105eb5 Z991239-635 #comment other: 移除设计文档 5 年之前
.gitattributes 2585c93b02 Z991239-890 #comment 处理在linux 编译 mod_bootmanager 失败的问题 5 年之前
.gitignore 7f428cc2d3 #IQRV #comment [ThirdParty] MsgPack 第三方库上传 4 年之前
CMakeLists.txt 4aaf6ff8fd #IQRV #comment version 更新版本号 0.0.2-dev1 4 年之前
CMakeSettings.json 8610170119 Z991239-360 #comment fea 上传Linux迁移修改 4 年之前
ChangeLog 4aaf6ff8fd #IQRV #comment version 更新版本号 0.0.2-dev1 4 年之前
README.md d3b55ae022 Z991239-905 #comment feat: mod_evtconverter实体迁移 5 年之前
Version.rc.in 78aa812bfe Z991239-385 #comment 将对spshell启动参数的处理放在日志初始化前并在日志中打印参数列表和版本号 5 年之前
buildflags.h.in 97b83349e2 T20L8071 #comment 整合winpr到framework 5 年之前
rvc_test.bat dc580da9e1 Z991239-678 #comment feature: 纯实体编译+Conan管理 5 年之前
version.h.in dda49d3e3b Z991239-385 #comment 添加 spbase 和 libtoolkit 的版本号 5 年之前

README.md

招行可视柜台终端应用程序

可视柜台终端应用程序(Remote Video Counter Terminal Application)是基于C/C++实现的运行在Windows平台上的异步调用、多进程通信的 Win32 位 Debug 版应用程序。

目标

重构和移植可视柜台终端框架以实现跨平台化,并新增特性最终打造成一个轻便的分布式容器类框架

  • 轻量级的架构和通信机制,能够按需伸缩
  • 每个实体运行在自己的进程中,模块间相对独立,结构间松耦合,而在功能上表现为统一的整体
  • 前端界面与后台独立,聚合后台服务,提供统一服务入口,让后台服务对前台透明(API 网关)

依赖情况

libtoolkit

spbase

依赖 scew 而 scew 依赖 libexpat

RvcComm

spshell

sphost

规范准则