nasa / TrickHLA

TrickHLA: An IEEE 1516 High Level Architecture (HLA) Simulation Interoperability Standard Implementation for Trick Base Simulations
Other
38 stars 15 forks source link

SpaceFOM logical time limited to microseconds #112

Closed dandexter closed 1 year ago

dandexter commented 1 year ago

The SpaceFOM standard explicitly uses a 64-bit integer representing microseconds. For most simulations this time resolution would be more than adequate. However, a one microsecond resolution is not enough to represent a time that is a multiple of 0.0078125 seconds (i.e., 128 Hz). Need to add the ability for a user to specify the base time resolution to use with the 64-bit integer HLA Timestamp and Lookahead times.

Need to follow up with the SpaceFOM Product Support Group (PSG) to formally recommend this change after a working prototype has been built and tested.

dandexter commented 1 year ago

Merged in the code changes to address this issue.