轨道交通信号仿真模块(基于ECS的通用仿真)
Go to file
2023-10-08 13:11:34 +08:00
component signal 2xh1 2023-10-08 13:11:34 +08:00
consts signal 2xh1 2023-10-08 13:11:34 +08:00
entities Merge branch 'master' of https://git.code.tencent.com/jl-framework/rtss_simulation 2023-09-27 17:12:27 +08:00
entity signal 2xh1 2023-10-08 13:11:34 +08:00
examples 修改获取WorldData单例组件bug 2023-09-28 15:38:18 +08:00
fi 修改道岔定/反操驱动接口 2023-10-07 09:46:50 +08:00
jl-ecs-go@200352eb58 signal 2xh1 2023-10-08 13:11:34 +08:00
proto 增加断相保护器模型及相关构建逻辑 2023-09-28 14:10:15 +08:00
repository signal 2xh1 2023-10-08 13:11:34 +08:00
simulation 【存储仿真的实体】【获取道岔状态逻辑处理】 2023-09-27 14:11:53 +08:00
sys 添加计数器系统 2023-10-07 17:00:36 +08:00
system psd 2023-09-28 11:32:02 +08:00
util/number 主要是为了提交go.work文件 2023-09-20 18:20:56 +08:00
.gitignore 初始化go mod,添加gitignore 2023-08-14 10:59:11 +08:00
.gitmodules 添加jl-ecs-go为子模块 2023-08-14 10:05:28 +08:00
go.mod 修改bug以及循环引用 2023-09-26 10:25:00 +08:00
go.sum 修改bug以及循环引用 2023-09-26 10:25:00 +08:00
go.work 直接存储Proto的Message;创建仿真时由仿真模块构建模型;发给动力学的数据从仿真模块返回的Repository构建 2023-09-20 15:14:38 +08:00
go.work.sum 修改bug以及循环引用 2023-09-26 10:25:00 +08:00
init.go 修改实体构建问题 2023-09-28 18:20:53 +08:00
README.md 添加创建仿真 2023-09-28 14:34:00 +08:00

轨道交通仿真模块

基于 ECSEntity-Component-System架构实现的轨道交通仿真系统

目录说明

  • component - 组件文件夹,包含所有业务使用到的组件
  • consts - 常量文件夹
  • entity - 实体文件夹,用于实体对象的加载、初始化
  • fi - function interface功能接口提供外部与仿真的功能交互接口
  • sys - 系统文件夹,所有功能逻辑实现(系统逻辑依赖组件,系统不能有数据)