1 Star 0 Fork 5

hejunbok / QNX-MID-SOA

forked from bigwolf / VechicleAppFramework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

车载系统 MIDDLE-WARE 编程框架

编译运行

  1. 编译
   cd qnx-mid-soa
   mkdir cmakebuild
   cd cmakebuild
   cmake ..
   make
  1. 运行
   ./home/bin/TestVirtualBusiness tests/testVirtualBusiness/beans-service.xml
   ./home/bin/TestVirtualBusiness tests/testVirtualBusiness/beans-client.xml

扩展方式

具体查看VirtualBusiness 的代码

  1. idl 的编写
  2. UML 逻辑 编写
  3. 业务代码的实现
  4. 测试代码的编写

特性

轻量 包容 完备 易裁剪 易拓展 兼容

抽象业务能力: 描述业务 屏蔽业务实现

  1. 一套通用编程接口 适用所有MIDDLE-WARE 程序 或者QNX,LINUX 之上所有进程编写
  2. 提供底层操作封装规范 形成一致的扩展逻辑

结构

接口层

  1. 通信逻辑:

  2. 辅助逻辑

    1. XML
    2. LOGGER
    3. PERSIST 3.系统逻辑
    4. 文件
    5. 摄像头 qcarcom v4l2
    6. COM
    7. CONSOLE
    8. 输入参数
    9. 屏幕
    10. 进程管理 fork exec
    11. TBD

框架层

  1. BEAN 管理器
  2. 插件管理器

接口实现层

  1. 具体的接口实现体系

    1. LOGGER
    2. FILE
    3. Container
  2. 通信实现

    1. 线程
    2. TCP
    3. WEB
    4. FDBUS
    5. DOMAIN SOCKET

业务抽象层

 1. 通过XML配置业务形态
 2. 生成业务接口代码

业务实现层

 1. 由C++实现业务
 2. 本质上也是个插件
 3. 可以放置在容器里
 4. 拥有生命周期
MIT License Copyright (c) 2022 bigwolf Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

QNX MIDDLE-WARE SOA Framework 展开 收起
C++
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/junbok/qnx-mid-soa.git
git@gitee.com:junbok/qnx-mid-soa.git
junbok
qnx-mid-soa
QNX-MID-SOA
master

搜索帮助