Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
TOutputFileFMU.h
Go to the documentation of this file.
92 cout << " *** method TOutputFileFMU::" << __func__ << " array size[" << _lstOfVector->GetSize() << "]" << endl;
Interface of the class URANIE::Launcher::TOutputFile.
Description of the class TOutputFileFMU.
Definition TOutputFileFMU.h:60
void addDefaultOutput()
void searchIndexeOutputAttribute(URANIE::DataServer::TAttribute *attOutput)
void addAttribute(TString sname, TString sKey="")
fmi1_import_t * _fmi1Import
The FMU 1.0 Object.
Definition TOutputFileFMU.h:166
Bool_t searchOutput(vector< URANIE::DataServer::UEntry * > *out)
Looking for output using a map to be able to cope with vectors/strings.
TArrayI * _lstOfVector
The list of RV for kVectors.
Definition TOutputFileFMU.h:171
void addAttribute(URANIE::DataServer::TAttribute *att, TString sKey="")
Add the attribute in the file.
void setFMU2Import(fmi2_import_t *crtFMU2Import)
TString _spwd
The relative path to suppress.
Definition TOutputFileFMU.h:163
vector< vector< double > > _vecOutputs
the vector of stored kVector attributes
Definition TOutputFileFMU.h:172
Int_t _nOutputVector
the number of Output which is kVector
Definition TOutputFileFMU.h:169
Int_t _nCrtOutputVector
the curent number of Output which is kVector
Definition TOutputFileFMU.h:170
Int_t getNOutputVector()
Definition TOutputFileFMU.h:83
Bool_t searchOutput(Int_t &n, Double_t *val, TList *lstOut=NULL)
Looking for output usindouble only and transmitting matrix (not used by launcher anymore)
void printLog(Option_t *option="")
void setFMUVersion(fmi_version_enu_t theFMUVersion)
Definition TOutputFileFMU.h:148
void setFMU1Import(fmi1_import_t *crtFMU1Import)
void setVectorValues(vector< vector< double > > vvd)
Definition TOutputFileFMU.h:118
fmi_version_enu_t _sVersion
The FMU version.
Definition TOutputFileFMU.h:165
fmi2_import_t * _fmi2Import
The FMU 2.0 Object.
Definition TOutputFileFMU.h:167
TArrayI * getListOutputVector()
Definition TOutputFileFMU.h:88
Definition TCluster.h:67