Skip to Content

hfsm2 v2.10.0

Created
Updated

Header-only heriarchical FSM framework in C++11, with fully statically-defined structure (no dynamic allocations), built with variadic templates.

# Usage

The package hfsm2 is header only and can be used from CMake via:

find_package(hfsm2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE hfsm2::hfsm2) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • NancyLi1013's avatar NancyLi1013
  • Billy O'Neal's avatar Billy O'Neal
  • chausner's avatar chausner
  • Jan Aleksandrov's avatar Jan Aleksandrov
  • toge's avatar toge

# Changelog

# Source