A simulation transmitter object. More...
Inheritance diagram for com.mak.vrlj.object.RadioTransmitter:
Collaboration diagram for com.mak.vrlj.object.RadioTransmitter:Public Member Functions | |
| RadioTransmitter (EmbeddedIdentifier id) | |
| Create a simulation object. More... | |
| byte[] | getAntennaPatternParameters () |
| Get the Antenna Pattern Parameters of the radio. More... | |
| AntennaPatternType | getAntennaPatternType () |
| Get the AntennaPatternType of the radio. More... | |
| String | getClassName () |
| Get the name of the simulation object class for Entity objects. More... | |
| short | getCryptoKey () |
| Get the Crypto Key of the radio. More... | |
| CryptoMode | getCryptoMode () |
| Get the CryptoMode of the radio. More... | |
| CryptoSystem | getCryptoSystem () |
| Get the CryptoSystem of the radio. More... | |
| boolean | getFreqHopInUse () |
| long | getFrequency () |
| Get the Frequency of the radio. More... | |
| InputSource | getInputSource () |
| Get the InputSource of the radio. More... | |
| byte[] | getModulationParameters () |
| Get the Modulation Parameters of the radio. More... | |
| ModulationType | getModulationType () |
| Get the ModulationType of the radio. More... | |
| float | getPower () |
| Get the Power of the radio. More... | |
| boolean | getPseudoNoiseInUse () |
| EntityType | getRadioEntityType () |
| Get the EntityType of this transmitter. More... | |
| ConstVector3f | getRelativeAntennaLocation () |
| Get the relative location of the radio antenna. More... | |
| boolean | getTimeHopInUse () |
| float | getTransmitBandwidth () |
| Get the TransmitBandwidth of the radio. More... | |
| TransmitState | getTransmitState () |
| Get the TransmitState of the radio. More... | |
| ConstVector3d | getWorldAntennaLocation () |
| Get the absolute location of the radio antenna. More... | |
| void | setAntennaPatternParameters (byte[] antennaPatternParameters) |
| Set the Antenna Pattern Parameters of the radio. More... | |
| void | setAntennaPatternType (AntennaPatternType antennaPatternType) |
| Set the AntennaPatternType of the radio. More... | |
| void | setCryptoKey (short cryptoKey) |
| Set the Crypto Key of the radio. More... | |
| void | setCryptoMode (CryptoMode cryptoMode) |
| Set the CryptoMode of the radio. More... | |
| void | setCryptoSystem (CryptoSystem cryptoSystem) |
| Set the CryptoSystem of the radio. More... | |
| void | setFreqHopInUse (boolean freqHopInUse) |
| void | setFrequency (long frequency) |
| Set the Frequency of the radio. More... | |
| void | setInputSource (InputSource inputSource) |
| Set the InputSource of the radio. More... | |
| void | setModulationParameters (byte[] modulationParameters) |
| Set the Modulation Parameters of the radio. More... | |
| void | setModulationType (ModulationType modulationType) |
| Set the ModulationType of the radio. More... | |
| void | setPower (float power) |
| Set the Power of the radio. More... | |
| void | setPseudoNoiseInUse (boolean pseudoNoiseInUse) |
| void | setRadioEntityType (EntityType radioEntityType) |
| void | setRelativeAntennaLocation (Vector3f relativeAntennaLocation) |
| Set the relative location of the radio antenna. More... | |
| void | setTimeHopInUse (boolean timeHopInUse) |
| void | setTransmitBandwidth (float transmitBandwidth) |
| Set the TransmitBandwidth of the radio. More... | |
| void | setTransmitState (TransmitState state) |
| Set the TransmitState of the radio. More... | |
| void | setWorldAntennaLocation (Vector3d worldLocation) |
| Set the absolute location of the radio antenna. More... | |
| int | hashCode () |
| boolean | equals (Object obj) |
| String | toString () |
Public Member Functions inherited from com.mak.vrlj.object.EmbeddedSystem | |
| EmbeddedSystem (EmbeddedIdentifier id) | |
| 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 () |
Static Public Member Functions | |
| static void | addListener (ExerciseConnection exConn, ObjectListener< ObjectIdentifier, RadioTransmitter > listener) |
| static void | removeListener (ExerciseConnection exConn, ObjectListener< ObjectIdentifier, RadioTransmitter > listener) |
Static Public Attributes | |
| static final String | NAME = "RadioTransmitter" |
| Simulation object class name. More... | |
Private Attributes | |
| EntityType | myRadioEntityType |
| TransmitState | myTransmitState |
| InputSource | myInputSource |
| Vector3d | myWorldAntennaLocation |
| Vector3f | myRelativeAntennaLocation |
| AntennaPatternType | myAntennaPatternType |
| long | myFrequency |
| float | myTransmitBandwidth |
| float | myPower |
| ModulationType | myModulationType |
| CryptoMode | myCryptoMode |
| CryptoSystem | myCryptoSystem |
| short | myCryptoKey |
| byte[] | myModulationParameters |
| byte[] | myAntennaPatternParameters |
| boolean | myFreqHopInUse |
| boolean | myPseudoNoiseInUse |
| boolean | myTimeHopInUse |
A simulation transmitter object.
|
inline |
Create a simulation object.
| name | unique name for this simulation object. |
References com.mak.vrlj.datatype.CryptoMode.BASEBAND, com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters, com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType, com.mak.vrlj.object.RadioTransmitter.myCryptoKey, com.mak.vrlj.object.RadioTransmitter.myCryptoMode, com.mak.vrlj.object.RadioTransmitter.myCryptoSystem, com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse, com.mak.vrlj.object.RadioTransmitter.myFrequency, com.mak.vrlj.object.RadioTransmitter.myInputSource, com.mak.vrlj.object.RadioTransmitter.myModulationParameters, com.mak.vrlj.object.RadioTransmitter.myModulationType, com.mak.vrlj.object.RadioTransmitter.myPower, com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse, com.mak.vrlj.object.RadioTransmitter.myRadioEntityType, com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation, com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse, com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth, com.mak.vrlj.object.RadioTransmitter.myTransmitState, com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation, com.mak.vrlj.datatype.TransmitState.OFF, com.mak.vrlj.datatype.AntennaPatternType.OMNIDIRECTIONAL, com.mak.vrlj.datatype.InputSource.OTHER, and com.mak.vrlj.datatype.CryptoSystem.OTHER.
Referenced by com.mak.vrlj.object.RadioTransmitter.equals().
|
inlinestatic |
References com.mak.vrlj.object.RadioTransmitter.NAME.
|
inline |
References com.mak.vrlj.datatype.ModulationType.equals(), com.mak.vrlj.datatype.EntityType.equals(), com.mak.vrlj.math.Vector3d.equals(), com.mak.vrlj.math.Vector3f.equals(), com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters, com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType, com.mak.vrlj.object.RadioTransmitter.myCryptoKey, com.mak.vrlj.object.RadioTransmitter.myCryptoMode, com.mak.vrlj.object.RadioTransmitter.myCryptoSystem, com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse, com.mak.vrlj.object.RadioTransmitter.myFrequency, com.mak.vrlj.object.RadioTransmitter.myInputSource, com.mak.vrlj.object.RadioTransmitter.myModulationParameters, com.mak.vrlj.object.RadioTransmitter.myModulationType, com.mak.vrlj.object.RadioTransmitter.myPower, com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse, com.mak.vrlj.object.RadioTransmitter.myRadioEntityType, com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation, com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse, com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth, com.mak.vrlj.object.RadioTransmitter.myTransmitState, com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation, and com.mak.vrlj.object.RadioTransmitter.RadioTransmitter().
|
inline |
Get the Antenna Pattern Parameters of the radio.
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters.
|
inline |
Get the AntennaPatternType of the radio.
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType.
|
inlinevirtual |
Get the name of the simulation object class for Entity objects.
Implements com.mak.vrlj.object.EmbeddedSystem.
References com.mak.vrlj.object.RadioTransmitter.NAME.
|
inline |
Get the Crypto Key of the radio.
References com.mak.vrlj.object.RadioTransmitter.myCryptoKey.
|
inline |
Get the CryptoMode of the radio.
References com.mak.vrlj.object.RadioTransmitter.myCryptoMode.
|
inline |
Get the CryptoSystem of the radio.
References com.mak.vrlj.object.RadioTransmitter.myCryptoSystem.
|
inline |
References com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse.
|
inline |
Get the Frequency of the radio.
References com.mak.vrlj.object.RadioTransmitter.myFrequency.
|
inline |
Get the InputSource of the radio.
References com.mak.vrlj.object.RadioTransmitter.myInputSource.
|
inline |
Get the Modulation Parameters of the radio.
References com.mak.vrlj.object.RadioTransmitter.myModulationParameters.
|
inline |
Get the ModulationType of the radio.
References com.mak.vrlj.object.RadioTransmitter.myModulationType.
|
inline |
Get the Power of the radio.
References com.mak.vrlj.object.RadioTransmitter.myPower.
|
inline |
References com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse.
|
inline |
Get the EntityType of this transmitter.
References com.mak.vrlj.object.RadioTransmitter.myRadioEntityType.
|
inline |
Get the relative location of the radio antenna.
In geocentric coordinates. relative to the parent entity.
References com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation.
|
inline |
References com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse.
|
inline |
Get the TransmitBandwidth of the radio.
References com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth.
|
inline |
Get the TransmitState of the radio.
References com.mak.vrlj.object.RadioTransmitter.myTransmitState.
|
inline |
Get the absolute location of the radio antenna.
In geocentric coordinates.
References com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation.
|
inline |
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters, com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType, com.mak.vrlj.object.RadioTransmitter.myCryptoKey, com.mak.vrlj.object.RadioTransmitter.myCryptoMode, com.mak.vrlj.object.RadioTransmitter.myCryptoSystem, com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse, com.mak.vrlj.object.RadioTransmitter.myFrequency, com.mak.vrlj.object.RadioTransmitter.myInputSource, com.mak.vrlj.object.RadioTransmitter.myModulationParameters, com.mak.vrlj.object.RadioTransmitter.myModulationType, com.mak.vrlj.object.RadioTransmitter.myPower, com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse, com.mak.vrlj.object.RadioTransmitter.myRadioEntityType, com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation, com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse, com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth, com.mak.vrlj.object.RadioTransmitter.myTransmitState, and com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation.
|
inlinestatic |
References com.mak.vrlj.object.RadioTransmitter.NAME.
|
inline |
Set the Antenna Pattern Parameters of the radio.
| the | Antenna Pattern Parameters of the radio |
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters.
|
inline |
Set the AntennaPatternType of the radio.
| the | AntennaPatternType of the radio |
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType.
|
inline |
Set the Crypto Key of the radio.
| the | Crypto Key of the radio |
References com.mak.vrlj.object.RadioTransmitter.myCryptoKey.
|
inline |
Set the CryptoMode of the radio.
| the | CryptoMode of the radio |
References com.mak.vrlj.object.RadioTransmitter.myCryptoMode.
|
inline |
Set the CryptoSystem of the radio.
| the | CryptoSystem of the radio |
References com.mak.vrlj.object.RadioTransmitter.myCryptoSystem.
|
inline |
| if | the frequency hop is in use |
References com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse.
|
inline |
Set the Frequency of the radio.
| the | Frequency of the radio |
References com.mak.vrlj.object.RadioTransmitter.myFrequency.
|
inline |
Set the InputSource of the radio.
| the | InputSource of the radio |
References com.mak.vrlj.object.RadioTransmitter.myInputSource.
|
inline |
Set the Modulation Parameters of the radio.
| the | Modulation Parameters of the radio |
References com.mak.vrlj.object.RadioTransmitter.myModulationParameters.
|
inline |
Set the ModulationType of the radio.
| the | ModulationType of the radio |
References com.mak.vrlj.object.RadioTransmitter.myModulationType.
|
inline |
Set the Power of the radio.
| the | Power of the radio |
References com.mak.vrlj.object.RadioTransmitter.myPower.
|
inline |
| if | the pseudo noise is in use |
References com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse.
|
inline |
| RadioEntityType | the entity type this transmitter. |
References com.mak.vrlj.object.RadioTransmitter.myRadioEntityType.
|
inline |
Set the relative location of the radio antenna.
In geocentric coordinates. relative to the parent entity.
| the | relative location of the radio antenna |
References com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation.
|
inline |
| if | the time hop is in use |
References com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse.
|
inline |
Set the TransmitBandwidth of the radio.
| the | TransmitBandwidth of the radio |
References com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth.
|
inline |
Set the TransmitState of the radio.
| the | TransmitState of the radio |
References com.mak.vrlj.object.RadioTransmitter.myTransmitState.
|
inline |
Set the absolute location of the radio antenna.
In geocentric coordinates.
| the | absolute location of the radio antenna |
References com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation.
|
inline |
References com.mak.vrlj.object.RadioTransmitter.myAntennaPatternParameters, com.mak.vrlj.object.RadioTransmitter.myAntennaPatternType, com.mak.vrlj.object.RadioTransmitter.myCryptoKey, com.mak.vrlj.object.RadioTransmitter.myCryptoMode, com.mak.vrlj.object.RadioTransmitter.myCryptoSystem, com.mak.vrlj.object.RadioTransmitter.myFreqHopInUse, com.mak.vrlj.object.RadioTransmitter.myFrequency, com.mak.vrlj.object.RadioTransmitter.myInputSource, com.mak.vrlj.object.RadioTransmitter.myModulationParameters, com.mak.vrlj.object.RadioTransmitter.myModulationType, com.mak.vrlj.object.RadioTransmitter.myPower, com.mak.vrlj.object.RadioTransmitter.myPseudoNoiseInUse, com.mak.vrlj.object.RadioTransmitter.myRadioEntityType, com.mak.vrlj.object.RadioTransmitter.myRelativeAntennaLocation, com.mak.vrlj.object.RadioTransmitter.myTimeHopInUse, com.mak.vrlj.object.RadioTransmitter.myTransmitBandwidth, com.mak.vrlj.object.RadioTransmitter.myTransmitState, and com.mak.vrlj.object.RadioTransmitter.myWorldAntennaLocation.
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getAntennaPatternParameters(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setAntennaPatternParameters(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getAntennaPatternType(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setAntennaPatternType(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getCryptoKey(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setCryptoKey(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getCryptoMode(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setCryptoMode(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getCryptoSystem(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setCryptoSystem(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getFreqHopInUse(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setFreqHopInUse(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getFrequency(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setFrequency(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getInputSource(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setInputSource(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getModulationParameters(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setModulationParameters(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getModulationType(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setModulationType(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getPower(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setPower(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getPseudoNoiseInUse(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setPseudoNoiseInUse(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getRadioEntityType(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setRadioEntityType(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getRelativeAntennaLocation(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setRelativeAntennaLocation(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getTimeHopInUse(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setTimeHopInUse(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getTransmitBandwidth(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setTransmitBandwidth(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getTransmitState(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setTransmitState(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
private |
Referenced by com.mak.vrlj.object.RadioTransmitter.equals(), com.mak.vrlj.object.RadioTransmitter.getWorldAntennaLocation(), com.mak.vrlj.object.RadioTransmitter.hashCode(), com.mak.vrlj.object.RadioTransmitter.RadioTransmitter(), com.mak.vrlj.object.RadioTransmitter.setWorldAntennaLocation(), and com.mak.vrlj.object.RadioTransmitter.toString().
|
static |