VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
List of all members | Public Member Functions | Private Attributes
com.mak.vrlj.object.EmbeddedSystem Class Referenceabstract
+ Inheritance diagram for com.mak.vrlj.object.EmbeddedSystem:
+ Collaboration diagram for com.mak.vrlj.object.EmbeddedSystem:

Public Member Functions

 EmbeddedSystem (EmbeddedIdentifier id)
 
abstract String getClassName ()
 
EmbeddedIdentifier getGlobalObjectDesignator ()
 
GlobalObjectDesignator getHostGlobalIdentifier ()
 
short getEmbeddedId ()
 
Vector3f getRelativePosition ()
 
void setRelativePosition (Vector3f relPos)
 
EntityIdentifier getHostEntityIdentifier ()
 
void setHostEntityIdentifier (EntityIdentifier hostEntityIdentifier)
 
int hashCode ()
 
boolean equals (Object obj)
 
String toString ()
 

Private Attributes

final EmbeddedIdentifier myId
 
EntityIdentifier myHostEntityIdentifier = new EntityIdentifier(0,0,0)
 
Vector3f myRelativePosition = new Vector3f(Vector3f.zero)
 

Detailed Description

Author
bdillman

Constructor & Destructor Documentation

com.mak.vrlj.object.EmbeddedSystem.EmbeddedSystem ( EmbeddedIdentifier  id)
inline

Member Function Documentation

boolean com.mak.vrlj.object.EmbeddedSystem.equals ( Object  obj)
inline
abstract String com.mak.vrlj.object.EmbeddedSystem.getClassName ( )
pure virtual
short com.mak.vrlj.object.EmbeddedSystem.getEmbeddedId ( )
inline
EmbeddedIdentifier com.mak.vrlj.object.EmbeddedSystem.getGlobalObjectDesignator ( )
inline
EntityIdentifier com.mak.vrlj.object.EmbeddedSystem.getHostEntityIdentifier ( )
inline
GlobalObjectDesignator com.mak.vrlj.object.EmbeddedSystem.getHostGlobalIdentifier ( )
inline
Vector3f com.mak.vrlj.object.EmbeddedSystem.getRelativePosition ( )
inline
int com.mak.vrlj.object.EmbeddedSystem.hashCode ( )
inline
void com.mak.vrlj.object.EmbeddedSystem.setHostEntityIdentifier ( EntityIdentifier  hostEntityIdentifier)
inline
Parameters
hostEntityIdentifierthe myHostEntityIdentifier to set Only used for HLA

References com.mak.vrlj.object.EmbeddedSystem.myHostEntityIdentifier.

Referenced by com.mak.vrlj.object.EmbeddedSystem.EmbeddedSystem().

void com.mak.vrlj.object.EmbeddedSystem.setRelativePosition ( Vector3f  relPos)
inline
String com.mak.vrlj.object.EmbeddedSystem.toString ( )
inline

Member Data Documentation

EntityIdentifier com.mak.vrlj.object.EmbeddedSystem.myHostEntityIdentifier = new EntityIdentifier(0,0,0)
private
final EmbeddedIdentifier com.mak.vrlj.object.EmbeddedSystem.myId
private
Vector3f com.mak.vrlj.object.EmbeddedSystem.myRelativePosition = new Vector3f(Vector3f.zero)
private

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)