Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed DIS 6 & 7 length fields, replacing uses with dynamic getMarshalledSize() #69

Merged
merged 6 commits into from
Mar 14, 2020

Conversation

Updownquark
Copy link

As noted in the commits, the length fields for both PDU superclasses are removed, the getter and setter deprecated, and uses replaced correctly.

I tested this locally using EntityState and Acknowledge PDU types for DIS 6 and 7 with no errors.

abutler added 6 commits March 12, 2020 10:07
…cating the getter and setter. Setter now does nothing, getter delegates to getMarshalledSize(). All uses of the field were replaced. Tested with EntityState and Acknowledge PDU types.
…ecating the getter and setter. Setter now does nothing, getter delegates to getMarshalledSize(). All uses of the field were replaced. Tested with EntityState and Acknowledge PDU types.
@leif81 leif81 merged commit 0478968 into open-dis:master Mar 14, 2020
@leif81
Copy link
Member

leif81 commented Mar 14, 2020

Thank-you @Updownquark !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants