共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > protox |
protox
|
0 | 0 | 373 |
贡献者 | 讨论 | 代码提交 |
proto-x is a cross-platform, open source C++ library for developing high level architecture (HLA) compliant simulations, tools, and utilities. proto-x places an emphasis on letting you represent SOM component definitions as C++ type definitions. As a result, you can define a proto-x based HLA C++ API that is tailored to match your federate’s SOM. This has several advantages, including:
- Code at the same level of abstraction as your SOM
- Correct encoding/decoding of all your SOM data types
- SOM and source code are never out of sync
- Simpler build process
- Code that is easier to maintain and modify