OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <utils/fcst_utilities.h>
#include <utils/logging.h>
#include <sqlite3.h>
#include <iostream>
#include <ctime>
#include <string>
#include <cstddef>
#include <vector>
#include <stdexcept>
#include <fstream>
#include <chrono>
#include <thread>
#include <random>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Classes | |
class | FcstUtilities::FCSTdatabase |
This class is for interfacing with SQL databases, for the purpose of accessing and storing simulation results. More... | |
class | FcstUtilities::DatabaseOC |
This class is for storing a list of up to 10 parameters and is used as a way of informing the FCSTdatabase class about the model you wish to store/access. More... | |
Namespaces | |
FcstUtilities | |