OpenStudio:energyplus
 AllClasses Namespaces Functions Typedefs Enumerations Enumerator Pages

#include "ErrorFile.hpp"

Public Member Functions

bool completed () const
bool completedSuccessfully () const
 ErrorFile (const openstudio::path &errPath)
std::vector< std::string > fatalErrors () const
std::vector< std::string > severeErrors () const
std::vector< std::string > warnings () const

Constructor & Destructor Documentation

openstudio::energyplus::ErrorFile::ErrorFile ( const openstudio::path &  errPath)

constructor

Member Function Documentation

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