Inline engine
Created by: aronhelser
Add an Inline engine. Based on the engine skeleton, so has lots of logging available when the 'verbose' parameter is set.
Adds the GetBlock
methods to Engine, so the data pointer provided by the writer can be shared with the reader, without copying.
Currently:
- keeps around the blockInfo, needs to be deleted at EndStep
- ignores selection, just uses the most recent blockInfo
@chuckatkins here's where I'm at.