linuxcnc-hal-sys 0.1.5

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/********************************************************************
* Description: inijoint.hh
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: GPL Version 2
* System: Linux
*    
* Copyright (c) 2004-2009 All rights reserved.
********************************************************************/
#ifndef INIJOINT_HH
#define INIJOINT_HH

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

#endif