C++ YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nyasmin
 Nblackboard
 CBlackboardA thread-safe storage for key-value pairs of varying types
 CBlackboardValueA template class that wraps a value of type T
 CBlackboardValueInterfaceInterface for blackboard value types
 CCbStateRepresents a state that executes a callback function
 CStateRepresents a state in a state machine
 CStateMachineA class that implements a state machine with a set of states, transitions, and callback mechanisms for state changes
 Nyasmin_ros
 CActionStateA state class for handling ROS 2 action client operations
 CMonitorStateTemplate class to monitor a ROS 2 topic and process incoming messages
 CServiceStateA state class that interacts with a ROS 2 service
 CYasminNodeA ROS 2 node for managing and handling YASMIN-based applications
 Nyasmin_viewer
 CYasminViewerPubPublishes state machine data for visualization
 CAddTwoIntsStateState for calling the AddTwoInts service in ROS 2
 CBarStateRepresents the "Bar" state in the state machine
 CFibonacciActionServerA ROS 2 action server node for calculating Fibonacci sequences
 CFibonacciStateRepresents the action state for the Fibonacci action
 CFooStateRepresents the "Foo" state in the state machine
 CPrintOdometryStateA state that monitors odometry data and transitions based on a specified count
 CServerNodeA ROS 2 service server node for adding two integers