|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmil.navy.nps.dis.PduElement
mil.navy.nps.dis.ProtocolDataUnit
mil.navy.nps.dis.EntityStatePdu
PDU which passes all physics information for an entity.
This is pretty simple stuff. You can really go to sleep writing it. It screams out for automation and an algorithm to do all this automatically. Can you say dial-a-protocol?
ProtocolDataUnit
,
PduElement
,
SerializationInterface
,
CollisionPdu
Field Summary | |
protected EntityType |
alternativeEntityType
Alternate Entity Type - This field shall identify the entity type to be displayed by members of forces other than that of the issuing entity. |
protected java.util.Vector |
articulationParameters
The number of articulation parameters and the Articulation Paramater record are being wrapped in Vectors. |
protected UnsignedInt |
capabilities
A collection of boolean fields which describe the capabilities of the Entity. |
protected UnsignedByte |
characterSet
This field represents the Character set used in representing the Entity Marking Record. |
protected UnsignedByte |
deadReckoningAlgorithm
Dead Reckoning Algorithm - This field shall specify the dead reckoning algorithm in use by the issuing entity. |
protected byte[] |
deadReckoningParameters
Other Parameters - This field shall specify other required dead reckoning parameters to be determined. |
static boolean |
DEBUG
Debugging flag; when set true, turns on verbose diagnostic, statements that prints in the java console. |
protected AngularVelocity |
entityAngularVelocity
Entity Angular Velocity - This field shall specify an entity's angular velocity. |
protected UnsignedInt |
entityAppearance
Entity Appearance - This field shall specify the dynamic changes to the entity's appearance attributes. |
protected EntityID |
entityID
Entity Identification - This field shall identify the entity issuing the PDU. |
protected LinearAcceleration |
entityLinearAcceleration
Entity Linear Acceleration - This field shall specify an entity's linear acceleration. |
protected LinearVelocity |
entityLinearVelocity
Entity Linear Velocity - This field shall specify an entity's linear velocity. |
protected WorldCoordinate |
entityLocation
Entity Location - This field shall specify an entity's physical location in the simulated world. |
protected EulerAngle |
entityOrientation
Entity Orientation - This field shall specify an entity's orientation. |
protected EntityType |
entityType
Entity Type - This field shall identify the entity type to be displayed by members of the same force as the issuing entity. |
protected static EntityStatePdu |
exemplar
An "examplar" object, which is filled out to the state that is needed most of the time. |
protected UnsignedByte |
forceID
Force Identification - This field shall identify the force to which the issuing entity belongs. |
protected java.lang.String |
marking
This is a String used to designate the Entity Marking. |
static int |
sizeOf
Constant value--size of an Entity State PDU without header. |
Fields inherited from class mil.navy.nps.dis.ProtocolDataUnit |
exerciseID, pduType, protocolFamily, protocolVersion, timeReceived, timestamp |
Constructor Summary | |
EntityStatePdu()
Default constructor--fills with zeros for all values. |
Method Summary | |
void |
addArticulationParameter(ArticulationParameter pParameter)
Inserts a new articulation parameter in the list. |
UnsignedByte |
articulationParameterCount()
Returns the number of articulation parameter in this Entity State PDU,accessor method. |
java.lang.Object |
clone()
Returns a clone of the Entity State PDU . |
protected static void |
debug(java.lang.String pDiagnostic)
Debugging output. |
void |
deSerialize(java.io.DataInputStream dataInputStream)
Deserialize our data from the input stream. |
EntityType |
getAlternativeEntityType()
Gets the Entity Type's Alternative Type data field, whcih is a clone of the Enity ,accessor method. |
UnsignedByte |
getAlternativeEntityTypeCategory()
Gets the Entity Type's Alternative Type Category, which is a clone of the Enity ,accessor method. |
UnsignedShort |
getAlternativeEntityTypeCountry()
Gets the Entity Type's Alternative Type Country, which is a clone of the Enity ,accessor method. |
UnsignedByte |
getAlternativeEntityTypeDomain()
Gets the Entity Type's Alternative Type Domain, which is a clone of the Enity ,accessor method. |
UnsignedByte |
getAlternativeEntityTypeExtra()
Sets the Entity Type's Alternative Type Extra,accessor method. |
UnsignedByte |
getAlternativeEntityTypeKind()
Gets the Entity Type's Alternative Type data field, whcih is a clone of the Enity ,accessor method. |
UnsignedByte |
getAlternativeEntityTypeSpecific()
Gets the Entity Type's Alternative Type Specific,accessor method. |
UnsignedByte |
getAlternativeEntityTypeSubcategory()
Gets the Entity Type's Alternative Type SubCategory, which is a clone of the Enity ,accessor method. |
ArticulationParameter |
getArticulationParameterAt(int pIdx)
Returns the articulation parameter pointed at the given index. |
UnsignedInt |
getCapabilities()
|
UnsignedByte |
getCharacterSet()
|
UnsignedByte |
getDeadReckoningAlgorithm()
|
byte[] |
getDeadReckoningParameters()
|
AngularVelocity |
getEntityAngularVelocity()
|
float |
getEntityAngularVelocityX()
|
float |
getEntityAngularVelocityY()
|
float |
getEntityAngularVelocityZ()
|
UnsignedInt |
getEntityAppearance()
|
EntityID |
getEntityID()
This is the string value of Entity State Pdu,accessor method This field shall identify the entity issuing the PDU, and shall be represented by the PDU Header Record (see 5.2.24) |
LinearAcceleration |
getEntityLinearAcceleration()
|
float |
getEntityLinearAccelerationX()
|
float |
getEntityLinearAccelerationY()
|
float |
getEntityLinearAccelerationZ()
|
LinearVelocity |
getEntityLinearVelocity()
Gets the Entity Type's Linear Velocity in meters per sec,accessor method. |
float |
getEntityLinearVelocityX()
Gets the Entity Type's Linear Velocity in meters per sec in the X Direction ,accessor method. |
float |
getEntityLinearVelocityY()
Gets the Entity Type's Linear Velocity in meters per sec in the Y Direction ,accessor method. |
float |
getEntityLinearVelocityZ()
Gets the Entity Type's Linear Velocity in meters per sec in the Z Direction ,accessor method. |
WorldCoordinate |
getEntityLocation()
Gets the Entity Type's location in World Cordinates ,accessor method. |
double |
getEntityLocationX()
Gets the Entity Type'slocation in World Cordinates in the X direction ,accessor method. |
double |
getEntityLocationY()
Gets the Entity Type'slocation in World Cordinates in the Y direction ,accessor method. |
double |
getEntityLocationZ()
Gets the Entity Type'slocation in World Cordinates in the Z direction ,accessor method. |
EulerAngle |
getEntityOrientation()
Gets the Entity Type's Orientation as a EulerAngle ,accessor method. |
float |
getEntityOrientationPhi()
|
float |
getEntityOrientationPsi()
Gets the Entity Type's Orientation as a EulerAngle (Psi ,accessor method. |
float |
getEntityOrientationTheta()
Gets the Entity Type's Orientation as a EulerAngle (Theta ,accessor method. |
EntityType |
getEntityType()
Gets the Entity State PDU type,accessor method. |
UnsignedByte |
getEntityTypeCategory()
Gets the Entity Type's Category ,accessor method. |
UnsignedShort |
getEntityTypeCountry()
Gets the Entity Type's Country of origin ,accessor method. |
UnsignedByte |
getEntityTypeDomain()
Gets the Entity State PDU type of Domain ,accessor method. |
UnsignedByte |
getEntityTypeExtra()
Gets the Entity Type's Extra data field ,accessor method. |
UnsignedByte |
getEntityTypeKind()
Gets the Entity State PDU type,accessor method. |
UnsignedByte |
getEntityTypeSpecific()
Gets the Entity Type's Specific Category of origin ,accessor method. |
UnsignedByte |
getEntityTypeSubcategory()
Sets the Entity Type's Sub Category of origin ,accessor method. |
static EntityStatePdu |
getExemplar()
This gets the exemplar,accessor method |
UnsignedByte |
getForceID()
Get ForceID of UnsignedByte ,accessor method. |
java.lang.String |
getMarking()
|
int |
length()
Calculates the length of the Entity State PDU on the fly. |
java.lang.String |
pduName()
This is the string value of Entity State Pdu |
void |
printValues(int indentLevel,
java.io.PrintStream printStream)
This will print the values of Entity State Pdu to a stream |
void |
serialize(java.io.DataOutputStream outputStream)
Serialize our data out to the stream. |
void |
setAlternativeEntityCountry(int pEntityCountry)
Sets the Entity Type's Alternative Type Country, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityDomain(int pEntityDomain)
Sets the Entity Type's Alternative Type Domain, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityType(EntityType pNewAltEntity)
Sets the Entity Type's Alternative Type data field, whcih is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityTypeCategory(int pEntityCategory)
Sets the Entity Type's Alternative Type Category, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityTypeCategory(UnsignedByte pEntityCategory)
Sets the Entity Type's Alternative Type Category, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityTypeCountry(UnsignedShort pEntityCountry)
Sets the Entity Type's Alternative Type Country, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityTypeDomain(UnsignedByte pEntityDomain)
Sets the Entity Type's Alternative Type Domain, which is a clone of the Enity ,accessor method. |
void |
setAlternativeEntityTypeExtra(int pEntityExtra)
Sets the Entity Type's Alternative Type Extra,accessor method. |
void |
setAlternativeEntityTypeExtra(UnsignedByte pEntityExtra)
Sets the Entity Type's Alternative Type Extra,accessor method. |
void |
setAlternativeEntityTypeKind(int pEntityKind)
Sets the Entity Type's Alternative Kind, which is the kind of Enity ,accessor method. |
void |
setAlternativeEntityTypeKind(UnsignedByte pEntityKind)
Sets the Entity Type's Alternative Kind, whcih is the kind of Enity ,accessor method. |
void |
setAlternativeEntityTypeSpecific(int pEntitySpecific)
Sets the Entity Type's Alternative Type Specific,accessor method. |
void |
setAlternativeEntityTypeSpecific(UnsignedByte pEntitySpecific)
Sets the Entity Type's Alternative Type Specific,accessor method. |
void |
setAlternativeEntityTypeSubcategory(int pEntitySubcategory)
Sets the Entity Type's Alternative Type SubCategory ,accessor method. |
void |
setAlternativeEntityTypeSubcategory(UnsignedByte pEntitySubcategory)
Sets the Entity Type's Alternative Type SubCategory ,accessor method. |
void |
setCapabilities(int pCapabilities)
|
void |
setCapabilities(UnsignedInt pCapabilities)
|
void |
setCharacterSet(int pCharacterSet)
|
void |
setCharacterSet(UnsignedByte pCharacterSet)
|
void |
setDeadReckoningAlgorithm(int pDeadReckoningAlgorithm)
|
void |
setDeadReckoningAlgorithm(UnsignedByte pDeadReckoningAlgorithm)
|
void |
setDeadReckoningParameters(byte[] pDeadReckoningParameters)
|
void |
setEntityAngularVelocity(AngularVelocity pAngV)
|
void |
setEntityAngularVelocity(float pX,
float pY,
float pZ)
|
void |
setEntityAngularVelocityX(float pEntityAngularVelocity)
|
void |
setEntityAngularVelocityY(float pEntityAngularVelocity)
|
void |
setEntityAngularVelocityZ(float pEntityAngularVelocity)
|
void |
setEntityAppearance(int pEntityAppearance)
|
void |
setEntityAppearance(UnsignedInt pEntityAppearance)
|
void |
setEntityDomain(int pEntityDomain)
Sets the Entity State PDU type of Domain ,accessor method. |
void |
setEntityID(EntityID pEntityID)
Sets EntityID of an EntityID,accessor method. |
void |
setEntityID(short pSiteID,
short pApplicationID,
short pEntityID)
Sets setEntityID(short pSiteID, short pApplicationID, short pEntityID),accessor method. |
void |
setEntityLinearAcceleration(float pX,
float pY,
float pZ)
|
void |
setEntityLinearAcceleration(LinearAcceleration pAcceleration)
|
void |
setEntityLinearAccelerationX(float pEntityAcceleration)
|
void |
setEntityLinearAccelerationY(float pEntityAcceleration)
|
void |
setEntityLinearAccelerationZ(float pEntityAcceleration)
|
void |
setEntityLinearVelocity(LinearVelocity pVelocity)
Sets the Entity Type's Linear Velocity in meters per sec,accessor method. |
void |
setEntityLinearVelocityX(float pVelocityX)
Sets the Entity Type's Linear Velocity in meters per sec in the X Direction ,accessor method. |
void |
setEntityLinearVelocityY(float pVelocityY)
Sets the Entity Type's Linear Velocity in meters per sec in the Y Direction ,accessor method. |
void |
setEntityLinearVelocityZ(float pVelocityZ)
Sets the Entity Type's Linear Velocity in meters per sec in the Y Direction ,accessor method. |
void |
setEntityLocation(WorldCoordinate pLocation)
Sets the Entity Type's location in World Cordinates ,accessor method. |
void |
setEntityLocationX(double pLocationX)
Sets the Entity Type'slocation in World Cordinates in the X direction ,accessor method. |
void |
setEntityLocationY(double pLocationY)
Sets the Entity Type'slocation in World Cordinates in the Y direction ,accessor method. |
void |
setEntityLocationZ(double pLocationZ)
Sets the Entity Type'slocation in World Cordinates in the Z direction ,accessor method. |
void |
setEntityOrientation(EulerAngle pNewOrientation)
Sets the Entity Type'slocation in World Cordinates in the Z direction ,accessor method. |
void |
setEntityOrientationPhi(float pPhi)
|
void |
setEntityOrientationPsi(float pPsi)
Sets the Entity Type'slocation in World Cordinates in the Z direction ,accessor method. |
void |
setEntityOrientationTheta(float pTheta)
|
void |
setEntityType(EntityType pEntityType)
Sets the Entity State PDU type,accessor method. |
void |
setEntityTypeCategory(int pEntityCategory)
Sets the Entity Type's Category of origin ,accessor method. |
void |
setEntityTypeCategory(UnsignedByte pEntityCategory)
Sets the Entity Type's Category of origin ,accessor method. |
void |
setEntityTypeCountry(int pEntityCountry)
Sets the Entity Type's Country of origin ,accessor method. |
void |
setEntityTypeCountry(UnsignedShort pEntityCountry)
Sets the Entity Type's Country of origin ,accessor method. |
void |
setEntityTypeDomain(UnsignedByte pEntityDomain)
Sets the Entity State PDU type of Domain ,accessor method. |
void |
setEntityTypeExtra(int pEntityExtra)
Sets the Entity Type's Extra data field ,accessor method. |
void |
setEntityTypeExtra(UnsignedByte pEntityExtra)
Sets the Entity Type's Extra data field ,accessor method. |
void |
setEntityTypeKind(int pEntityKind)
Sets the Entity State PDU type of a Int accessor method. |
void |
setEntityTypeKind(UnsignedByte pEntityKind)
Sets the Entity State PDU type of a UnsignedByte ,accessor method. |
void |
setEntityTypeSpecific(int pEntitySpecific)
Sets the Entity Type's Specific ,accessor method. |
void |
setEntityTypeSpecific(UnsignedByte pEntitySpecific)
Gets the Entity Type's Specific ,accessor method. |
void |
setEntityTypeSubcategory(int pEntitySubcategory)
Sets the Entity Type's Sub Category of origin ,accessor method. |
void |
setEntityTypeSubcategory(UnsignedByte pEntitySubcategory)
Sets the Entity Type's Sub Category of origin ,accessor method. |
static void |
setExemplar(EntityStatePdu newExemplar)
This sets the exemplar,accessor method |
void |
setForceID(int pForceID)
Set the ForceID with new UnsignedByte,accessor method. |
void |
setForceID(UnsignedByte pForceID)
Set the ForceID with UnsignedByte,accessor method. |
void |
setMarking(java.lang.String pMarking)
|
java.lang.String |
toString()
|
protected static void |
trace(java.lang.String pDiagnostic)
Guaranteed debugging output. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final boolean DEBUG
protected EntityID entityID
protected UnsignedByte forceID
protected EntityType entityType
protected EntityType alternativeEntityType
protected LinearVelocity entityLinearVelocity
protected WorldCoordinate entityLocation
protected EulerAngle entityOrientation
protected UnsignedInt entityAppearance
protected UnsignedByte deadReckoningAlgorithm
protected byte[] deadReckoningParameters
protected LinearAcceleration entityLinearAcceleration
protected AngularVelocity entityAngularVelocity
protected UnsignedByte characterSet
marking
protected java.lang.String marking
protected UnsignedInt capabilities
protected java.util.Vector articulationParameters
public static final int sizeOf
sizeOf = 132 bytes
protected static EntityStatePdu exemplar
Constructor Detail |
public EntityStatePdu()
Method Detail |
protected static void debug(java.lang.String pDiagnostic)
protected static void trace(java.lang.String pDiagnostic)
public void serialize(java.io.DataOutputStream outputStream)
PduElement
super.Serialize()
to make sure
the superclasse's data is serialized out. The order
in which instance variables are serialized is significant. They must
be serialized in the same order they appear in the DIS
spec.
Prints out some information during execution if debugging flag is set.
serialize
in interface SerializationInterface
serialize
in class ProtocolDataUnit
java.lang.RuntimeException
- when io error occurs.
fileEncoding ensures we convert string to local system encoding properly.public void deSerialize(java.io.DataInputStream dataInputStream)
PduElement
super.deSerialize
to make sure
the superclass's data are properly affected. The order
in which instance variables are serialized is significant. They must
be deSerialized in the same order as they have been serialized as specified by the DIS spec.
deSerialize
in interface SerializationInterface
deSerialize
in class ProtocolDataUnit
java.lang.RuntimeException
- when io error occurs.
fileEncoding ensures we convert string to local system encoding properly.public java.lang.Object clone()
clone
in class ProtocolDataUnit
public int length()
length
in class ProtocolDataUnit
public java.lang.String pduName()
pduName
in class ProtocolDataUnit
public void printValues(int indentLevel, java.io.PrintStream printStream)
printValues
in class ProtocolDataUnit
public static EntityStatePdu getExemplar()
public static void setExemplar(EntityStatePdu newExemplar)
public EntityID getEntityID()
public void setEntityID(EntityID pEntityID)
public void setEntityID(short pSiteID, short pApplicationID, short pEntityID)
public UnsignedByte getForceID()
public void setForceID(UnsignedByte pForceID)
public void setForceID(int pForceID)
public UnsignedByte articulationParameterCount()
public EntityType getEntityType()
public void setEntityType(EntityType pEntityType)
public UnsignedByte getEntityTypeKind()
public void setEntityTypeKind(UnsignedByte pEntityKind)
public void setEntityTypeKind(int pEntityKind)
public UnsignedByte getEntityTypeDomain()
public void setEntityTypeDomain(UnsignedByte pEntityDomain)
public void setEntityDomain(int pEntityDomain)
public UnsignedShort getEntityTypeCountry()
public void setEntityTypeCountry(UnsignedShort pEntityCountry)
public void setEntityTypeCountry(int pEntityCountry)
public UnsignedByte getEntityTypeCategory()
public void setEntityTypeCategory(UnsignedByte pEntityCategory)
public void setEntityTypeCategory(int pEntityCategory)
public UnsignedByte getEntityTypeSubcategory()
public void setEntityTypeSubcategory(UnsignedByte pEntitySubcategory)
public void setEntityTypeSubcategory(int pEntitySubcategory)
public UnsignedByte getEntityTypeSpecific()
public void setEntityTypeSpecific(UnsignedByte pEntitySpecific)
public void setEntityTypeSpecific(int pEntitySpecific)
public UnsignedByte getEntityTypeExtra()
public void setEntityTypeExtra(UnsignedByte pEntityExtra)
public void setEntityTypeExtra(int pEntityExtra)
public EntityType getAlternativeEntityType()
public void setAlternativeEntityType(EntityType pNewAltEntity)
public UnsignedByte getAlternativeEntityTypeKind()
public void setAlternativeEntityTypeKind(UnsignedByte pEntityKind)
public void setAlternativeEntityTypeKind(int pEntityKind)
public UnsignedByte getAlternativeEntityTypeDomain()
public void setAlternativeEntityTypeDomain(UnsignedByte pEntityDomain)
public void setAlternativeEntityDomain(int pEntityDomain)
public UnsignedShort getAlternativeEntityTypeCountry()
public void setAlternativeEntityTypeCountry(UnsignedShort pEntityCountry)
public void setAlternativeEntityCountry(int pEntityCountry)
public UnsignedByte getAlternativeEntityTypeCategory()
public void setAlternativeEntityTypeCategory(UnsignedByte pEntityCategory)
public void setAlternativeEntityTypeCategory(int pEntityCategory)
public UnsignedByte getAlternativeEntityTypeSubcategory()
public void setAlternativeEntityTypeSubcategory(UnsignedByte pEntitySubcategory)
public void setAlternativeEntityTypeSubcategory(int pEntitySubcategory)
public UnsignedByte getAlternativeEntityTypeSpecific()
public void setAlternativeEntityTypeSpecific(UnsignedByte pEntitySpecific)
public void setAlternativeEntityTypeSpecific(int pEntitySpecific)
public UnsignedByte getAlternativeEntityTypeExtra()
public void setAlternativeEntityTypeExtra(UnsignedByte pEntityExtra)
public void setAlternativeEntityTypeExtra(int pEntityExtra)
public LinearVelocity getEntityLinearVelocity()
public void setEntityLinearVelocity(LinearVelocity pVelocity)
public float getEntityLinearVelocityX()
public void setEntityLinearVelocityX(float pVelocityX)
public float getEntityLinearVelocityY()
public void setEntityLinearVelocityY(float pVelocityY)
public float getEntityLinearVelocityZ()
public void setEntityLinearVelocityZ(float pVelocityZ)
public WorldCoordinate getEntityLocation()
public void setEntityLocation(WorldCoordinate pLocation)
public double getEntityLocationX()
public void setEntityLocationX(double pLocationX)
public double getEntityLocationY()
public void setEntityLocationY(double pLocationY)
public double getEntityLocationZ()
public void setEntityLocationZ(double pLocationZ)
public EulerAngle getEntityOrientation()
public void setEntityOrientation(EulerAngle pNewOrientation)
public float getEntityOrientationPsi()
public void setEntityOrientationPsi(float pPsi)
public float getEntityOrientationTheta()
public void setEntityOrientationTheta(float pTheta)
public float getEntityOrientationPhi()
public void setEntityOrientationPhi(float pPhi)
public UnsignedInt getEntityAppearance()
public void setEntityAppearance(UnsignedInt pEntityAppearance)
public void setEntityAppearance(int pEntityAppearance)
public UnsignedByte getDeadReckoningAlgorithm()
public void setDeadReckoningAlgorithm(UnsignedByte pDeadReckoningAlgorithm)
public void setDeadReckoningAlgorithm(int pDeadReckoningAlgorithm)
public byte[] getDeadReckoningParameters()
public void setDeadReckoningParameters(byte[] pDeadReckoningParameters)
java.lang.RuntimeException
- if Dead Reckoning parameters are too longpublic LinearAcceleration getEntityLinearAcceleration()
public void setEntityLinearAcceleration(LinearAcceleration pAcceleration)
public void setEntityLinearAcceleration(float pX, float pY, float pZ)
public float getEntityLinearAccelerationX()
public void setEntityLinearAccelerationX(float pEntityAcceleration)
public float getEntityLinearAccelerationY()
public void setEntityLinearAccelerationY(float pEntityAcceleration)
public float getEntityLinearAccelerationZ()
public void setEntityLinearAccelerationZ(float pEntityAcceleration)
public AngularVelocity getEntityAngularVelocity()
public void setEntityAngularVelocity(AngularVelocity pAngV)
public void setEntityAngularVelocity(float pX, float pY, float pZ)
public float getEntityAngularVelocityX()
public void setEntityAngularVelocityX(float pEntityAngularVelocity)
public float getEntityAngularVelocityY()
public void setEntityAngularVelocityY(float pEntityAngularVelocity)
public float getEntityAngularVelocityZ()
public void setEntityAngularVelocityZ(float pEntityAngularVelocity)
public UnsignedByte getCharacterSet()
public void setCharacterSet(UnsignedByte pCharacterSet)
public void setCharacterSet(int pCharacterSet)
public java.lang.String getMarking()
public java.lang.String toString()
toString
in class ProtocolDataUnit
public void setMarking(java.lang.String pMarking)
public UnsignedInt getCapabilities()
public void setCapabilities(UnsignedInt pCapabilities)
public void setCapabilities(int pCapabilities)
public ArticulationParameter getArticulationParameterAt(int pIdx)
pIdx
- the index of the articulation parameter we want to get.
public void addArticulationParameter(ArticulationParameter pParameter)
pParameter
- the articulation parameter to insert in the list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |