⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iniaxis.hh

📁 Source code for an Numeric Cmputer
💻 HH
字号:
/********************************************************************* 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:* $Revision: 1.6 $* $Author: yabosukz $* $Date: 2005/07/08 14:11:04 $********************************************************************/#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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -