Uses of Interface
org.web3d.x3d.sai.DIS.ReceiverPdu

Packages that use ReceiverPdu
Package
Description
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
  • Uses of ReceiverPdu in org.web3d.x3d.jsail.DIS

    Classes in org.web3d.x3d.jsail.DIS that implement ReceiverPdu
    Modifier and Type
    Class
    Description
    class 
    ReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.
  • Uses of ReceiverPdu in org.web3d.x3d.sai.DIS

    Methods in org.web3d.x3d.sai.DIS that return ReceiverPdu
    Modifier and Type
    Method
    Description
    ReceiverPdu.setAddress(String newValue)
    Accessor method to assign String value to inputOutput SFString field named address.
    ReceiverPdu.setApplicationID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named applicationID.
    ReceiverPdu.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    ReceiverPdu.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    ReceiverPdu.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    ReceiverPdu.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    ReceiverPdu.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    ReceiverPdu.setEntityID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named entityID.
    ReceiverPdu.setGeoCoords(double[] newValue)
    Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
    ReceiverPdu.setGeoSystem(String[] newValue)
    Accessor method to assign String array to initializeOnly MFString field named geoSystem.
    ReceiverPdu.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    ReceiverPdu.setMulticastRelayHost(String newValue)
    Accessor method to assign String value to inputOutput SFString field named multicastRelayHost.
    ReceiverPdu.setMulticastRelayPort(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named multicastRelayPort.
    ReceiverPdu.setNetworkMode(String newValue)
    Accessor method to assign String enumeration value ("standAlone" | "networkReader" | "networkWriter") to inputOutput SFString field named networkMode.
    ReceiverPdu.setPort(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named port.
    ReceiverPdu.setRadioID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named radioID.
    ReceiverPdu.setReadInterval(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named readInterval.
    ReceiverPdu.setReceivedPower(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named receivedPower.
    ReceiverPdu.setReceiverState(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named receiverState.
    ReceiverPdu.setRtpHeaderExpected(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named rtpHeaderExpected.
    ReceiverPdu.setSiteID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named siteID.
    ReceiverPdu.setTransmitterApplicationID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterApplicationID.
    ReceiverPdu.setTransmitterEntityID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterEntityID.
    ReceiverPdu.setTransmitterRadioID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterRadioID.
    ReceiverPdu.setTransmitterSiteID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterSiteID.
    ReceiverPdu.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.
    ReceiverPdu.setWhichGeometry(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named whichGeometry.
    ReceiverPdu.setWriteInterval(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named writeInterval.