/ src / emc / ini / iniaxis.hh
iniaxis.hh
 1  /********************************************************************
 2  * Description: iniaxis.hh
 3  *
 4  *   Derived from a work by Fred Proctor & Will Shackleford
 5  *
 6  * Author:
 7  * License: GPL Version 2
 8  * System: Linux
 9  *    
10  * Copyright (c) 2004 All rights reserved.
11  *
12  * Last change:
13  ********************************************************************/
14  #ifndef INIAXIS_HH
15  #define INIAXIS_HH
16  
17  #include "emc.hh"		// EMC_AXIS_STAT
18  
19  /* initializes axis modules from ini file */
20  extern int iniAxis(int axis, const char *filename);
21  
22  extern double ext_offset_a_or_v_ratio[];
23  
24  #endif