init
This commit is contained in:
12
device/control/acs/buffercode/machcode.h
Normal file
12
device/control/acs/buffercode/machcode.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef MACHCODE_H
|
||||
#define MACHCODE_H
|
||||
#include <QString>
|
||||
|
||||
class MachCode
|
||||
{
|
||||
public:
|
||||
MachCode();
|
||||
QString getCode();
|
||||
};
|
||||
|
||||
#endif // MACHCODE_H
|
||||
Reference in New Issue
Block a user