No Description

刘文涛174520 078f7bfcba Z991239-825 #comment feat:UpgradeRun 实体 cmake 在linux 首次编译通过 5 years ago
DevAdapter 1355632b2a Z991239-890 #comment 给每个要开发的硬件适配器单独写一个demo 5 years ago
Module 078f7bfcba Z991239-825 #comment feat:UpgradeRun 实体 cmake 在linux 首次编译通过 5 years ago
Other a7a7db5a9e Z991239-911 #comment other: libwmpplayer库cmake编译脚本优化 5 years ago
ThirdParty 88169f32f7 Z991239-890 #comment 删除第三方库 5 years ago
Tool cab884e1d8 Z991239-890 #comment 替换spHelper.h名称 5 years ago
addin f6317def61 Z991239-890 #comment bug: ini文件读取有个BUG,但为了能启动框架,先屏蔽掉,新框架版本中已修复 5 years ago
docs 4043105eb5 Z991239-635 #comment other: 移除设计文档 5 years ago
.gitattributes 2585c93b02 Z991239-890 #comment 处理在linux 编译 mod_bootmanager 失败的问题 5 years ago
.gitignore e0d2eae799 Z991239-890 #comment BootManger启动实体启动报错处理 5 years ago
CMakeLists.txt 02ce7a9ed5 Z991239-890 #comment 1.引用框架v1.0.3,2.修复CMAKe编译的宏结束符 5 years ago
CMakeSettings.json 6cbee541b7 Z991239-678 #comment config: cmake Linux_Release 使用 Relase 配置类型 5 years ago
ChangeLog ae7780cbf4 Z991239-890 #comment 基于终端版本4.3.0 合并实体和其他工程模块 5 years ago
README.md d3b55ae022 Z991239-905 #comment feat: mod_evtconverter实体迁移 5 years ago
Version.rc.in 78aa812bfe Z991239-385 #comment 将对spshell启动参数的处理放在日志初始化前并在日志中打印参数列表和版本号 5 years ago
buildflags.h.in 97b83349e2 T20L8071 #comment 整合winpr到framework 5 years ago
rvc_test.bat dc580da9e1 Z991239-678 #comment feature: 纯实体编译+Conan管理 5 years ago
version.h.in dda49d3e3b Z991239-385 #comment 添加 spbase 和 libtoolkit 的版本号 5 years ago

README.md

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

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

目标

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

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

依赖情况

libtoolkit

spbase

依赖 scew 而 scew 依赖 libexpat

RvcComm

spshell

sphost

规范准则