GenFSMHelers

Helper functions to be used with GenFSM.

Adds next_state and reply functions so you don’t have to enter the tuples.

First argument is the state data so they fit will into a pipeline

Installation

If available in Hex, the package can be installed by adding gen_fsm_helpers to your list of dependencies in mix.exs:

def deps do
  [
    {:gen_fsm_helpers, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gen_fsm_helpers.

License

ex_ami is Copyright (c) 2017 Stephen Pallen

The source code is released under the MIT License.

Check LICENSE for more information.