xscion.c File Reference

#include "xscion.h"

Include dependency graph for xscion.c:

Go to the source code of this file.

Functions

int C2F() xscion (int *i)
void SetXsciOn (void)
int getINXscilab (void)

Variables

int INXscilab = 0


Function Documentation

int getINXscilab ( void   ) 

Definition at line 27 of file xscion.c.

References INXscilab.

Referenced by checkevts(), and sxevents().

00028 {
00029         return INXscilab;
00030 }

Here is the caller graph for this function:

void SetXsciOn ( void   ) 

Definition at line 19 of file xscion.c.

References INXscilab, and switch_rlgets().

00020 {
00021         #ifdef _MSC_VER
00022          switch_rlgets (1);
00023         #endif
00024         INXscilab = 1;
00025 }

Here is the call graph for this function:

int C2F() xscion ( int i  ) 

Definition at line 13 of file xscion.c.

00014 {
00015   *i = INXscilab;
00016   return (0);
00017 }


Variable Documentation

int INXscilab = 0

Definition at line 7 of file xscion.c.

Referenced by getINXscilab(), SetXsciOn(), and xscion().


Generated on Sun Mar 4 15:17:31 2007 for Scilab [trunk] by  doxygen 1.5.1