mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
添加了位置定标程序 及位置移动相关程序源码
This commit is contained in:
16
othersoft/shuttercali/source_rlx/sensor/logout.h
Normal file
16
othersoft/shuttercali/source_rlx/sensor/logout.h
Normal file
@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class logout : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
|
||||
public:
|
||||
logout(QObject *parent);
|
||||
~logout();
|
||||
static void out(QString str, int level=0);
|
||||
static void setoutlevel(int level = 4);
|
||||
};
|
Reference in New Issue
Block a user