Skip to content

smfv0.2.3

Updated

State machine framework

#Usage

The package smf provides CMake targets:

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

#Supported Platforms

All platforms supported.

#Features

No default features.

#hierarchical

Enable hierarchical state machine support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#init-transition

Enable state machine initial transition feature

Dependencies:
  • smf

    Features: hierarchical

No transitive dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Vladimir Petrigo's avatarVladimir Petrigo

#Changelog

  • c14fd46Feature/update smf port (#47225)
  • 0c4a5f2[smf]: Update to the new version v0.2.2 (#44990)
  • 3c1a9fb[smf] Update to 0.2.0 (#44093)
  • 0e9ffd1[smf]: Add v0.1.1 version port (#28162)