Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Namespaces | Macros | Functions
TYPluginManager.cpp File Reference
#include "Tympan/core/logging.h"
#include "Tympan/core/exceptions.h"
#include "Tympan/models/business/TYCalcul.h"
#include "TYPluginManager.h"
#include <windows.h>
Include dependency graph for TYPluginManager.cpp:

Go to the source code of this file.

Namespaces

 tympan
 

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

void tympan::load_solvers (const char *path)
 Load the solver plugins found in path More...
 
SolverInterfacetympan::select_solver (OGenID uuid)
 Select a solver amongst the loaded solvers (a previous call to tympan::load_solvers() is. More...
 
OGenID tympan::solver_id (std::string name)
 Return the id of the solver named name (a previous call to tympan::load_solvers() is. More...
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 22 of file TYPluginManager.cpp.