Class CreateTimestampedMotor1MoveAbsolutePayload
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
Represents an operator that creates a timestamped message payload that moves motor 1 to the absolute position written in this register.
public class CreateTimestampedMotor1MoveAbsolutePayload : CreateMotor1MoveAbsolutePayload
- Inheritance
-
CreateTimestampedMotor1MoveAbsolutePayload
- Inherited Members
Methods
GetMessage(double, MessageType)
Creates a timestamped message that moves motor 1 to the absolute position written in this register.
public HarpMessage GetMessage(double timestamp, MessageType messageType)
Parameters
timestamp
doubleThe timestamp of the message payload, in seconds.
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new timestamped message for the Motor1MoveAbsolute register.