Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int Add(); | Add a new TTraceItem object to the list. |
| 2 | int Add(TTraceItem *Item); | Add a new TTraceItem object to the list. |
| 3 | void Add(TTraceList *Src); | Add new TTraceItem object to the list, by copying them for the Src TTraceList. |
Overload 1: int Add();
Add a new TTraceItem object to the list.
Remarks:
The function returns the the index at which the new object has been added.
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler
Overload 2: int Add(TTraceItem *Item);
Add a new TTraceItem object to the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Item | TTraceItem * |
Remarks:
Thefunction returns the the index at which the new object has been added.
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler
Overload 3: void Add(TTraceList *Src);
Add new TTraceItem object to the list, by copying them for the Src TTraceList.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TTraceList * |
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler