Formatted output on event notifications #978
jonsberndt
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I thought there was already a way to specify the precision for property output, but doing a search to refresh my memory it looks like it's currently only available for output sockets - #579, and also not on a per-property basis. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yeah, so this is one place where I feel it would be worthwhile, but there could very well be other places too. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A thought came to mind recently when I was looking at the output for a scripted JSBSim run that included this:
I'd like to have more control over the notification outputs. The precision in some of the items above is excessive. The event in the script looks like this:
I propose adding a "format" attribute in the <property> element:
I looked at the code and I don't think it would be too difficult. (And, I am intending to implement this upon concurrence that it's not a bad idea.)
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions