Uses of Interface
us.ihmc.utilities.net.ObjectCommunicator

Packages that use ObjectCommunicator
com.yobotics.simulationconstructionset.simulatedSensors   
com.yobotics.simulationconstructionset.util.errorHandling   
us.ihmc.graphics3DAdapter.camera   
us.ihmc.utilities.net   
 

Uses of ObjectCommunicator in com.yobotics.simulationconstructionset.simulatedSensors
 

Methods in com.yobotics.simulationconstructionset.simulatedSensors that return ObjectCommunicator
 ObjectCommunicator SimulatedLIDARSensorUpdateParameters.getObjectCommunicator()
           
 

Methods in com.yobotics.simulationconstructionset.simulatedSensors with parameters of type ObjectCommunicator
 void SimulatedLIDARSensorUpdateParameters.setObjectCommunicator(ObjectCommunicator objectCommunicator)
           
 

Uses of ObjectCommunicator in com.yobotics.simulationconstructionset.util.errorHandling
 

Constructors in com.yobotics.simulationconstructionset.util.errorHandling with parameters of type ObjectCommunicator
WalkingStatusReporter(ObjectCommunicator objectCommunicator)
           
 

Uses of ObjectCommunicator in us.ihmc.graphics3DAdapter.camera
 

Constructors in us.ihmc.graphics3DAdapter.camera with parameters of type ObjectCommunicator
CompressedVideoDataClient(ObjectCommunicator objectCommunicator, VideoStreamer videoStreamer)
           
CompressedVideoDataServer(VideoSettings initialSettings, ObjectCommunicator objectCommunicator)
           
RawVideoDataServer(ObjectCommunicator objectCommunicator)
           
 

Uses of ObjectCommunicator in us.ihmc.utilities.net
 

Classes in us.ihmc.utilities.net that implement ObjectCommunicator
 class KryoObjectClient
           
 class KryoObjectCommunicator
           
 class KryoObjectServer
           
 class LocalObjectCommunicator