Skip to Content

hfsm2 v1.10.1

Created
Updated

Header-only heriarchical FSM framework in C++14, 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_path(HFSM2_INCLUDE_DIRS "hfsm2/machine.hpp")
target_include_directories(main PRIVATE ${HFSM2_INCLUDE_DIRS}) 

# License

Unknown

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No 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

# Changelog

  • b7cff0d [hfsm2] Update to 1.10.1 (#20729)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 034d5c9 [hfsm2] Add new port (#7516)

# Source