Class TimestampMicroseconds
Represents a register that stores the fractional part of the system timestamp, in microseconds.
public class TimestampMicroseconds
- Inheritance
-
TimestampMicroseconds
- Inherited Members
Fields
- Address
Represents the address of the TimestampMicroseconds register. This field is constant.
- RegisterLength
Represents the length of the TimestampMicroseconds register. This field is constant.
- RegisterType
Represents the payload type of the TimestampMicroseconds register. This field is constant.
Methods
- FromPayload(MessageType, ushort)
Returns a Harp message for the TimestampMicroseconds register.
- FromPayload(double, MessageType, ushort)
Returns a timestamped Harp message for the TimestampMicroseconds register.
- GetPayload(HarpMessage)
Returns the payload data for TimestampMicroseconds register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for TimestampMicroseconds register messages.