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.


Attributes detail


FirstIndex Attribute
Klass Attribute
Typ UInt32
Flags STATE | NOEDIT
Kropp RtBody
 Index of the oldest elements.

LastIndex Attribute
Klass Attribute
Typ UInt32
Flags STATE | NOEDIT
Kropp RtBody
 Index of the last inserted element.

Size Attribute
Klass Attribute
Typ UInt32
Flags
Kropp RtBody
 Maximum number of elements in the buffer.

ElementSize Attribute
Klass Attribute
Typ UInt32
Flags
Kropp RtBody
 Element size in bytes.