int WritePositionCircularBuffer(const TCircularBufferState &State);
Get the index in the buffer where the next block of data will be written.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | State | const TCircularBufferState & |
Remarks:
Get the index in the buffer where the next block of data will be written.
See Also: SignalUtils::PeekCircularBuffer, SignalUtils::InitCircularBuffer, SignalUtils::WriteToCircularBuffer, SignalUtils::ResizeCircularBuffer, SignalUtils::MonitorCircularBuffer
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler