Signal Methods |
The Signal type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNextRawValue |
Returns the next raw sensor value in the buffer.
|
|
GetNextSample |
Used to retrieve the next Sample object in the signal buffer.
|
|
GetRawValueArray |
Gets an array of raw (unscaled) values from the signal.
|
|
GetRawValues |
Enumerates over raw values in the signal buffer.
|
|
GetRawValues(Int32) |
Enumerates over raw values in the signal buffer.
|
|
GetSamples |
Iterates over all samples currently in the signal buffer.
|
|
GetScaledValueArray |
Used to retrieve an array of scaled sample values from the signal
|
|
GetScaledValueArray(Int32) |
Creates an array of values representing the samples from the signal.
|
|
GetScaledValues |
Enumerates over all scaled values currently in the signal buffer.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset |
Clears any data in the input buffer for this signal.
|
|
ToString | (Inherited from Object.) |