HSLLoader.h
Go to the documentation of this file.
1 /* Copyright (C) 2008, 2011 GAMS Development and others
2  All Rights Reserved.
3  This code is published under the Eclipse Public License.
4 
5  $Id: HSLLoader.h 2073 2012-02-12 15:54:34Z stefan $
6 
7  Author: Stefan Vigerske
8 */
9 
10 #ifndef HSLLOADER_H_
11 #define HSLLOADER_H_
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
29  int LSL_loadHSL(const char* libname, char* msgbuf, int msglen);
30 
34  int LSL_unloadHSL();
35 
39  int LSL_isHSLLoaded();
40 
44  int LSL_isMA27available();
45 
49  int LSL_isMA28available();
50 
54  int LSL_isMA57available();
55 
59  int LSL_isMA86available();
60 
64  int LSL_isMC19available();
65 
69  int LSL_isMC68available();
70 
72  char* LSL_HSLLibraryName();
73 
74 #ifdef __cplusplus
75 }
76 #endif
77 
78 #endif /*HSLLOADER_H_*/