You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
258 B
C++

#pragma once
#include "createrworkcmd.h"
//创建电机移动到机械原点的指令
class CCreaterMotorToMachineOrigin :public CCreaterWorkCmd
{
public:
CCreaterMotorToMachineOrigin(const CString &str);
~CCreaterMotorToMachineOrigin(void);
virtual void Creat();
};