Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

minimillaux.cc File Reference

#include "rcs.hh"
#include "emc.hh"
#include "emcio.hh"
#include "emcglb.h"
#include "extintf.h"
#include "iniaux.hh"

Include dependency graph for minimillaux.cc:

Include dependency graph

Go to the source code of this file.

Defines

#define __attribute__(x)

Functions

char __attribute__ ((unused)) ident[]="$Id
void estopOff ()
int isEstop ()


Define Documentation

#define __attribute__  
 

Definition at line 24 of file minimillaux.cc.


Function Documentation

char __attribute__ (unused)    [static]
 

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 }

void estopOff   [static]
 

Definition at line 39 of file minimillaux.cc.

00040 {
00041   estopState = 0;
00042 }

int isEstop   [static]
 

Definition at line 44 of file minimillaux.cc.

00045 {
00046   return estopState;
00047 }


Generated on Sun Dec 2 15:28:09 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001