Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int Add(TMarkRecord *Mark); | Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list. |
| 2 | int Add(); | Add a new Mark to the list. |
Overload 1: int Add(TMarkRecord *Mark);
Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mark | TMarkRecord * |
Declared in Dew::Signal::TMarkList · Dew.Signal/SignalTools.h · Cross-compiler
Overload 2: int Add();
Add a new Mark to the list.
Declared in Dew::Signal::TMarkList · Dew.Signal/SignalTools.h · Cross-compiler