StateModelRev05s.ppt - RJL rev. 050207  6
StateModel Design - 6
Two-State SM Example
ET01:TSSet
ET02:TSReset
TSS0:OFF
 no-op
TSS1:ON
no-op
 State Model Name: TS:Two-State
This  state model has two states, two transitions, and two event types. Each state has one incoming transition, one outgoing transition, and one ActionRoutine named no-op, which is executed on entry to either state. 
This Diagram can be stored in a SMStateModel.dat  file:
File SMStateModel.dat can be generated two ways:
1.From string constant declarations in a LCP API code file.
2.From bde2SM (.bde to .dat file converter) (TBUpdated)