diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/cacsd/includes | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'modules/cacsd/includes')
-rwxr-xr-x | modules/cacsd/includes/dynlib_cacsd.h | 28 | ||||
-rwxr-xr-x | modules/cacsd/includes/gw_cacsd0.h | 29 | ||||
-rwxr-xr-x | modules/cacsd/includes/gw_cacsd1.h | 29 | ||||
-rwxr-xr-x | modules/cacsd/includes/gw_cacsd2.h | 30 | ||||
-rwxr-xr-x | modules/cacsd/includes/gw_cacsd3.h | 28 | ||||
-rwxr-xr-x | modules/cacsd/includes/gw_slicot.h | 24 |
6 files changed, 168 insertions, 0 deletions
diff --git a/modules/cacsd/includes/dynlib_cacsd.h b/modules/cacsd/includes/dynlib_cacsd.h new file mode 100755 index 000000000..3dbaead65 --- /dev/null +++ b/modules/cacsd/includes/dynlib_cacsd.h @@ -0,0 +1,28 @@ +/* +* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +* Copyright (C) DIGITEO - 2010 - Allan CORNET +* +* This file must be used under the terms of the CeCILL. +* This source file is licensed as described in the file COPYING, which +* you should have received as part of this distribution. The terms +* are also available at +* http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt +* +*/ + +/*--------------------------------------------------------------------------*/ +#ifndef __DYNLIB_CACSD_H__ +#define __DYNLIB_CACSD_H__ + +#ifdef _MSC_VER +#ifdef CACSD_EXPORTS +#define CACSD_IMPEXP __declspec(dllexport) +#else +#define CACSD_IMPEXP __declspec(dllimport) +#endif +#else +#define CACSD_IMPEXP +#endif + +#endif /* __DYNLIB_CACSD_H__ */ +/*--------------------------------------------------------------------------*/ diff --git a/modules/cacsd/includes/gw_cacsd0.h b/modules/cacsd/includes/gw_cacsd0.h new file mode 100755 index 000000000..271546f51 --- /dev/null +++ b/modules/cacsd/includes/gw_cacsd0.h @@ -0,0 +1,29 @@ + +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +/*--------------------------------------------------------------------------*/ +#ifndef __GW_CACSD0__ +#define __GW_CACSD0__ +/*--------------------------------------------------------------------------*/ +#include "dynlib_cacsd.h" +/*--------------------------------------------------------------------------*/ +CACSD_IMPEXP int gw_cacsd0(void); +/*--------------------------------------------------------------------------*/ +int sci_gschur(char *fname, unsigned long fname_len); +int sci_gspec(char *fname, unsigned long fname_len); +int sci_ereduc(char *fname, unsigned long fname_len); +int sci_fstair(char *fname, unsigned long fname_len); +/*--------------------------------------------------------------------------*/ +#endif /* __GW_CACSD0__ */ +/*--------------------------------------------------------------------------*/ + diff --git a/modules/cacsd/includes/gw_cacsd1.h b/modules/cacsd/includes/gw_cacsd1.h new file mode 100755 index 000000000..2c45338e8 --- /dev/null +++ b/modules/cacsd/includes/gw_cacsd1.h @@ -0,0 +1,29 @@ + +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +/*--------------------------------------------------------------------------*/ +#ifndef __GW_CACSD1__ +#define __GW_CACSD1__ +/*--------------------------------------------------------------------------*/ +#include "machine.h" +#include "dynlib_cacsd.h" +/*--------------------------------------------------------------------------*/ +CACSD_IMPEXP int gw_cacsd1(void); +/*--------------------------------------------------------------------------*/ +int C2F(scilyap)(char *fname, unsigned long fname_len); +int C2F(scisylv)(char *fname, unsigned long fname_len); +int C2F(intricc)(char *fname, unsigned long fname_len); +/*--------------------------------------------------------------------------*/ +#endif /* __GW_CACSD1__ */ +/*--------------------------------------------------------------------------*/ + diff --git a/modules/cacsd/includes/gw_cacsd2.h b/modules/cacsd/includes/gw_cacsd2.h new file mode 100755 index 000000000..91cfcfa67 --- /dev/null +++ b/modules/cacsd/includes/gw_cacsd2.h @@ -0,0 +1,30 @@ + +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +/*--------------------------------------------------------------------------*/ +#ifndef __GW_CACSD2__ +#define __GW_CACSD2__ +/*--------------------------------------------------------------------------*/ +#include "dynlib_cacsd.h" +/*--------------------------------------------------------------------------*/ +CACSD_IMPEXP int gw_cacsd2(void); +/*--------------------------------------------------------------------------*/ +int sci_ppol(char *fname, unsigned long fname_len); +int sci_tzer(char *fname, unsigned long fname_len); +int sci_freq(char *fname, unsigned long fname_len); +int sci_ltitr(char *fname, unsigned long fname_len); +int sci_rtitr(char *fname, unsigned long fname_len); +/*--------------------------------------------------------------------------*/ +#endif /* __GW_GW_CACSD2__ */ +/*--------------------------------------------------------------------------*/ + diff --git a/modules/cacsd/includes/gw_cacsd3.h b/modules/cacsd/includes/gw_cacsd3.h new file mode 100755 index 000000000..b97c23e0b --- /dev/null +++ b/modules/cacsd/includes/gw_cacsd3.h @@ -0,0 +1,28 @@ + +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +/*--------------------------------------------------------------------------*/ +#ifndef __GW_CACSD3__ +#define __GW_CACSD3__ +/*--------------------------------------------------------------------------*/ +#include "dynlib_cacsd.h" +/*--------------------------------------------------------------------------*/ +CACSD_IMPEXP int gw_cacsd3(void); +/*--------------------------------------------------------------------------*/ +int sci_arl2(char *fname, unsigned long fname_len); +int sci_residu(char *fname, unsigned long fname_len); +int sci_ldiv(char *fname, unsigned long fname_len); +/*--------------------------------------------------------------------------*/ +#endif /* __GW_CACSD3__ */ +/*--------------------------------------------------------------------------*/ + diff --git a/modules/cacsd/includes/gw_slicot.h b/modules/cacsd/includes/gw_slicot.h new file mode 100755 index 000000000..c509dbcef --- /dev/null +++ b/modules/cacsd/includes/gw_slicot.h @@ -0,0 +1,24 @@ + +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +/*--------------------------------------------------------------------------*/ +#ifndef __GW_SLICOT_H__ +#define __GW_SLICOT_H__ +/*--------------------------------------------------------------------------*/ +#include "dynlib_cacsd.h" +/*--------------------------------------------------------------------------*/ +CACSD_IMPEXP int gw_slicot(void); +/*--------------------------------------------------------------------------*/ +#endif /* __GW_SLICOT_H__ */ +/*--------------------------------------------------------------------------*/ + |