C# 클래스 KinectRCCar.WpfUI.ViewModels.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: devinh/KinectRCCar 1 사용 예제들

공개 메소드들

메소드 설명
MainViewModel ( ) : System
MainViewModel ( IKinectService kinectService, ICarControllerService carControllerService, ICarCameraService carCameraService, IControlLogic controlLogic ) : System

비공개 메소드들

메소드 설명
Cancel ( ) : void
CarControllerServiceOnCarControllerStatusChanged ( object sender, CarControllerStatusEventArgs e ) : void
Connect ( ) : void
DeviceError ( bool isError ) : void
Disconnect ( ) : void
KinectServiceOnKinectStatusChanged ( object sender, KinectStatusEventArgs e ) : void
KinectServiceOnSkeletonFrameReady ( object sender, SkeletonArrayReadyEventArgs e ) : void
Retry ( ) : void
SetKinectAngle ( ) : void
StartServices ( ) : void
StopServices ( ) : void
VerifyServicesConnected ( ) : bool
VerifyServicesRunning ( ) : bool

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System

MainViewModel() 공개 메소드

public MainViewModel ( IKinectService kinectService, ICarControllerService carControllerService, ICarCameraService carCameraService, IControlLogic controlLogic ) : System
kinectService IKinectService
carControllerService ICarControllerService
carCameraService ICarCameraService
controlLogic IControlLogic
리턴 System