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

Packages that use TimestampProvider
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui   
com.yobotics.simulationconstructionset.simulatedSensors   
us.ihmc.graphics3DAdapter   
us.ihmc.graphics3DAdapter.camera   
us.ihmc.graphics3DAdapter.jme   
us.ihmc.utilities.net   
 

Uses of TimestampProvider in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset with parameters of type TimestampProvider
 void SimulationConstructionSet.startStreamingVideoData(CameraConfiguration cameraConfiguration, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 

Uses of TimestampProvider in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui with parameters of type TimestampProvider
 void StandardSimulationGUI.startStreamingVideoData(CameraConfiguration cameraConfiguration, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 

Uses of TimestampProvider in com.yobotics.simulationconstructionset.simulatedSensors
 

Methods in com.yobotics.simulationconstructionset.simulatedSensors with parameters of type TimestampProvider
 void FastPolarRayCastLIDAR.SparsePolarLidarScanUpdateDaemon.setTimestampProvider(TimestampProvider timestampProvider)
           
 void FastPolarRayCastLIDAR.startLidarDaemonThread(TimestampProvider timeStampProvider)
           
 

Uses of TimestampProvider in us.ihmc.graphics3DAdapter
 

Methods in us.ihmc.graphics3DAdapter with parameters of type TimestampProvider
 long MultiRayTracer.scan(TimestampProvider timestampProvider, java.util.ArrayList<Ray3d> rays, double[] doubleToPack)
           
 

Uses of TimestampProvider in us.ihmc.graphics3DAdapter.camera
 

Constructors in us.ihmc.graphics3DAdapter.camera with parameters of type TimestampProvider
OffscreenBufferVideoServer(Graphics3DAdapter adapter, CameraMountList mountList, CameraConfiguration cameraConfiguration, CameraTrackingAndDollyPositionHolder cameraTrackingAndDollyPositionHolder, int width, int height, VideoDataServer videoDataServer, TimestampProvider timestampProvider, int framesPerSecond)
           
 

Uses of TimestampProvider in us.ihmc.graphics3DAdapter.jme
 

Methods in us.ihmc.graphics3DAdapter.jme with parameters of type TimestampProvider
 java.util.concurrent.Future<Pair<java.lang.Long,com.jme3.scene.Node>> JMEMultiRayTracer.enqueueRootNodeExtracter(TimestampProvider timestampProvider)
           
 long JMEMultiRayTracer.scan(TimestampProvider timestampProvider, java.util.ArrayList<Ray3d> rays, double[] rawRayLengths)
           
 

Uses of TimestampProvider in us.ihmc.utilities.net
 

Classes in us.ihmc.utilities.net that implement TimestampProvider
 class AtomicSettableTimestampProvider