Click or drag to resize
DataRecorderBase Class
A data recorder collects data from all its souces, and distributes it to its sinks.
Inheritance Hierarchy

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public abstract class DataRecorderBase

The DataRecorderBase type exposes the following members.

Constructors
  NameDescription
Protected methodDataRecorderBase
Initializes a new instance of the DataRecorderBase class
Top
Properties
  NameDescription
Public propertyCurrentTime
Returns the current time in seconds.
Public propertyIsRecording
Returns true if recording is started.
Public propertySinks
Gets the collection of DataRecorderSinkBase objects.
Public propertySources
Gets the collection of DataRecorderSourceBase objects.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindSignal
Gets the signal with a specified identifier.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaiseTick
Raises the Tick event.
Public methodStart
Starts recording.
Public methodStop
Stops recording.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventTick
Raised for each time step.
Top
Version Information

Supported in: 1.0.0.0
See Also