Class AnalogData
Represents a register that reports the sampled analog signal on each of the ADC input channels. The ADC is capped at 12 bits of resolution.
public class AnalogData
- Inheritance
-
AnalogData
- Inherited Members
Fields
- Address
Represents the address of the AnalogData register. This field is constant.
- RegisterLength
Represents the length of the AnalogData register. This field is constant.
- RegisterType
Represents the payload type of the AnalogData register. This field is constant.
Methods
- FromPayload(MessageType, AnalogDataPayload)
Returns a Harp message for the AnalogData register.
- FromPayload(double, MessageType, AnalogDataPayload)
Returns a timestamped Harp message for the AnalogData register.
- GetPayload(HarpMessage)
Returns the payload data for AnalogData register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for AnalogData register messages.