Class AcquisitionState
Represents a register that enables the data acquisition.
public class AcquisitionState
- Inheritance
-
AcquisitionState
- Inherited Members
Fields
- Address
Represents the address of the AcquisitionState register. This field is constant.
- RegisterLength
Represents the length of the AcquisitionState register. This field is constant.
- RegisterType
Represents the payload type of the AcquisitionState register. This field is constant.
Methods
- FromPayload(MessageType, EnableFlag)
Returns a Harp message for the AcquisitionState register.
- FromPayload(double, MessageType, EnableFlag)
Returns a timestamped Harp message for the AcquisitionState register.
- GetPayload(HarpMessage)
Returns the payload data for AcquisitionState register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for AcquisitionState register messages.