Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Output Class Referencefinal

Public Types

using Ptr = std::shared_ptr<Output>
 The most suitable smart pointer.
 
using FolderName = Yuni::CString<10, false>
 A folder name (short length)
 
using ColumnName = Yuni::CString<128, false>
 Column name.
 
using Vector = std::vector<Ptr>
 Vector.
 

Public Member Functions

 Output (const YString &target, const YString::Vector &cols)
 
bool canContinue () const
 
void incrementError ()
 

Public Attributes

uint minYear
 The minimum value for the years.
 
uint maxYear
 The maximum value for the years.
 
uint nbYears
 The total number of years.
 
const Yuni::String path
 The study output directory.
 
const Yuni::String::Vector columns
 All columns to extract.
 
std::atomic< int > errors
 The number of errors.
 
ResultsForAllStudyItems results
 Results.
 

The documentation for this class was generated from the following files: