📄 emcpos.h
字号:
/********************************************************************* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -