添加自研批检仪检测命令
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
myarray decode(int &srcAddr, int &dstAddr, int &cmd, myarray data);
|
||||
bool packCheck(myarray data);
|
||||
myarray encode(int srcAddr, int dstAddr, int cmd, myarray data);
|
||||
|
||||
private:
|
||||
bool is_big_data;
|
||||
int num_to_read;
|
||||
@@ -27,13 +28,4 @@ private:
|
||||
int len;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // CODEC_YM_H
|
||||
|
Reference in New Issue
Block a user