FLImaging 6.12.9.2
DeviceEventMotionBase.h
1#pragma once
2#pragma once
3
11
12#include "DeviceEventBase.h"
13
15namespace FLImaging
16{
18 namespace Devices
19 {
21
29 class FL_EXPORT CDeviceEventMotionBase : public CDeviceEventBase
30 {
31 SupportToDuplicateAbstractObject(CDeviceEventMotionBase);
32
33 public:
40 CDeviceEventMotionBase();
47 virtual ~CDeviceEventMotionBase();
48
57 virtual void OnChangedServoState(const CDeviceMotionBase* pDeviceMotion, int32_t i32AxisNumber);
58
59 DeclareGetClassType();
60 };
61 }
62}
63
64
65
장치 이벤트 기반 클래스
Definition DeviceEventBase.h:30
장치의 모션 기반 클래스
Definition DeviceMotionBase.h:33
Definition AutoFileCleaner.h:17