3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) DIGITEO - 2009-2010 - Allan CORNET <allan.cornet@scilab.org>
5 * Copyright (C) DIGITEO - 2010-2010 - Clément DAVID <clement.david@scilab.org>
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
20 /*--------------------------------------------------------------------------*/
21 #include "dynlib_xcos.h"
22 /*--------------------------------------------------------------------------*/
23 XCOS_IMPEXP int sci_xcosNotify(char *fname, void *pvApiCtx);
24 XCOS_IMPEXP int sci_warnBlockByUID(char *fname, void *pvApiCtx);
25 XCOS_IMPEXP int sci_closeXcosFromScilab(char *fname, void *pvApiCtx);
26 XCOS_IMPEXP int sci_xcosDiagramOpen(char *fname, void *pvApiCtx);
27 XCOS_IMPEXP int sci_xcosDiagramClose(char *fname, void *pvApiCtx);
28 XCOS_IMPEXP int sci_xcosPalLoad(char *fname, void *pvApiCtx);
29 XCOS_IMPEXP int sci_xcosPalCategoryAdd(char *fname, void *pvApiCtx);
30 XCOS_IMPEXP int sci_xcosPalDelete(char *fname, void *pvApiCtx);
31 XCOS_IMPEXP int sci_xcosPalMove(char *fname, void *pvApiCtx);
32 XCOS_IMPEXP int sci_xcosPalEnable(char *fname, void *pvApiCtx);
33 XCOS_IMPEXP int sci_xcosPalDisable(char *fname, void *pvApiCtx);
34 XCOS_IMPEXP int sci_xcosPalGenerateIcon(char *fname, void *pvApiCtx);
35 XCOS_IMPEXP int sci_xcosConfigureXmlFile(char *fname, void *pvApiCtx);
36 XCOS_IMPEXP int sci_xcosAddToolsMenu(char *fname, void *pvApiCtx);
37 XCOS_IMPEXP int sci_xcosUpdateBlock(char *fname, void *pvApiCtx);
38 XCOS_IMPEXP int sci_loadXcos(char *fname, void *pvApiCtx);
39 XCOS_IMPEXP int sci_xcosSimulationStarted(char *fname, void *pvApiCtx);
40 XCOS_IMPEXP int sci_xcosPalGet(char *fname, void *pvApiCtx);
41 /*--------------------------------------------------------------------------*/
42 #endif /* __GW_XCOS__ */
43 /*--------------------------------------------------------------------------*/