-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
TransmitterPdu is missing on include/dis7 though it is not deprecated in DIS 7 officially . In addition to this, it exists on Java repository OpenDIS Java.
I am implementing DIS by using this repository thanks to you, I realized that something is missing in Radio Transmission part because newly added PDUs does not completely represent Radio Transmission. Then I found DIS6 vs DIS7 PDF and it seemsTransmitterPdu has not been deprecated on DIS 7.
I also realized that if any Developer wants to use DIS 7:
- They have to update classes inside Utils folder so I suggest that Utils folder should be created inside dis7 and dis6 folders.
- They have to add missing PDUs on DIS 6 to DIS 7 project and update them.
- They need to update TransmitterPDU for DIS 7 use (ex: RadioEntityType becomes RadioType on dis7 and some other details.)
If you can grant me access on some branch, I can work on that branch and make a pull request to you.