重新构建的批检仪主板程序
This commit is contained in:
14
prot_cmd/cmd_slave.h
Normal file
14
prot_cmd/cmd_slave.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CMD_SLAVE_H
|
||||
#define CMD_SLAVE_H
|
||||
|
||||
#include "prot/prot_slave.h"
|
||||
|
||||
|
||||
class slave_check:public HandleSlave
|
||||
{
|
||||
public:
|
||||
slave_check():HandleSlave(){}
|
||||
int start(myarray data);
|
||||
};
|
||||
|
||||
#endif // CMD_SLAVE_H
|
Reference in New Issue
Block a user