open-dis / open-dis-cpp

C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
90 stars 65 forks source link

IFF PDU is missing on both DIS 6 and DIS 7 #58

Closed semihkurt closed 3 years ago

semihkurt commented 3 years ago

Hello,

Thanks for your contribution. As in my company needs DIS implementation, I currently work on DIS by using repository. When I encounter with some missing PDUs, I wanted to contribute as well.

According to these two documents from SISO, there should be IFF PDU: 1) DIS v6-v7

2) DIS Overview v7

I've already opened a pull request after I completely finish the PDU.

I am open any comments or reviews. Thanks,