summaryrefslogtreecommitdiff
path: root/src/emc/ini/iniaxis.hh
blob: 4dcd86f0fda20c10467fdf542204a48ee0dfe36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/********************************************************************
* Description: iniaxis.hh
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: GPL Version 2
* System: Linux
*    
* Copyright (c) 2004 All rights reserved.
*
* Last change:
********************************************************************/
#ifndef INIAXIS_HH
#define INIAXIS_HH

#include "emc.hh"		// EMC_AXIS_STAT

/* initializes axis modules from ini file */
extern int iniAxis(int axis, const char *filename);

/* dump axis stat to ini file */
extern int dumpAxis(int axis, const char *filename,
		    EMC_AXIS_STAT * status);
#endif