noscicos.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int C2F() gw_scicos (void)
int C2F() gw_cscicos (void)
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 7 of file ExistScicos.c.

References FALSE, and TRUE.

00008 {
00009         return TRUE;
00010 }

int C2F() gw_cscicos ( void   ) 

Definition at line 47 of file gw_cscicos.c.

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

00048 {  
00049         Rhs = Max(0, Rhs);
00050         #ifdef _MSC_VER
00051                 #ifndef _DEBUG
00052                         _try
00053                         {
00054                                 (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00055                         }
00056                         _except (EXCEPTION_EXECUTE_HANDLER)
00057                         {
00058                                 ExceptionMessage(GetExceptionCode(),Tab[Fin-1].name);
00059                         }
00060                 #else
00061                         (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00062                 #endif
00063         #else
00064                 (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00065         #endif
00066         C2F(putlhsvar)();
00067         
00068         return 0;
00069 }

Here is the call graph for this function:

int C2F() gw_scicos ( void   ) 

Definition at line 38 of file gw_scicos.c.

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

00039 {  
00040         Rhs = Max(0, Rhs);
00041         #ifdef _MSC_VER
00042                 #ifndef _DEBUG
00043                         _try
00044                         {
00045                                 (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00046                         }
00047                         _except (EXCEPTION_EXECUTE_HANDLER)
00048                         {
00049                                 ExceptionMessage(GetExceptionCode(),Tab[Fin-1].name);
00050                         }
00051                 #else
00052                         (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00053                 #endif
00054         #else
00055                 (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name));
00056         #endif
00057 
00058         return 0;
00059 }

Here is the call graph for this function:

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

Definition at line 8 of file haltscicos.c.

References C2F.

00009 {
00010    C2F(coshlt).halt = 1;
00011     return 0;
00012 } 


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