#include <ForwardTranslator.hpp>
|
| std::vector< LogMessage > | errors () const |
| | Get error messages generated by the last translation.
|
| |
| | ForwardTranslator () |
| |
| bool | modelToSDD (const openstudio::model::Model &model, const openstudio::path &path, ProgressBar *progressBar=nullptr) |
| |
| std::vector< LogMessage > | warnings () const |
| | Get warning messages generated by the last translation.
|
| |
| | ~ForwardTranslator () |
| |
◆ ForwardTranslator()
| openstudio::sdd::ForwardTranslator::ForwardTranslator |
( |
| ) |
|
◆ ~ForwardTranslator()
| openstudio::sdd::ForwardTranslator::~ForwardTranslator |
( |
| ) |
|
◆ errors()
| std::vector< LogMessage > openstudio::sdd::ForwardTranslator::errors |
( |
| ) |
const |
Get error messages generated by the last translation.
Errors are issues encountered during translation that are fatal to producing a valid SDD for compliance analysis
◆ modelToSDD()
| bool openstudio::sdd::ForwardTranslator::modelToSDD |
( |
const openstudio::model::Model & | model, |
|
|
const openstudio::path & | path, |
|
|
ProgressBar * | progressBar = nullptr ) |
◆ warnings()
| std::vector< LogMessage > openstudio::sdd::ForwardTranslator::warnings |
( |
| ) |
const |
Get warning messages generated by the last translation.
Warnings are issues encountered during translation that are important, but not fatal to producing a valid SDD for compliance analysis