Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I should’ve added this in the question but there really isn’t any behavior. The data comes from a data source as a message. That message is converted into an aircraft state for that moment in time (until the next message comes in milliseconds later). That aircraft state is used for processing in an analytics pipeline. Commented Jan 31 at 1:50
  • @keelerjr12 This seems to be a typical use case for the dictionary, especially if it simplifies the processing of the messages ( e.g. if some codes therein identify the properties to update). If the messages contain all the properties in a binary or hardcoded format, you could just leave it as it is. Commented Jan 31 at 8:01