<< C_macros c_computational_functions C_utils >>

Scilab Help >> Xcos > programming_scicos_blocks > c_computational_functions > C_struct

C_struct

C Block structure of a computational function

Contents

Description

The C structure of a Scicos block defines all the fields to handle data provided by the simulator such inputs/outputs, parameters, states, ...

That structure of type scicos_block is defined in the file scicos_block4.h included into the standard Scilab distribution, and users must include that header in each computational functions.

This access is a direct approach and most of users should prefer the C macros approach for facilities purpose.

Inputs/outputs

Events

Arguments

States and work

Zero crossing surfaces and modes

Miscellaneous


Report an issue
<< C_macros c_computational_functions C_utils >>