Uses of Class
edu.nps.moves.dis7.pdus.ClockTime
Packages that use ClockTime
-
Uses of ClockTime in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ClockTimeModifier and TypeFieldDescriptionprotected ClockTime
StartResumePdu.realWorldTime
This field shall specify the real-world time (UTC) at which the entity is to start/resume in the exercise.protected ClockTime
StartResumeRPdu.realWorldTime
time in real world for this operation to happenprotected ClockTime
StopFreezePdu.realWorldTime
real-world(UTC) time at which the entity shall stop or freeze in the exerciseprotected ClockTime
StopFreezeRPdu.realWorldTime
time in real world for this operation to happenprotected ClockTime
GriddedDataPdu.sampleTime
valid time of the enviormental data sample, 64-bit unsigned intprotected ClockTime
DirectedEnergyFirePdu.shotStartTime
Field shall indicate the simulation time at start of the shot, Section 7.3.4protected ClockTime
StartResumePdu.simulationTime
The reference time within a simulation exercise.protected ClockTime
StartResumeRPdu.simulationTime
time in simulation for the simulation to resumeMethods in edu.nps.moves.dis7.pdus that return ClockTimeModifier and TypeMethodDescriptionStartResumePdu.getRealWorldTime()
Getter forStartResumePdu.realWorldTime
StartResumeRPdu.getRealWorldTime()
Getter forStartResumeRPdu.realWorldTime
StopFreezePdu.getRealWorldTime()
Getter forStopFreezePdu.realWorldTime
StopFreezeRPdu.getRealWorldTime()
Getter forStopFreezeRPdu.realWorldTime
GriddedDataPdu.getSampleTime()
Getter forGriddedDataPdu.sampleTime
DirectedEnergyFirePdu.getShotStartTime()
Getter forDirectedEnergyFirePdu.shotStartTime
StartResumePdu.getSimulationTime()
Getter forStartResumePdu.simulationTime
StartResumeRPdu.getSimulationTime()
Getter forStartResumeRPdu.simulationTime
ClockTime.setHour
(int pHour) Setter forhour
ClockTime.setTimePastHour
(int pTimePastHour) Setter fortimePastHour
Methods in edu.nps.moves.dis7.pdus with parameters of type ClockTimeModifier and TypeMethodDescriptionStartResumePdu.setRealWorldTime
(ClockTime pRealWorldTime) Setter forStartResumePdu.realWorldTime
StartResumeRPdu.setRealWorldTime
(ClockTime pRealWorldTime) Setter forStartResumeRPdu.realWorldTime
StopFreezePdu.setRealWorldTime
(ClockTime pRealWorldTime) Setter forStopFreezePdu.realWorldTime
StopFreezeRPdu.setRealWorldTime
(ClockTime pRealWorldTime) Setter forStopFreezeRPdu.realWorldTime
GriddedDataPdu.setSampleTime
(ClockTime pSampleTime) Setter forGriddedDataPdu.sampleTime
DirectedEnergyFirePdu.setShotStartTime
(ClockTime pShotStartTime) Setter forDirectedEnergyFirePdu.shotStartTime
StartResumePdu.setSimulationTime
(ClockTime pSimulationTime) Setter forStartResumePdu.simulationTime
StartResumeRPdu.setSimulationTime
(ClockTime pSimulationTime) Setter forStartResumeRPdu.simulationTime