FLImaging 6.6.27.1
DeviceEventMotionBase.h
1#pragma once
2#pragma once
3
11
12#include "DeviceEventBase.h"
13
15namespace FLImaging
16{
18 namespace Devices
19 {
21
30 {
31 SupportToDuplicateAbstractObject(CDeviceEventMotionBase);
32
33 public:
48
57 virtual void OnChangedServoState(const CDeviceMotionBase* pDeviceMotion, int32_t i32AxisNumber);
58
59 DeclareGetClassType();
60 };
61 }
62}
63
64
65
virtual void OnChangedServoState(const CDeviceMotionBase *pDeviceMotion, int32_t i32AxisNumber)
이미지 장치에서 Servo 실행 시 호출 됩니다.
virtual ~CDeviceEventMotionBase()
기본 소멸자
장치의 모션 기반 클래스
Definition DeviceMotionBase.h:33
Definition AutoFileCleaner.h:17