Class BitField
java.lang.Object
edu.nps.moves.dis7.source.generator.pdus.BitField
PDU autogeneration supporting class.
-
Constructor Summary
ConstructorsConstructorDescriptionBitField(String name, String mask, String description, ClassAttribute parentAttribute)
Constructor -
Method Summary
-
Constructor Details
-
BitField
Constructor- Parameters:
name
- name of this BitFieldmask
- bit mask for corresponding bitsdescription
- description of this BitFieldparentAttribute
- parentAttribute of this BitField
-