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

Packages that use ReceiverPdu 
Package Description
org.web3d.x3d.jsail.DIS  
org.web3d.x3d.sai.DIS  
  • 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  ReceiverPduObject
    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 ReceiverPdu.setAddress​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named address.
    ReceiverPdu ReceiverPdu.setApplicationID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named applicationID.
    ReceiverPdu ReceiverPdu.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    ReceiverPdu ReceiverPdu.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    ReceiverPdu ReceiverPdu.setDisplayBBox​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
    ReceiverPdu ReceiverPdu.setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    ReceiverPdu ReceiverPdu.setEntityID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named entityID.
    ReceiverPdu ReceiverPdu.setGeoCoords​(double[] newValue)
    Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
    ReceiverPdu ReceiverPdu.setGeoSystem​(java.lang.String[] newValue)
    Accessor method to assign String array to initializeOnly MFString field named geoSystem.
    ReceiverPdu ReceiverPdu.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    ReceiverPdu ReceiverPdu.setMulticastRelayHost​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named multicastRelayHost.
    ReceiverPdu ReceiverPdu.setMulticastRelayPort​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named multicastRelayPort.
    ReceiverPdu ReceiverPdu.setNetworkMode​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("standAlone" | "networkReader" | "networkWriter") to inputOutput SFString field named networkMode.
    ReceiverPdu ReceiverPdu.setPort​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named port.
    ReceiverPdu ReceiverPdu.setRadioID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named radioID.
    ReceiverPdu ReceiverPdu.setReadInterval​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named readInterval.
    ReceiverPdu ReceiverPdu.setReceivedPower​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named receivedPower.
    ReceiverPdu ReceiverPdu.setReceiverState​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named receiverState.
    ReceiverPdu ReceiverPdu.setRtpHeaderExpected​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named rtpHeaderExpected.
    ReceiverPdu ReceiverPdu.setSiteID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named siteID.
    ReceiverPdu ReceiverPdu.setTransmitterApplicationID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterApplicationID.
    ReceiverPdu ReceiverPdu.setTransmitterEntityID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterEntityID.
    ReceiverPdu ReceiverPdu.setTransmitterRadioID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterRadioID.
    ReceiverPdu ReceiverPdu.setTransmitterSiteID​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named transmitterSiteID.
    ReceiverPdu ReceiverPdu.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.
    ReceiverPdu ReceiverPdu.setWhichGeometry​(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named whichGeometry.
    ReceiverPdu ReceiverPdu.setWriteInterval​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named writeInterval.