|
|
Signal Class |
Namespace: GLNeuroTech.Devices.Common
The Signal type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Signal | |
| 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.) |
| Name | Description | |
|---|---|---|
| Enabled |
Indicates whether the signal is enabled.
| |
| MaxValue |
The maximum scaled value that this signal supports.
| |
| MinValue |
The miniumum scaled value that this signal supports.
| |
| Name |
The name associated with this signal.
| |
| Owner |
The SignalGroup to which this signal belongs.
| |
| RawMaxValue |
The maximum unscaled value that this signal supports.
| |
| RawMinValue |
The minimum unscaled value that this signal supports.
| |
| ReadingsAvailable |
The number of samples available to be read
| |
| SampleInterval |
The time interval between sample readings.
| |
| SamplesPerSecond |
The number of samples transmitted by the device in one second.
| |
| Units |
The units of measurement in which scaled values are reported.
|