Class CreateOpticalFlowPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that generated event with the latest read from the optical flow sensor.
public class CreateOpticalFlowPayload
- Inheritance
-
CreateOpticalFlowPayload
- Derived
- Inherited Members
Properties
DeltaX
Gets or sets a value that the movement in the X axis.
public short DeltaX { get; set; }
Property Value
DeltaY
Gets or sets a value that the movement in the Y axis.
public short DeltaY { get; set; }
Property Value
Squal
Gets or sets a value that the measure of the number of features visible by the sensor.
public short Squal { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that generated event with the latest read from the optical flow sensor.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the OpticalFlow register.
GetPayload()
Creates a message payload for the OpticalFlow register.
public OpticalFlowPayload GetPayload()
Returns
- OpticalFlowPayload
The created message payload value.