2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) DIGITEO - 2009-2010 - Allan CORNET <allan.cornet@scilab.org>
4 * Copyright (C) DIGITEO - 2010-2010 - Clément DAVID <clement.david@scilab.org>
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
16 /*--------------------------------------------------------------------------*/
17 #include "dynlib_xcos.h"
18 /*--------------------------------------------------------------------------*/
19 XCOS_IMPEXP int gw_xcos(void);
21 /*--------------------------------------------------------------------------*/
22 int sci_Xcos(char *fname, unsigned long l);
23 int sci_xcosNotify(char *fname, unsigned long l);
24 int sci_warnBlockByUID(char *fname, unsigned long l);
25 int sci_closeXcosFromScilab(char *fname, unsigned long l);
26 int sci_xcosDiagramToScilab(char *fname, unsigned long l);
27 int sci_xcosDiagramOpen(char *fname, unsigned long l);
28 int sci_xcosDiagramClose(char *fname, unsigned long l);
29 int sci_xcosPalLoad(char *fname, unsigned long l);
30 int sci_xcosPalCategoryAdd(char *fname, unsigned long l);
31 int sci_xcosPalDelete(char *fname, unsigned long l);
32 int sci_xcosPalMove(char *fname, unsigned long l);
33 int sci_xcosPalEnable(char *fname, unsigned long l);
34 int sci_xcosPalDisable(char *fname, unsigned long l);
35 int sci_xcosPalGenerateIcon(char *fname, unsigned long l);
36 int sci_xcosConfigureXmlFile(char *fname, unsigned long l);
37 int sci_xcosAddToolsMenu(char *fname, unsigned long l);
38 int sci_xcosUpdateBlock(char *fname, unsigned long l);
39 int sci_loadXcos(char *fname, unsigned long l);
40 int sci_xcosSimulationStarted(char *fname, unsigned long l);
42 /*--------------------------------------------------------------------------*/
44 * xcos already started
45 * @return 1 if xcos started else 0
47 int xcosStarted(void);
49 /*--------------------------------------------------------------------------*/
50 #endif /* __GW_XCOS__ */
51 /*--------------------------------------------------------------------------*/