Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Write(); | Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything. |
| 2 | void Write(TVec *Src); | Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything. |
Overload 1: void Write();
Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.
Declared in Dew::Signal::TSignalBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler
Overload 2: void Write(TVec *Src);
Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * |
Declared in Dew::Signal::TSignalBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler