9#ifndef RAD_ACTION_CALLBACK_HPP
10#define RAD_ACTION_CALLBACK_HPP
AnyEvent class header file.
Definition actionCallback.hpp:26
bool evaluate(scxml4cpp::Context *c)
Definition actionCallback.cpp:57
ActionCallback(const ActionCallback &)=delete
ActionCallback & operator=(const ActionCallback &)=delete
Disable copy constructor.
ActionCallback(const std::string &id, std::function< void(scxml4cpp::Context *c)> action_method)
Definition actionCallback.cpp:20
void execute(scxml4cpp::Context *c)
Definition actionCallback.cpp:33
Exception classes header file.
Definition actionsApp.cpp:23
SMEvent class header file.