#include <ErrorFile.hpp>
Public Member Functions | |
bool | completed () const |
did EnergyPlus complete or crash | |
bool | completedSuccessfully () const |
completed successfully | |
ErrorFile (const openstudio::path &errPath) | |
constructor | |
std::vector< std::string > | fatalErrors () const |
get fatal errors | |
std::vector< std::string > | severeErrors () const |
get severe errors | |
std::vector< std::string > | warnings () const |
get warnings | |
openstudio::energyplus::ErrorFile::ErrorFile | ( | const openstudio::path & | errPath | ) |
constructor
bool openstudio::energyplus::ErrorFile::completed | ( | ) | const |
did EnergyPlus complete or crash
bool openstudio::energyplus::ErrorFile::completedSuccessfully | ( | ) | const |
completed successfully
std::vector< std::string > openstudio::energyplus::ErrorFile::fatalErrors | ( | ) | const |
get fatal errors
std::vector< std::string > openstudio::energyplus::ErrorFile::severeErrors | ( | ) | const |
get severe errors
std::vector< std::string > openstudio::energyplus::ErrorFile::warnings | ( | ) | const |
get warnings