Uses of Enum
edu.nps.moves.dis7.enumerations.DisPduType
Packages that use DisPduType
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of DisPduType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return DisPduTypeModifier and TypeMethodDescriptionstatic DisPduType
DisPduType.getEnumForValue
(int value) Provide enumeration for a given valuestatic DisPduType
DisPduType.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic DisPduType
DisPduType.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DisPduType
Returns the enum constant of this type with the specified name.static DisPduType[]
DisPduType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DisPduType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DisPduTypeModifier and TypeFieldDescriptionprotected DisPduType
AttributePdu.attributeRecordPduType
This field shall represent the type of the PDU that is being extended or updated, if applicable.protected DisPduType
Pdu.pduType
Type of pdu, unique for each PDU class uid 4Methods in edu.nps.moves.dis7.pdus that return DisPduTypeModifier and TypeMethodDescriptionAttributePdu.getAttributeRecordPduType()
Getter forAttributePdu.attributeRecordPduType
Pdu.getPduType()
Getter forPdu.pduType
Methods in edu.nps.moves.dis7.pdus with parameters of type DisPduTypeModifier and TypeMethodDescriptionAttributePdu.setAttributeRecordPduType
(DisPduType pAttributeRecordPduType) Setter forAttributePdu.attributeRecordPduType
Pdu.setPduType
(DisPduType pPduType) Setter forPdu.pduType
-
Uses of DisPduType in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities with parameters of type DisPduTypeModifier and TypeMethodDescriptionPduFactory.createPdu
(DisPduType pduType) Create and add initial properties to an empty PDU of the given type