Replies: 1 comment
-
No, right now these are setup as static epoch messages that you can connect to several modules and ensure they all start from the same date. We don't have a module that adjusts epoch. That said, epoch should be a static message? It defines the date and time of the start of the simulation. In the modules that require current mission time, they take epoch date and time and add the simulation time to evaluate the current date and time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm trying to build a custom atmosphere model, and I'm having trouble finding where I can pull the updated epoch message from. I'm using the input message epochInMsg (atmosphereBase) to set the initial epoch, but I just enter that as a standalone static message like in the examples; is there a module that outputs an EpochMsg I can hook into the atmosphere model, or is the epoch maintained as an internal message somewhere?
Thanks,
Islam
Beta Was this translation helpful? Give feedback.
All reactions