Uses of Class
edu.nps.moves.dis7.pdus.PropulsionSystemData
Packages that use PropulsionSystemData
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes supporting open-dis7-java library.
-
Uses of PropulsionSystemData in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type PropulsionSystemDataModifier and TypeFieldDescriptionprotected List<PropulsionSystemData>
SEESPdu.propulsionSystemData
variable length list of propulsion system dataMethods in edu.nps.moves.dis7.pdus that return PropulsionSystemDataModifier and TypeMethodDescriptionPropulsionSystemData.setEngineRpm(float pEngineRpm)
Setter forengineRpm
PropulsionSystemData.setPowerSetting(float pPowerSetting)
Setter forpowerSetting
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type PropulsionSystemDataModifier and TypeMethodDescriptionSEESPdu.getPropulsionSystemData()
Getter forSEESPdu.propulsionSystemData
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type PropulsionSystemDataModifier and TypeMethodDescriptionSEESPdu.setPropulsionSystemData(List<PropulsionSystemData> pPropulsionSystemData)
Setter forSEESPdu.propulsionSystemData