Stateflow    

Action Language


Stateflow attaches actions to a state or transition through its label. The following sections describe allowable contents for Stateflow action language:
Types of Action Language
Gives a quick example of each type of action language available to Stateflow.
Keyword Identifiers
Describes the use of keywords to identify different types of actions.
Operations
Describes the available data operations in Stateflow action language.
Fixed-Point Data
Describes the fixed-point data types you can define for performing limited floating-point operations with integers on target platforms.
Calling C Functions
Describes the C functions that you can call directly in Stateflow action language.
MATLAB Functions and Data
Tells you how you can call MATLAB functions and access MATLAB workspace variables in action language, using the ml namespace operator or the ml function.
Data and Event Arguments
Tells you how to reference data defined at different levels of containment in a Stateflow chart when you use them as arguments for functions that you call in action language.
Arrays in Action Language
Describes how to use Stateflow data arrays in action language.
Event Broadcasting
Describes event broadcasting and directed event broadcasting in action language.
Condition Statements
Tells you how to write condition statements for taking a transition or executing an action in Stateflow action language.
Using Temporal Logic
You can test the occurrence of a specified multiple of events. Learn how to use temporal logic in Stateflow action language.
Special Symbols
Learn the special symbols Stateflow uses to provide the user with special features in action language notation.


  Importing Data Types of Action Language