Component: Circular Buffer (Float) (Buffer)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.5 |
Category | Buffer |
Contents
Circular Buffer (Float) component
Circular buffer component allowing easy and efficient first in first out (FIFO) style data storage. Also features macros to allow you to check for specific floating point values.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_CircularBufferFloat.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_CircularBufferFloat.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
FlushBuffer
![]() |
FlushBuffer |
Clears the contents of the buffer and re-initialises the index locations. | |
![]() |
Return |
GetData
![]() |
GetData |
Reads the next available 32-bit floating point value from the circular buffer, Returns the default value if the buffer is empty. | |
![]() |
Return |
GetIndexedValue
![]() |
GetIndexedValue |
Gets the value of a single 32-bit floating point value at a known location in the buffer. Leaves the buffer contents and pointers untouched. | |
![]() |
address |
![]() |
Return |
GetNumberValues
![]() |
GetNumberValues |
Returns the number of valid 16-bit data values currently stored inside the buffer. | |
![]() |
Return |
LookForValues
PeekData
![]() |
PeekData |
Reads the next available 16-bit data value from the circular buffer without advancing the current index, Returns the default value if the buffer is empty. | |
![]() |
Return |
PutData
WaitForValues