C# Class cleanLayer.Library.FSM.Engine

Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Свойство Type Description
StateText string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DelayNextPulse ( int milliseconds ) : void
Engine ( int timeBetweenPulses = 333 ) : System
LoadStates ( List states ) : void
Pulse ( ) : bool
Start ( ) : void
Stop ( ) : void

Method Details

DelayNextPulse() public méthode

public DelayNextPulse ( int milliseconds ) : void
milliseconds int
Résultat void

Engine() public méthode

public Engine ( int timeBetweenPulses = 333 ) : System
timeBetweenPulses int
Résultat System

LoadStates() public méthode

public LoadStates ( List states ) : void
states List
Résultat void

Pulse() public méthode

public Pulse ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

StateText public_oe property

public string StateText
Résultat string