Modify ↓
Opened 13 years ago
Closed 13 years ago
#3 closed task (implemented)
Implement aircraft model framework
Reported by: | István Váradi | Owned by: | István Váradi |
---|---|---|---|
Priority: | blocker | Milestone: | FSUIPC data collection |
Component: | aircraft/other | Keywords: | |
Cc: |
Description
A generic framework should be implemented which provides an interface for the simulated aircraft from which some parameters of the aircraft can be queried. The object representing the simulated aircraft should be able to determine what FSUIPC offsets should be queried, and how the parameters are determined from those data.
A base class should be implemented that performs these in a generic way.
Attachments (0)
Change History (3)
comment:1 by , 13 years ago
Status: | new → accepted |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → implemented |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
The different aircraft models should be able to register themselves. Then it should be possible for them to tell which FSUIPC offsets they need to be able to identify the aircraft as one being handled by them. Finally, the right aircraft should be selected or the generic one.