RSDVectorData

public protocol RSDVectorData

data to a common schema.

  • Time at which the item is valid. (clock uptime)

    Declaration

    Swift

    var timestamp: TimeInterval { get }
  • The vector associated with this motion sensor

    Declaration

    Swift

    var vector: RSDVector { get }
  • The raw motion sensor type.

    Declaration

    Swift

    var sensorType: RSDMotionRecorderType { get }