Class | Description |
---|---|
AuvVWConnection |
Handles network communication between AUV and the virtual world as required.
|
DisVWConnection |
Other subclasses of VWConnection marry a dynamics engine with the DIS "rigid body".
|
InterVehicleCommunicator |
Handles mutli-cast networked communications between vehicles
File: InterVehicleCommunicator.java
Author: Duane Davis
|
InterVehicleMulticastListener |
Listens to the inter-vehicle communications multi-cast group
File: InterVehicleMulticastListener.java
Author: Duane Davis
|
MunitionVWConnection |
Handles network communication between Munition and the virtual world as required
Simulates network comms if Execution and Dynamics are run in same thread
Extends the abstract VWConnection class to implement the Munition-specific
telSB string
|
TacticalConnection |
Handles communication between the execution and tactical levels or strategic and tactical level
|
TacticalConnectionTester |
Utility class for testing networkint functionality of standalone tactical and strategic levels
|
UavVWConnection |
Handles network communication between UAV and the virtual world as required
Simulates network comms if Execution and Dynamics are run in same thread
Extends the abstract VWConnection class to implement the UAV-specific
telemetry string
|
UgvVWConnection |
Handles network communication between UGV and the virtual world as required
Simulates network comms if Execution and Dynamics are run in same thread
Extends the abstract VWConnection class to implement the tracked UGV-specific
telemetry string
|
UsvVWConnection |
Handles network communication between USV and the virtual world as required
Simulates network comms if Execution and Dynamics are run in same thread
Extends the abstract VWConnection class to implement the USV-specific
telemetry string
|
VWConnection |
Handles network communication between the vehicle and the virtual world as required
Simulates network comms if Execution and Dynamics are run in same thread
Class must be extended to implement model/vehicle-specific telemetry strings
|
WorkbenchCommunicator |
Implements a simple networked communications link between this execution
object and the workbench
|