3250 |
C_FiveStatesATornado example model make fails for Tornado |
The model example C_FiveStatesATornado.update has not been updated to use the new prototype for RSLGetFirstTimeout(). Compilation for Tornado will fail with a message similar to:
actorClass 'CompileTornado' instanceFunction 'void TornadoMainloop(CompileTornado_InstanceData *this,RSLActorIndex _actor)' line '12' description 'too few arguments to function `RSLGetFirstTimeout''' severity 'error'.
The workaround is to modify to the code as required for the new prototype for RSLGetFirstTimeout(). The new prototype is defined in the C Target Module Getting Started and Release Notes.
|