Parent class for callback NavDataFactoryWithStoreFile::process() function for reading input data and immediately returning any processed data. This is normally only used internally in the NavDataFactory classes, but is available for other use cases.
Definition at line 54 of file NavDataFactoryCallback.hpp.
#include <NavDataFactoryCallback.hpp>
Public Member Functions | |
virtual bool | process (const NavDataPtr &navOut) |
|
inlinevirtual |
Process data generated by the factory.
[in] | navOut | The data to process in the callback. |
Reimplemented in gnsstk::NavDataFactoryStoreCallback, and NavDataStore.
Definition at line 60 of file NavDataFactoryCallback.hpp.