fromjava.c File Reference

#include "fromjava.h"

Include dependency graph for fromjava.c:

Go to the source code of this file.

Functions

void SetFromJavaToON (void)
int IsFromJava (void)

Variables

static int bFromJava = FALSE


Function Documentation

int IsFromJava ( void   ) 

Definition at line 14 of file fromjava.c.

References bFromJava.

Referenced by TerminateGUI().

00015 {
00016         return bFromJava;
00017 }

Here is the caller graph for this function:

void SetFromJavaToON ( void   ) 

Definition at line 9 of file fromjava.c.

References bFromJava, int, and TRUE.

Referenced by Initialize().

00010 {
00011         bFromJava=(int)(TRUE);
00012 }

Here is the caller graph for this function:


Variable Documentation

int bFromJava = FALSE [static]

Definition at line 7 of file fromjava.c.

Referenced by IsFromJava(), and SetFromJavaToON().


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