com.kuka.roboticsAPI.sensorModel
Class StopRecordingAction
java.lang.Object
com.kuka.roboticsAPI.sensorModel.StopRecordingAction
- All Implemented Interfaces:
- IConditionListener, ITriggerAction
public class StopRecordingAction
- extends Object
- implements ITriggerAction
Class to stop data recording according to a trigger action.
- See Also:
DataRecorder,
StartRecordingAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopRecordingAction
public StopRecordingAction(DataRecorder recorder)
- Constructor to stop data recording.
- Parameters:
recorder - the data recorder.
getRecorder
public DataRecorder getRecorder()
- Gets the
DataRecorder.
- Returns:
- The data recorder.
Copyright © 2019. All rights reserved.