edu.nps.moves.deadreckoning.DIS_DR_Static_01 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of open-dis Show documentation
Show all versions of open-dis Show documentation
An open source implementation of the Distributed Interactive Simulation (DIS) IEEE-1278 protocol
package edu.nps.moves.deadreckoning;
import edu.nps.moves.deadreckoning.utils.*;
/**
* (PRIMARY Methods group) Static DR, no movement || No motion
* @author Sheldon L. Snyder
*/
public class DIS_DR_Static_01 extends DIS_DeadReckoning
{
/**
* The driver for a DIS_DR_Static_01 DR algorithm from the Runnable interface
*
* No motion or rotation
*/
public void run() { }
}