Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetItems(int Index, TMtxComponent *Value); | |
| 2 | void SetItems(int Index, TSignalEnvelopeDetector *Value); | |
| 3 | void SetItems(int Index, TSignal *Value); |
Overload 1: void SetItems(int Index, TMtxComponent *Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Value | TMtxComponent * |
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler
Overload 2: void SetItems(int Index, TSignalEnvelopeDetector *Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Value | TSignalEnvelopeDetector * |
Declared in Dew::Signal::TSignalEnvelopeDetectorList · Dew.Signal/SignalProcessing.h · Cross-compiler
Overload 3: void SetItems(int Index, TSignal *Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Value | TSignal * |
Declared in Dew::Signal::TSignalList · Dew.Signal/SignalTools.h · Cross-compiler