Skip to content

smpallen99/gen_fsm_helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Helper functions for GenFSM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages