Class StopFreezeReliablePdu

All Implemented Interfaces:
Serializable

public class StopFreezeReliablePdu extends SimulationManagementWithReliabilityFamilyPdu implements Serializable
Section 5.3.12.4: Stop freeze simulation, relaible. COMPLETE Copyright (c) 2008-2016, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Author:
DMcG
See Also:
  • Field Details

    • realWorldTime

      protected ClockTime realWorldTime
      time in real world for this operation to happen
    • reason

      protected short reason
      Reason for stopping/freezing simulation
    • frozenBehavior

      protected short frozenBehavior
      internal behvior of the simulation while frozen
    • requiredReliablityService

      protected short requiredReliablityService
      reliablity level
    • pad1

      protected short pad1
      padding
    • requestID

      protected long requestID
      Request ID
  • Constructor Details

    • StopFreezeReliablePdu

      public StopFreezeReliablePdu()
      Constructor
  • Method Details