Skip to content

hfsm2v2.12.1

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • NancyLi1013's avatarNancyLi1013
  • Billy O'Neal's avatarBilly O'Neal
  • chausner's avatarchausner
  • Jan Aleksandrov's avatarJan Aleksandrov
  • toge's avatartoge
  • Weihang Ding's avatarWeihang Ding

#Changelog