Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected StopFreezeReason |
StopFreezePdu.reason
Reason the simulation was stopped or frozen (see section 7 of SISO-REF-010) represented by an 8-bit enumeration uid 67
|
protected StopFreezeReason |
StopFreezeRPdu.reason
Reason for stopping/freezing simulation uid 67
|
Modifier and Type | Method and Description |
---|---|
StopFreezeReason |
StopFreezePdu.getReason()
Getter for
StopFreezePdu.reason |
StopFreezeReason |
StopFreezeRPdu.getReason()
Getter for
StopFreezeRPdu.reason |
Modifier and Type | Method and Description |
---|---|
StopFreezePdu |
StopFreezePdu.setReason(StopFreezeReason pReason)
Setter for
StopFreezePdu.reason |
StopFreezeRPdu |
StopFreezeRPdu.setReason(StopFreezeReason pReason)
Setter for
StopFreezeRPdu.reason |
Modifier and Type | Method and Description |
---|---|
static StopFreezeReason |
StopFreezeReason.getEnumForValue(int i) |
static StopFreezeReason |
StopFreezeReason.unmarshalEnum(java.nio.ByteBuffer buff) |
static StopFreezeReason |
StopFreezeReason.unmarshalEnum(java.io.DataInputStream dis) |
static StopFreezeReason |
StopFreezeReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StopFreezeReason[] |
StopFreezeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|