Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionPdu.stateUpdateIndicator
This field shall be used to indicate if the data in the PDU represents a state update or just data that has changed since issuance of the last Electromagnetic Emission PDU [relative to the identified entity and emission system(s)].
|
Modifier and Type | Method and Description |
---|---|
ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionPdu.getStateUpdateIndicator()
|
Modifier and Type | Method and Description |
---|---|
ElectromagneticEmissionPdu |
ElectromagneticEmissionPdu.setStateUpdateIndicator(ElectromagneticEmissionStateUpdateIndicator pStateUpdateIndicator)
|
Modifier and Type | Method and Description |
---|---|
static ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionStateUpdateIndicator.getEnumForValue(int i) |
static ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionStateUpdateIndicator.unmarshalEnum(java.nio.ByteBuffer buff) |
static ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionStateUpdateIndicator.unmarshalEnum(java.io.DataInputStream dis) |
static ElectromagneticEmissionStateUpdateIndicator |
ElectromagneticEmissionStateUpdateIndicator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElectromagneticEmissionStateUpdateIndicator[] |
ElectromagneticEmissionStateUpdateIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|