Uses of Class
edu.nps.moves.dis7.pdus.ClockTime
Packages that use ClockTime
Package
Description
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of ClockTime in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ClockTimeModifier and TypeFieldDescriptionprotected ClockTimeStartResumePdu.realWorldTimeThis field shall specify the real-world time (UTC) at which the entity is to start/resume in the exercise.protected ClockTimeStartResumeRPdu.realWorldTimetime in real world for this operation to happenprotected ClockTimeStopFreezePdu.realWorldTimereal-world(UTC) time at which the entity shall stop or freeze in the exerciseprotected ClockTimeStopFreezeRPdu.realWorldTimetime in real world for this operation to happenprotected ClockTimeGriddedDataPdu.sampleTimevalid time of the enviormental data sample, 64-bit unsigned intprotected ClockTimeDirectedEnergyFirePdu.shotStartTimeField shall indicate the simulation time at start of the shot, Section 7.3.4protected ClockTimeStartResumePdu.simulationTimeThe reference time within a simulation exercise.protected ClockTimeStartResumeRPdu.simulationTimetime in simulation for the simulation to resumeMethods in edu.nps.moves.dis7.pdus that return ClockTimeModifier and TypeMethodDescriptionStartResumePdu.getRealWorldTime()Getter forStartResumePdu.realWorldTimeStartResumeRPdu.getRealWorldTime()Getter forStartResumeRPdu.realWorldTimeStopFreezePdu.getRealWorldTime()Getter forStopFreezePdu.realWorldTimeStopFreezeRPdu.getRealWorldTime()Getter forStopFreezeRPdu.realWorldTimeGriddedDataPdu.getSampleTime()Getter forGriddedDataPdu.sampleTimeDirectedEnergyFirePdu.getShotStartTime()Getter forDirectedEnergyFirePdu.shotStartTimeStartResumePdu.getSimulationTime()Getter forStartResumePdu.simulationTimeStartResumeRPdu.getSimulationTime()Getter forStartResumeRPdu.simulationTimeClockTime.setHour(int pHour)Setter forhourClockTime.setTimePastHour(int pTimePastHour)Setter fortimePastHourMethods in edu.nps.moves.dis7.pdus with parameters of type ClockTimeModifier and TypeMethodDescriptionStartResumePdu.setRealWorldTime(ClockTime pRealWorldTime)Setter forStartResumePdu.realWorldTimeStartResumeRPdu.setRealWorldTime(ClockTime pRealWorldTime)Setter forStartResumeRPdu.realWorldTimeStopFreezePdu.setRealWorldTime(ClockTime pRealWorldTime)Setter forStopFreezePdu.realWorldTimeStopFreezeRPdu.setRealWorldTime(ClockTime pRealWorldTime)Setter forStopFreezeRPdu.realWorldTimeGriddedDataPdu.setSampleTime(ClockTime pSampleTime)Setter forGriddedDataPdu.sampleTimeDirectedEnergyFirePdu.setShotStartTime(ClockTime pShotStartTime)Setter forDirectedEnergyFirePdu.shotStartTimeStartResumePdu.setSimulationTime(ClockTime pSimulationTime)Setter forStartResumePdu.simulationTimeStartResumeRPdu.setSimulationTime(ClockTime pSimulationTime)Setter forStartResumeRPdu.simulationTime