Class PropulsionSystemData

java.lang.Object
edu.nps.moves.dis7.pdus.PropulsionSystemData
All Implemented Interfaces:
Serializable

public class PropulsionSystemData extends Object implements Serializable
contains information describing the propulsion systems of the entity. This information shall be provided for each active propulsion system defined. Section 6.2.68
See Also:
  • Field Details

    • powerSetting

      protected float powerSetting
      powerSetting
    • engineRpm

      protected float engineRpm
      engine RPMs
  • Constructor Details

    • PropulsionSystemData

      public PropulsionSystemData()
      Constructor creates and configures a new instance object
  • Method Details