Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetItems(int Index, TMtxComponent *Value); | |
| 2 | void SetItems(int Index, TSignalBandpass *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, TSignalBandpass *Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Value | TSignalBandpass * |
Declared in Dew::Signal::TSignalBandpassList · 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