#include "rcs.hh"#include "emc.hh"#include "emcio.hh"#include "emcglb.h"#include "extintf.h"#include "iniaux.hh"Include dependency graph for minimillaux.cc:

Go to the source code of this file.
| Defines | |
| #define | __attribute__(x) | 
| Functions | |
| char | __attribute__ ((unused)) ident[]="$Id | 
| void | estopOff () | 
| int | isEstop () | 
| 
 | 
| 
 Definition at line 24 of file minimillaux.cc. | 
| 
 | 
| 
 Definition at line 28 of file minimillaux.cc. 00028                                                    : minimillaux.cc,v 1.2 2000/10/27 20:34:42 terrylr Exp $";
00029 
00030 // local functions
00031 
00032 static int estopState = 1;
00033 
00034 static void estopOn()
00035 {
00036   estopState = 1;
00037 }
 | 
| 
 | 
| 
 Definition at line 39 of file minimillaux.cc. 00040 {
00041   estopState = 0;
00042 }
 | 
| 
 | 
| 
 Definition at line 44 of file minimillaux.cc. 00045 {
00046   return estopState;
00047 }
 | 
 1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001