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

Packages that use SignalPdu
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 SignalPdu in org.web3d.x3d.jsail.DIS

    Classes in org.web3d.x3d.jsail.DIS that implement SignalPdu
    Modifier and Type
    Class
    Description
    class 
    SignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.
  • Uses of SignalPdu in org.web3d.x3d.sai.DIS

    Methods in org.web3d.x3d.sai.DIS that return SignalPdu
    Modifier and Type
    Method
    Description
    SignalPdu.setAddress(String newValue)
    Accessor method to assign String value to inputOutput SFString field named address.
    SignalPdu.setApplicationID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named applicationID.
    SignalPdu.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    SignalPdu.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    SignalPdu.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    SignalPdu.setData(int[] newValue)
    Accessor method to assign int array to inputOutput MFInt32 field named data.
    SignalPdu.setDataLength(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named dataLength.
    SignalPdu.setDescription(String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    SignalPdu.setEnabled(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    SignalPdu.setEncodingScheme(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named encodingScheme.
    SignalPdu.setEntityID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named entityID.
    SignalPdu.setGeoCoords(double[] newValue)
    Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
    SignalPdu.setGeoSystem(String[] newValue)
    Accessor method to assign String array to initializeOnly MFString field named geoSystem.
    SignalPdu.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    SignalPdu.setMulticastRelayHost(String newValue)
    Accessor method to assign String value to inputOutput SFString field named multicastRelayHost.
    SignalPdu.setMulticastRelayPort(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named multicastRelayPort.
    SignalPdu.setNetworkMode(String newValue)
    Accessor method to assign String enumeration value ("standAlone" | "networkReader" | "networkWriter") to inputOutput SFString field named networkMode.
    SignalPdu.setPort(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named port.
    SignalPdu.setRadioID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named radioID.
    SignalPdu.setReadInterval(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named readInterval.
    SignalPdu.setRtpHeaderExpected(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named rtpHeaderExpected.
    SignalPdu.setSampleRate(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named sampleRate.
    SignalPdu.setSamples(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named samples.
    SignalPdu.setSiteID(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named siteID.
    SignalPdu.setTdlType(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named tdlType.
    SignalPdu.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.
    SignalPdu.setWhichGeometry(int newValue)
    Accessor method to assign int value to inputOutput SFInt32 field named whichGeometry.
    SignalPdu.setWriteInterval(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named writeInterval.