SourceCode/Bond/Servo/CRobotTask.h
@@ -29,7 +29,11 @@ time_t getFetchoutTime(); time_t getStoredTime(); time_t getFinishTime(); int getArmNo(); ROBOT_TASK_STATE getState(); bool isPicking(); bool isPlacing(); bool isRestoring(); void run(); void pick(); void place(); @@ -59,7 +63,7 @@ time_t m_timeFetchOut; /* 取片时间*/ time_t m_timeStored; /* 放片时间 */ time_t m_timeFinish; /* 结束时间 */ ROBOT_CMD_PARAM m_robotCmdParam[3]; /* 参数 */ ROBOT_CMD_PARAM m_robotCmdParam[4]; /* 参数 */ CContext* m_pContext; CEFEM* m_pEFEM; };