GemaLib
The GeMA library
Classes | Enumerations
gmSimulation.h File Reference

Declaration of the GmSimulation class. More...

#include "gmConfig.h"
#include <gmLog.h>
#include <QString>
#include <QObject>
#include <QMutex>
Include dependency graph for gmSimulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmSimulation
 Basic class for defining a GeMA physical Simulation, containing references to the model definition, solution defnition and results configuration definition. More...
 

Enumerations

enum  GmSimulationResult { GM_RESULT_OK = 0, GM_RESULT_CANCELED, GM_RESULT_ABORTED }
 Enumeration describing the result of a simulation. More...
 

Detailed Description

Declaration of the GmSimulation class.

Author
Carlos Augusto Teixeira Mendes
Date
march, 2015

Enumeration Type Documentation

◆ GmSimulationResult

Enumeration describing the result of a simulation.

Enumerator
GM_RESULT_OK 

The simulation completed successfully.

GM_RESULT_CANCELED 

The simulation was cancelled by user request.

GM_RESULT_ABORTED 

The simulation was aborted by a run time error.