1 #ifndef MAPSDATAPROVIDER_H 2 #define MAPSDATAPROVIDER_H 12 std::unique_ptr<Impl> p;
17 void attach (std::shared_ptr<SQLiteOutputStorage> storage);
24 #endif // MAPSDATAPROVIDER_H void attach(std::shared_ptr< SQLiteOutputStorage > storage)
Definition: mapsdataprovider.cpp:101
Definition: mapsdataprovider.cpp:84
int tstep
Definition: main.cpp:205
~MapsDataProvider() noexcept
Definition: mapsdataprovider.h:9
std::shared_ptr< types::EnvironmentData > getEnvironmentData(types::NodeId nodeId, types::tstep_t tstep)
Definition: mapsdataprovider.cpp:120
MapsDataProvider()
Definition: mapsdataprovider.cpp:94
Definition: sqliteoutputstorage.h:37
std::shared_ptr< types::NodesBenthosData > getNodesBenthosData(types::NodeId nodeId, types::tstep_t tstep)
Definition: mapsdataprovider.cpp:136
std::shared_ptr< types::NodesPopData > getNodesPopData(types::NodeId nodeId, types::tstep_t tstep)
Definition: mapsdataprovider.cpp:128