暂无描述

ITC\80296915 d2148161a8 Z991239-1085 #comment initial()修改 4 年之前
DevAdapter ee5889bd03 Z991239-1100 #comment other: 添加7.1适配器 5 年之前
Module d2148161a8 Z991239-1085 #comment initial()修改 4 年之前
Other 67132ce684 Z991239-1085 #comment 修改Initial() 5 年之前
ThirdParty 88169f32f7 Z991239-890 #comment 删除第三方库 5 年之前
Tool b8a31d5302 Z991239-1096 #comment 修改guardian和GuardianBase other:修改guardian和GuardianBase 5 年之前
addin 2300a8e15d Z991239-1084 #comment other: 将指纹实体启动起来 5 年之前
docs 4043105eb5 Z991239-635 #comment other: 移除设计文档 5 年之前
.gitattributes 2585c93b02 Z991239-890 #comment 处理在linux 编译 mod_bootmanager 失败的问题 5 年之前
.gitignore de3687765e Z991239-1085 #comment Linux下编译libimageproc通过 5 年之前
CMakeLists.txt fedb1c68c6 #IP1F #comment bugfix: cmake 注释顶层CMake的两行内容,发现部分开发同事会报错,具体原因待查 5 年之前
CMakeSettings.json 7bd98b24a3 Z991239-968 #comment 恢复其他同事上传的总体改动 5 年之前
ChangeLog ae7780cbf4 Z991239-890 #comment 基于终端版本4.3.0 合并实体和其他工程模块 5 年之前
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

规范准则