C# Class KinectRCCar.WpfUI.ViewModels.MainViewModel

Inheritance: ViewModelBase
显示文件 Open project: devinh/KinectRCCar Class Usage Examples

Public Methods

Method Description
MainViewModel ( ) : System
MainViewModel ( IKinectService kinectService, ICarControllerService carControllerService, ICarCameraService carCameraService, IControlLogic controlLogic ) : System

Private Methods

Method Description
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

Method Details

MainViewModel() public method

public MainViewModel ( ) : System
return System

MainViewModel() public method

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