轨道交通信号仿真模块(基于ECS的通用仿真)
Go to file
2024-01-09 09:40:56 +08:00
component Merge branch 'master' of https://git.code.tencent.com/jl-framework/rtss_simulation 2024-01-09 09:40:56 +08:00
consts iscs pscada 自动化系统 2023-12-22 15:29:57 +08:00
entity Merge branch 'master' of https://git.code.tencent.com/jl-framework/rtss_simulation 2024-01-09 09:40:56 +08:00
examples iscs bas 大系统-阀门 2023-12-27 13:35:33 +08:00
fi 重构组件及组件数据定义 2023-12-29 17:48:57 +08:00
jl-ecs-go@2757e2c4e0 应答器的Link位置作为组件存在;增加应答器移位接口 2024-01-08 17:45:15 +08:00
modelrepo 组件定义调整 2024-01-02 18:22:28 +08:00
proto 应答器的Link位置作为组件存在;增加应答器移位接口 2024-01-08 17:45:15 +08:00
repo/dto iscs bas 大系统 2024-01-05 11:30:39 +08:00
repository iscs bas 大系统 2024-01-09 09:40:28 +08:00
sys iscs bas 大系统 2024-01-09 09:39:03 +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 调整go mod 2023-11-16 16:12:37 +08:00
go.sum 调整go mod 2023-11-16 16:12:37 +08:00
go.work 升级go版本到1.21 2023-10-10 18:28:28 +08:00
go.work.sum 信号机模型枚举 2023-11-16 17:22:08 +08:00
init.go 重构组件及组件数据定义 2023-12-29 17:48:57 +08:00
README.md 添加创建仿真 2023-09-28 14:34:00 +08:00

轨道交通仿真模块

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

目录说明

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