SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
CellDataWriter.hpp File Reference
#include "cell_data.hpp"
#include "../../settings/enum_definitions.hpp"
#include "../../utility/free_functions.hpp"
#include <string>
#include <vector>
#include <fstream>
#include <span>
#include <cstdlib>
#include <array>
#include <variant>
Include dependency graph for CellDataWriter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  slide::CellDataWriter< N >
 

Namespaces

namespace  slide
 Slide namespace contains all the types, classes, and functions for the simulation framework.
 

Functions

void slide::writeData (std::ofstream &file, std::span< Histogram<> > histograms)
 
void slide::writeVarAndStates (std::ofstream &file, auto &cell)
 
template<settings::cellDataStorageLevel N>
void slide::writeDataImpl (std::ofstream &file, auto &cell, auto &dataStorage)