- FunctionCore_not_used:
- Started work on queued channel buffers or processing buffers
- Incomplete and temporarily abandoned due to time constraints
- Renamed modified FunctionCore -> FunctionCore_not_used
- ItemBufferCore:
- New Class for storing items in a FIFO style buffer
- FunctionCore:
- Implemented pulled input:
- Function creates static output: StoredOutput & StoredOutputLen
- Other Function pulls static output from input linked functions
- FunctionCore-ChannelBuffer:
- Tried to create a processing buffer
- Abandoned for now