Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
TCodeFMU.h
Go to the documentation of this file.
225 Form("TcodeFMU::%s Method\n The start time[%f] is greater than stop [%e] time", __func__, dstart, dstop));
Definition: TCluster.h:66
void treatOption(TString soption)
treat the soption for the class
virtual ~TCodeFMU()
Definition: TCodeFMU.h:78
TString _sGenerationDateTime
The FMU generation date and time.
Definition: TCodeFMU.h:359
void setLogLevel(ELogLevel_t theLogLevel=log_level_info)
Set the Log Level for the FMI Library.
Definition: TCodeFMU.h:299
virtual void printLog(Option_t *option="")
Print the log of the object/class.
fmi2_import_t * _fmi2Import
The FMU 2.0 Object.
Definition: TCodeFMU.h:355
Debug messages. Only enabled if library is configured with FMILIB_ENABLE_LOG_LEVEL_DEBUG.
Definition: TCodeFMU.h:85
Double_t getStoptSimulation()
Definition: TCodeFMU.h:189
Double_t _dFMUStep
The step time for default experiment as specified in the XML file.
Definition: TCodeFMU.h:362
void setStartSimulation(Double_t dval)
Definition: TCodeFMU.h:184
void setStartStopSimulation(Double_t dstart, Double_t dstop)
Definition: TCodeFMU.h:216
Double_t _dFMUTolerance
The tolerance for default experiment as specified in the XML file.
Definition: TCodeFMU.h:363
fmi_version_enu_t _sVersion
The FMU version.
Definition: TCodeFMU.h:352
virtual void terminate(Option_t *option="")
Terminate phase of the code.
Bool_t getLog()
Get the status of the log.
Definition: TCodeFMU.h:289
virtual void start(forkcode *fjob, Option_t *option="")
Run the code.
Double_t _dTolerance
The tolerance for the simulation.
Definition: TCodeFMU.h:344
Double_t _dStop
The stop time for the simulation.
Definition: TCodeFMU.h:342
Double_t _dFMUStart
The start time for default experiment as specified in the XML file.
Definition: TCodeFMU.h:360
ELogLevel_t _logLevel
The log Level for FMI Library.
Definition: TCodeFMU.h:340
void setToleranceSimulation(Double_t dval)
Definition: TCodeFMU.h:211
Double_t _dFMUStop
The stop time for default experiment as specified in the XML file.
Definition: TCodeFMU.h:361
virtual void initRun(forkcode *fjob, Option_t *option="")
void initIFirst(Option_t *option="")
Errors that may be not critical for some FMUs.
Definition: TCodeFMU.h:81
Bool_t _bTolerance
boolean to known if _dTolerance is defined by user
Definition: TCodeFMU.h:348
TString _sGenerationTool
The FMU generation tool.
Definition: TCodeFMU.h:358
Bool_t _bStop
boolean to known if _dstop is defined by user
Definition: TCodeFMU.h:346
Bool_t _bStart
boolean to known if _dstart is defined by user
Definition: TCodeFMU.h:345
void changeLog()
Swith the status of the log.
Definition: TCodeFMU.h:282
Interface of the class URANIE::Launcher::TCode.
void setStopSimulation(Double_t dval)
Definition: TCodeFMU.h:193
ELogLevel_t getLogLevel()
Get the Log Level in the FMI Library.
Definition: TCodeFMU.h:307
Double_t getToleranceSimulation()
Definition: TCodeFMU.h:208
void setFMUFile(TString new_var, Option_t *option="")
Set the value of _sFMUFile.
Double_t getStartSimulation()
Definition: TCodeFMU.h:180
Bool_t _binitIFirst
boolean to known if passed into the initIFirst step
Definition: TCodeFMU.h:349
TString getFMUFile()
Get the value of the _sFMUFile attribute.
Definition: TCodeFMU.h:175
fmi_import_context_t * _context_FMI
The FMU context.
Definition: TCodeFMU.h:353
Must be first in this enum. May be usefull in application relying solely on jm_get_last_error() ...
Definition: TCodeFMU.h:79
Double_t _dStep
The step time for the simulation.
Definition: TCodeFMU.h:343
void unsetLog()
Force to desable the log.
Definition: TCodeFMU.h:276
Bool_t _bStep
boolean to known if _dstep is defined by user
Definition: TCodeFMU.h:347
Double_t _dStart
The start time for the simulation.
Definition: TCodeFMU.h:341
void setStepSimulation(Double_t dval)
Definition: TCodeFMU.h:202
fmi1_import_t * _fmi1Import
The FMU 1.0 Object.
Definition: TCodeFMU.h:354
TString _sFMUWorkingDirectory
the FMU import directory
Definition: TCodeFMU.h:339