Table of Contents

Class CreateTimestampMicrosecondsPayload

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that creates a message payload that stores the fractional part of the system timestamp, in microseconds.

public class CreateTimestampMicrosecondsPayload
Inheritance
CreateTimestampMicrosecondsPayload
Derived
Inherited Members

Properties

TimestampMicroseconds

Gets or sets the value that stores the fractional part of the system timestamp, in microseconds.

public ushort TimestampMicroseconds { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that stores the fractional part of the system timestamp, in microseconds.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the TimestampMicroseconds register.

GetPayload()

Creates a message payload for the TimestampMicroseconds register.

public ushort GetPayload()

Returns

ushort

The created message payload value.