Virtual |
public sealed class VirtualSignalConfig : IMessage<VirtualSignalConfig>, IMessage, IEquatable<VirtualSignalConfig>, IDeepCloneable<VirtualSignalConfig>, IBufferMessage
The VirtualSignalConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| VirtualSignalConfig | ||
| VirtualSignalConfig(VirtualSignalConfig) |
| Name | Description | |
|---|---|---|
| Calculation | Calculation type to run; the result will make up the new virtual signal's data. | |
| Descriptor | ||
| InputParameters | List of input parameters needed for the computation to run if the virtual signals has input parameters. | |
| InputSignals | List of input signals needed for the computation to run. See CalculationType for the necessary number of input signals per calculation. | |
| Parser |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(VirtualSignalConfig) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(VirtualSignalConfig) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| CalculationFieldNumber | Field number for the "calculation" field. | |
| InputParametersFieldNumber | Field number for the "input_parameters" field. | |
| InputSignalsFieldNumber | Field number for the "input_signals" field. |