flags.h File Reference

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

Go to the source code of this file.

Functions

void set_echo_mode (int mode)
int get_echo_mode (void)
void set_is_reading (int mode)
int get_is_reading (void)


Function Documentation

int get_echo_mode ( void   ) 

return the echo mode of the typed scilab commands

Returns:
the mode

Definition at line 18 of file flags.c.

00019 {
00020     return(echo_mode);
00021 }

int get_is_reading ( void   ) 

handle function when scilab waits for commands get the mode

Returns:
the reading mode

Definition at line 28 of file flags.c.

00029 {
00030     return(reading);
00031 }

void set_echo_mode ( int  mode  ) 

set the echo mode of typed scilab commands

Parameters:
mode the mode wanted

Definition at line 13 of file flags.c.

00014 {
00015     echo_mode = mode;
00016 }

void set_is_reading ( int  mode  ) 

handle function when scilab waits for commands set the mode

Parameters:
mode the mode wanted

Definition at line 23 of file flags.c.

00024 {
00025     reading = mode;
00026 }


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