fromjava.h File Reference

#include "machine.h"

Include dependency graph for fromjava.h:

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

Go to the source code of this file.

Functions

void SetFromJavaToON (void)
int IsFromJava (void)


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:


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