Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected VariableRecordTypes |
FixedDatum.fixedDatumID
ID of the fixed datum, an enumeration uid 66
|
protected VariableRecordTypes |
AttributePdu.masterAttributeRecordType
This field shall contain the Attribute record type of the Attribute records in the PDU if they all have the same Attribute record type.
|
protected VariableRecordTypes |
RecordSpecificationElement.recordID
the data structure used to convey the parameter values of the record for each record.
|
protected VariableRecordTypes |
IFFData.recordType
enumeration for type of record uid 66
|
protected VariableRecordTypes |
IOCommsNodeRecord.recordType
uid 66
|
protected VariableRecordTypes |
IOEffectRecord.recordType
uid 66
|
protected VariableRecordTypes |
StandardVariableRecord.recordType
uid 66
|
protected VariableRecordTypes |
VariableTransmitterParameters.recordType
Type of VTP uid 66
|
protected VariableRecordTypes |
VariableDatum.variableDatumID
Type of variable datum to be transmitted.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<VariableRecordTypes> |
RecordQuerySpecification.recordIDs
variable length list of 32 bit record types uid = 66
|
Modifier and Type | Method and Description |
---|---|
VariableRecordTypes |
FixedDatum.getFixedDatumID()
Getter for
FixedDatum.fixedDatumID |
VariableRecordTypes |
AttributePdu.getMasterAttributeRecordType()
Getter for
AttributePdu.masterAttributeRecordType |
VariableRecordTypes |
RecordSpecificationElement.getRecordID()
Getter for
RecordSpecificationElement.recordID |
VariableRecordTypes |
IFFData.getRecordType()
Getter for
IFFData.recordType |
VariableRecordTypes |
IOCommsNodeRecord.getRecordType()
Getter for
IOCommsNodeRecord.recordType |
VariableRecordTypes |
IOEffectRecord.getRecordType()
Getter for
IOEffectRecord.recordType |
VariableRecordTypes |
StandardVariableRecord.getRecordType()
Getter for
StandardVariableRecord.recordType |
VariableRecordTypes |
VariableTransmitterParameters.getRecordType()
Getter for
VariableTransmitterParameters.recordType |
VariableRecordTypes |
VariableDatum.getVariableDatumID()
Getter for
VariableDatum.variableDatumID |
Modifier and Type | Method and Description |
---|---|
java.util.List<VariableRecordTypes> |
RecordQuerySpecification.getRecordIDs()
Getter for
RecordQuerySpecification.recordIDs |
Modifier and Type | Method and Description |
---|---|
RecordQuerySpecification |
RecordQuerySpecification.setRecordIDs(java.util.List<VariableRecordTypes> pRecordIDs)
Setter for
RecordQuerySpecification.recordIDs |
Modifier and Type | Method and Description |
---|---|
static VariableRecordTypes |
VariableRecordTypes.getEnumForValue(int i) |
static VariableRecordTypes |
VariableRecordTypes.unmarshalEnum(java.nio.ByteBuffer buff) |
static VariableRecordTypes |
VariableRecordTypes.unmarshalEnum(java.io.DataInputStream dis) |
static VariableRecordTypes |
VariableRecordTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableRecordTypes[] |
VariableRecordTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|