SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide::settings::printBool Namespace Reference

Variables

constexpr auto printCrit = settings::verbose >= printLevel::printCrit
 threshold of verbose of when to print error messages for critical errors More...
 
constexpr auto printNonCrit = settings::verbose >= printLevel::printNonCrit
 threshold of verbose of when to print error messages for noncritical errors More...
 
constexpr auto printCyclerFunctions = settings::verbose >= printLevel::printCyclerFunctions
 threshold of verbose of when to print the start and end of functions of the BasicCycler More...
 
constexpr auto printCyclerHighLevel = settings::verbose >= printLevel::printCyclerHighLevel
 threshold of verbose of when to print the high-level flow of the program in the BasicCycler More...
 
constexpr auto printCyclerDetail = settings::verbose >= printLevel::printCyclerDetail
 threshold of verbose of when to print the low-level detailed flow of the program in the BasicCycler More...
 
constexpr auto printfindCVcurrentDetail = settings::verbose >= printLevel::printfindCVcurrentDetail
 threshold of verbose of when to print the details of how the current for the CV phase is found More...
 

Variable Documentation

◆ printCrit

constexpr auto slide::settings::printBool::printCrit = settings::verbose >= printLevel::printCrit
constexpr

threshold of verbose of when to print error messages for critical errors

◆ printCyclerDetail

constexpr auto slide::settings::printBool::printCyclerDetail = settings::verbose >= printLevel::printCyclerDetail
constexpr

threshold of verbose of when to print the low-level detailed flow of the program in the BasicCycler

◆ printCyclerFunctions

constexpr auto slide::settings::printBool::printCyclerFunctions = settings::verbose >= printLevel::printCyclerFunctions
constexpr

threshold of verbose of when to print the start and end of functions of the BasicCycler

◆ printCyclerHighLevel

constexpr auto slide::settings::printBool::printCyclerHighLevel = settings::verbose >= printLevel::printCyclerHighLevel
constexpr

threshold of verbose of when to print the high-level flow of the program in the BasicCycler

◆ printfindCVcurrentDetail

constexpr auto slide::settings::printBool::printfindCVcurrentDetail = settings::verbose >= printLevel::printfindCVcurrentDetail
constexpr

threshold of verbose of when to print the details of how the current for the CV phase is found

◆ printNonCrit

constexpr auto slide::settings::printBool::printNonCrit = settings::verbose >= printLevel::printNonCrit
constexpr

threshold of verbose of when to print error messages for noncritical errors