aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/ini/inispindle.hh
blob: 5ea55934ac8e8f46de04c2978f2a94049b51482e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/********************************************************************
* Description: inispindle.hh
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: GPL Version 2
* System: Linux
*
* Copyright (c) 2021 All rights reserved.
*
* Last change: file created by andypugh 30/12/21
********************************************************************/
#ifndef INISPINDLE_HH
#define INISPINDLE_HH

#include "emc.hh"		// EMC_AXIS_STAT

/* initializes spindle modules from INI file */
extern int iniSpindle(int spindle, const char *filename);

#endif
bues.ch cgit interface