| Volume pwrb | |
| Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
Class CircBuffHeader
|
||
|---|---|---|
| Version | 1.0 | |
| Modified | 15-JAN-2025 13:23:35.00 | |
Header for circular buffer. This class is used as a header for a circular buffer object.
| RtBody attributes pwr_sClass_CircBuffHeader | |||
|---|---|---|---|
| UInt32 | FirstIndex | Index of the oldest elements. | |
| UInt32 | LastIndex | Index of the last inserted element. | |
| UInt32 | Size | Maximum number of elements in the buffer. | |
| UInt32 | ElementSize | Element size in bytes. | |
| FirstIndex Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | UInt32 | |
| Flags | STATE | NOEDIT | |
| Body | RtBody | |
Index of the oldest elements.
| LastIndex Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | UInt32 | |
| Flags | STATE | NOEDIT | |
| Body | RtBody | |
Index of the last inserted element.
| Size Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | UInt32 | |
| Flags | ||
| Body | RtBody | |
Maximum number of elements in the buffer.
| ElementSize Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | UInt32 | |
| Flags | ||
| Body | RtBody | |
Element size in bytes.