2,561
edits
mNo edit summary |
m (adding sample XML) |
||
| Line 47: | Line 47: | ||
== Implementation == | == Implementation == | ||
Implementing support for more thorough status-tracking should be fairly straight forward, as the current approach of keeping aircraft status information by using a property tree node in an aircraft's *-set.xml file, could be easily extended to provide additional meta information, of the aforementioned nature | Implementing support for more thorough status-tracking should be fairly straight forward, as the current approach of keeping aircraft status information by using a property tree node in an aircraft's *-set.xml file, could be easily extended to provide additional meta information, of the aforementioned nature - using the previously suggested type of information, this could end up looking like the following: | ||
<PropertyList> | |||
<aircraft-status> | |||
<fdm>beta</fdm> | |||
<exterior>early-production</exterior> | |||
<cockpit>alpha</cockpit> | |||
<instrumentation>alpha</instrumentation> | |||
<procedures>alpha</procedures> | |||
<system-modeling>beta</system-modeling> | |||
<failure-modeling>alpha<failure-modeling> | |||
<checklist-support>alpha</checklist-support> | |||
<tutorial-support>alpha</tutorial-support> | |||
<documentation>alpha</documentation> | |||
<usability>beta</usability> | |||
<eye-candy>alpha</eye-candy> | |||
</aircraft-status> | |||
</PropertyList> | |||
On the other hand, some of this information should probably not directly go into the toplevel *-set.xml file, but rather into files of the various components (i.e. the cockpit/panel status would be a good candidate to have its status being tracked directly in the panel file). | On the other hand, some of this information should probably not directly go into the toplevel *-set.xml file, but rather into files of the various components (i.e. the cockpit/panel status would be a good candidate to have its status being tracked directly in the panel file). | ||
== Overall Rating/Status == | == Overall Rating/Status == | ||
edits