Overview
System Variable
Discussion
This module implements the system variable query.
...
Inst Cycle Time - Instantaneous cycle time.
Type Definition
Code Block |
---|
typedef struct _ModuleSystemVariable { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure INT32 variableIndex; // Variable Index INT32 prevTime; // Previous cycle time } ModuleSystemVariableClass; |
Properties
Name | Type | Usage | isHidden | Default value | Range | Units |
variableIndex | int | parameter | 0 | 1 | Unrestricted | |
prevTime | int | const | 0 | 0 | Unrestricted |
Pins
Input Pins
Name: variable
Description: System Variable
Data type: {float, int, fract32}
MATLAB Usage
File Name: system_variable_module.m
...