YAKINDU Statechart Tools - Default Domain

YAKINDU Statechart Tools 'Default Domain' is a platform independent domain with a basic type system. Choose this domain if you are new to YAKINDU Statechart Tools or you want to develop a generic statemachine, for for example to generate C, C++ or Java code.

Default Type System

The 'Default Domain' integrated type system consists of the following simple types:

Depending on the code generator, these types will be mapped to language specific types. For C and C++, this is configurable via the generated sc_types.h. For exmaple, the type integer will be mapped to an int32_t.