C# Class cleanLayer.Library.FSM.Engine

显示文件 Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
StateText string

Private Properties

Property Type Description

Public Methods

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

Method Details

DelayNextPulse() public method

public DelayNextPulse ( int milliseconds ) : void
milliseconds int
return void

Engine() public method

public Engine ( int timeBetweenPulses = 333 ) : System
timeBetweenPulses int
return System

LoadStates() public method

public LoadStates ( List states ) : void
states List
return void

Pulse() public method

public Pulse ( ) : bool
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

StateText public_oe property

public string StateText
return string