emcpos.h

来自「Source code for an Numeric Cmputer」· C头文件 代码 · 共 28 行

H
28
字号
/********************************************************************* Description: emcpos.h**   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.4 $* $Author: paul_c $* $Date: 2005/05/23 01:54:49 $********************************************************************/#ifndef EMCPOS_H#define EMCPOS_H#include "posemath.h"		/* PmCartesian */typedef struct _EmcPose {    PmCartesian tran;    double a, b, c;} EmcPose;#endif

⌨️ 快捷键说明

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