| Description: | GSM Suite is a set of programs that create finite state machines in a graphical manner and generate C++ code to implement the logic of the state machines. There are five programs in the suite: gsmedit is a Motif based graphical editor, gsm2cc generate C++ code from the state machine files, gsm2ps generates PostScript files for printing the state machines, gsmcheck checks the validity of the state machines, and gsm2dot will tranform state machines file into directed graphs suitable for dot(1) to generate a layout. This particular package is statically linked against the Motif library. (from rpm description) |