sets the data type of the asynchronous task
ssSetAsyncTimerDataType(rtM *S, int clockTickDataType)
S
SimStruct representing an S-Function block.
clockTickDataType
The data type enumerations. Allowed values are
SS_TIMER_UINT32_PAIR
,
SS_UINT32
, SS_UINT16
and
SS_UINT8
.
None
When creating S-functions, set the data type of the asynchronous task using the
ssSetAsyncTimerDataType
to when create an asynchronous
function initiator block.
ssSetAsyncTimerDataType(S, SS_UINT32);
C, C++