You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, I think the previous Dead Reckoning DIS_DR_* implementation should be deprecated in favor of the single DIS_DeadReckoning class I recently added. For example, the previous DIS_DR_* implementations have thread safety issues #41.
I believe Chris made a typo in that comment and was recommending use of the DeadReckoner class he wrote instead of the DIS_DeadReckoning and DIS_DR_* classes.:
If anyone has concerns with this sugestion can you please share. For example if you are using the original DIS_DR_* implementation and cannot for some reason migrate to the DeadReckoner. Could you please share your thoughts. Thanks.
Originally posted by @camejia in #42 (comment)
I believe Chris made a typo in that comment and was recommending use of the
DeadReckoner
class he wrote instead of the DIS_DeadReckoning and DIS_DR_* classes.:https://github.com/open-dis/open-dis-java/blob/master/src/main/java/edu/nps/moves/deadreckoning/DeadReckoner.java
Another advantage of
DeadReckoner
is that it has extensive unit tests:https://github.com/open-dis/open-dis-java/blob/master/src/test/java/edu/nps/moves/deadreckoning/DeadReckonerTest.java
Other issues affecting the classes to be deprecated:
The text was updated successfully, but these errors were encountered: