C# Класс MyoSharp.Poses.PoseSequence

A class that will monitor a Myo for a specified sequence of poses.
Наследование: IPoseSequence
Показать файл Открыть проект

Открытые методы

Метод Описание
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