Table of Contents

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

short

DeltaY

Gets or sets a value that the movement in the Y axis.

public short DeltaY { get; set; }

Property Value

short

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

short

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 MessageType

Specifies 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.