C# 클래스 MyoSharp.Poses.PoseSequence

A class that will monitor a Myo for a specified sequence of poses.
상속: IPoseSequence
파일 보기 프로젝트 열기: VuWall/VuWall-Motion

공개 메소드들

메소드 설명
Create ( IMyoEventGenerator myo ) : IPoseSequence
Create ( IMyoEventGenerator myo, IEnumerable sequence ) : IPoseSequence
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnPoseSequenceCompleted ( IMyo myo, System.DateTime timestamp, IList poses ) : void
PoseSequence ( IMyoEventGenerator myo ) : System

Initializes a new instance of the PoseSequence class.

PoseSequence ( IMyoEventGenerator myo, IEnumerable sequence ) : System

Initializes a new instance of the PoseSequence class.

비공개 메소드들

메소드 설명
Myo_PoseChanged ( object sender, MyoSharp.Device.PoseEventArgs e ) : void
ObjectInvariant ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( IMyoEventGenerator myo ) : IPoseSequence
myo IMyoEventGenerator
리턴 IPoseSequence

Create() 공개 정적인 메소드

public static Create ( IMyoEventGenerator myo, IEnumerable sequence ) : IPoseSequence
myo IMyoEventGenerator
sequence IEnumerable
리턴 IPoseSequence

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnPoseSequenceCompleted() 보호된 메소드

protected OnPoseSequenceCompleted ( IMyo myo, System.DateTime timestamp, IList poses ) : void
myo IMyo
timestamp System.DateTime
poses IList
리턴 void

PoseSequence() 보호된 메소드

Initializes a new instance of the PoseSequence class.
protected PoseSequence ( IMyoEventGenerator myo ) : System
myo IMyoEventGenerator The Myo.
리턴 System

PoseSequence() 보호된 메소드

Initializes a new instance of the PoseSequence class.
protected PoseSequence ( IMyoEventGenerator myo, IEnumerable sequence ) : System
myo IMyoEventGenerator The Myo.
sequence IEnumerable The sequence of poses to watch for. Cannot be null.
리턴 System