Python YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
yasmin_demos.action_client_demo Namespace Reference

Classes

class  FibonacciState
 

Functions

str print_result (Blackboard blackboard)
 
None main ()
 

Function Documentation

◆ main()

None yasmin_demos.action_client_demo.main ( )

◆ print_result()

str yasmin_demos.action_client_demo.print_result ( Blackboard blackboard)
Prints the result of the Fibonacci action.

This function logs the final result stored in the blackboard.

Args:
    blackboard (Blackboard): The blackboard containing the result.

Returns:
    str: Outcome of the operation, typically SUCCEED.

Raises:
    None