Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected SignalTDLType |
IntercomSignalPdu.tdlType
tactical data link type uid 178
|
protected SignalTDLType |
SignalPdu.tdlType
tdl type uid 178
|
Modifier and Type | Method and Description |
---|---|
SignalTDLType |
IntercomSignalPdu.getTdlType()
Getter for
IntercomSignalPdu.tdlType |
SignalTDLType |
SignalPdu.getTdlType()
Getter for
SignalPdu.tdlType |
Modifier and Type | Method and Description |
---|---|
IntercomSignalPdu |
IntercomSignalPdu.setTdlType(SignalTDLType pTdlType)
Setter for
IntercomSignalPdu.tdlType |
SignalPdu |
SignalPdu.setTdlType(SignalTDLType pTdlType)
Setter for
SignalPdu.tdlType |
Modifier and Type | Method and Description |
---|---|
static SignalTDLType |
SignalTDLType.getEnumForValue(int i) |
static SignalTDLType |
SignalTDLType.unmarshalEnum(java.nio.ByteBuffer buff) |
static SignalTDLType |
SignalTDLType.unmarshalEnum(java.io.DataInputStream dis) |
static SignalTDLType |
SignalTDLType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignalTDLType[] |
SignalTDLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|