noscicos.c File Reference

#include "machine.h"
#include "Scierror.h"
#include "noscicos.h"

Include dependency graph for noscicos.c:

Go to the source code of this file.

Functions

int C2F() gw_scicos ()
int C2F() gw_cscicos ()
int haltscicos (char *name, integer *win, integer *entry, long int name_len)
BOOL ExistScicos (void)


Function Documentation

BOOL ExistScicos ( void   ) 

TODO : comment

Returns:

Definition at line 26 of file noscicos.c.

References FALSE, and TRUE.

00027 {
00028         return FALSE;
00029 }

int C2F() gw_cscicos ( void   ) 

Definition at line 15 of file noscicos.c.

References C2F, ExceptionMessage(), table_struct::f, Fin, long, Max, table_struct::name, name, putlhsvar(), Rhs, and Tab.

00016 {
00017         Scierror(999,"Scicos interface not installed.\r\n");
00018         return 0;
00019 }

Here is the call graph for this function:

int C2F() gw_scicos ( void   ) 

Definition at line 9 of file noscicos.c.

References ExceptionMessage(), table_struct::f, Fin, long, Max, table_struct::name, name, Rhs, and Tab.

00010 {
00011         Scierror(999,"Scicos interface not installed.\r\n");
00012         return 0;
00013 }

Here is the call graph for this function:

int haltscicos ( char *  name,
integer win,
integer entry,
long int  name_len 
)

Definition at line 21 of file noscicos.c.

References C2F.

00022 {
00023         return 0;
00024 } 


Generated on Sun Mar 4 16:12:07 2007 for Scilab [trunk] by  doxygen 1.5.1