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