Skyle_CalibPoint
public struct Skyle_CalibPoint : Sendable
extension Skyle_CalibPoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message describing a calibration point
-
Number of calibration point: 0 to 8 for 9 point calibration, 0 to 4 for 5 point calibration
Declaration
Swift
public var count: Int32
-
2D point with coordinates
Declaration
Swift
public var currentPoint: Skyle_Types_Point { get set }
-
Returns true if
currentPoint
has been explicitly set.Declaration
Swift
public var hasCurrentPoint: Bool { get }
-
Clears the value of
currentPoint
. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearCurrentPoint()
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap
-
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
-
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor
-
Declaration
Swift
public static func == (lhs: Skyle_CalibPoint, rhs: Skyle_CalibPoint) -> Bool