Uses of Enum
edu.nps.moves.dis7.enumerations.VariableRecordType
Packages that use VariableRecordType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of VariableRecordType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return VariableRecordTypeModifier and TypeMethodDescriptionstatic VariableRecordType
VariableRecordType.getEnumForValue
(int value) Provide enumeration for a given valuestatic VariableRecordType
VariableRecordType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic VariableRecordType
VariableRecordType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic VariableRecordType
Returns the enum constant of this type with the specified name.static VariableRecordType[]
VariableRecordType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VariableRecordType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as VariableRecordTypeModifier and TypeFieldDescriptionprotected VariableRecordType
FixedDatum.fixedDatumID
ID of the fixed datum, an enumeration uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
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 VariableRecordType
RecordSpecificationElement.recordID
The data structure used to convey the parameter values of the record for each record.protected VariableRecordType
IFFData.recordType
enumeration for type of record uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
IOCommsNodeRecord.recordType
uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
IOEffectRecord.recordType
uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
StandardVariableRecord.recordType
uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
VariableTransmitterParameters.recordType
Type of VTP uid 66 Variable Record Type values are defined by VariableRecordType enumerationsprotected VariableRecordType
VariableDatum.variableDatumID
Type of variable datum to be transmitted.protected VariableRecordType
VariableDatumAutogenerated.variableDatumID
Type of variable datum to be transmitted.Fields in edu.nps.moves.dis7.pdus with type parameters of type VariableRecordTypeModifier and TypeFieldDescriptionprotected List
<VariableRecordType> RecordQuerySpecification.recordIDs
variable length list of 32-bit record types uid = 66Methods in edu.nps.moves.dis7.pdus that return VariableRecordTypeModifier and TypeMethodDescriptionFixedDatum.getFixedDatumID()
Getter forFixedDatum.fixedDatumID
AttributePdu.getMasterAttributeRecordType()
Getter forAttributePdu.masterAttributeRecordType
RecordSpecificationElement.getRecordID()
Getter forRecordSpecificationElement.recordID
IFFData.getRecordType()
Getter forIFFData.recordType
IOCommsNodeRecord.getRecordType()
Getter forIOCommsNodeRecord.recordType
IOEffectRecord.getRecordType()
Getter forIOEffectRecord.recordType
StandardVariableRecord.getRecordType()
Getter forStandardVariableRecord.recordType
VariableTransmitterParameters.getRecordType()
Getter forVariableTransmitterParameters.recordType
VariableDatum.getVariableDatumID()
Getter forVariableDatum.variableDatumID
VariableDatumAutogenerated.getVariableDatumID()
Getter forVariableDatum.variableDatumID
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type VariableRecordTypeModifier and TypeMethodDescriptionRecordQuerySpecification.getRecordIDs()
Getter forRecordQuerySpecification.recordIDs
Methods in edu.nps.moves.dis7.pdus with parameters of type VariableRecordTypeModifier and TypeMethodDescriptionFixedDatum.setFixedDatumID
(VariableRecordType pFixedDatumID) Setter forFixedDatum.fixedDatumID
AttributePdu.setMasterAttributeRecordType
(VariableRecordType pMasterAttributeRecordType) Setter forAttributePdu.masterAttributeRecordType
RecordSpecificationElement.setRecordID
(VariableRecordType pRecordID) Setter forRecordSpecificationElement.recordID
IFFData.setRecordType
(VariableRecordType pRecordType) Setter forIFFData.recordType
IOCommsNodeRecord.setRecordType
(VariableRecordType pRecordType) Setter forIOCommsNodeRecord.recordType
IOEffectRecord.setRecordType
(VariableRecordType pRecordType) Setter forIOEffectRecord.recordType
StandardVariableRecord.setRecordType
(VariableRecordType pRecordType) Setter forStandardVariableRecord.recordType
VariableTransmitterParameters.setRecordType
(VariableRecordType pRecordType) Setter forVariableTransmitterParameters.recordType
VariableDatum.setVariableDatumID
(VariableRecordType pVariableDatumID) Setter forVariableDatum.variableDatumID
VariableDatumAutogenerated.setVariableDatumID
(VariableRecordType pVariableDatumID) Setter forVariableDatum.variableDatumID
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type VariableRecordTypeModifier and TypeMethodDescriptionRecordQuerySpecification.setRecordIDs
(List<VariableRecordType> pRecordIDs) Setter forRecordQuerySpecification.recordIDs
-
Uses of VariableRecordType in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities with parameters of type VariableRecordTypeModifier and TypeMethodDescriptionPduFactory.makeCommentPdu
(VariableRecordType typ, String... comments) Create and add initial properties to a new Comment PDU containing the given String(s) and variable record typePduFactory.makeCommentReliablePdu
(VariableRecordType typ, String... comments) Create and add initial properties to a new CommentR PDU containing the given String(s) and variable record type