第一次提交:
1、继承resonon相机库虚类(imager_base.h),实现了控制ximea相机的控制类库; 2、在ximea相机控制类(irisximeaimager.h)中,加入了定制的7个函数(setGainOffset、setRoi等等);
This commit is contained in:
12
Header_Files/irisximeaimager_global.h
Normal file
12
Header_Files/irisximeaimager_global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef IRISXIMEAIMAGER_GLOBAL_H
|
||||
#define IRISXIMEAIMAGER_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(IRISXIMEAIMAGER_LIBRARY)
|
||||
# define IRISXIMEAIMAGERSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define IRISXIMEAIMAGERSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // IRISXIMEAIMAGER_GLOBAL_H
|
Reference in New Issue
Block a user