#include <kanzi/object/object.hpp>#include <kanzi/platform/chrono.hpp>#include <kanzi/platform/string.hpp>#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include "action_properties.h"Classes | |
| class | kanzi::Action |
| Action is the base class for objects that execute something when the owning Trigger is triggered. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| typedef shared_ptr< Action > | kanzi::ActionSharedPtr |
Enumerations | |
| enum | kanzi::ActionArgumentType { kanzi::ActionArgumentTypeValue, kanzi::ActionArgumentTypeMessageArgument, kanzi::ActionArgumentTypeObjectProperty } |
| Action binding type. More... | |