Tutorial 4 FSP Source

Top  Previous  Next

The source code for the example in the tutorial can copied as text below.

 

This model represents a sequential process composition for a "request" process followed by a "reply" process with an error in line 3.

 

REQUEST = (request->END).

REPLY = (reply->END).

SEQUENCE REQUEST; REPLY; END.

 

The correct FSP solution is listed in Tutorial 1 FSP Source.