cstblk4.c File Reference

#include <memory.h>
#include "scicos_block.h"

Include dependency graph for cstblk4.c:

Go to the source code of this file.

Functions

void cstblk4 (scicos_block *block, int flag)


Function Documentation

void cstblk4 ( scicos_block block,
int  flag 
)

Definition at line 4 of file cstblk4.c.

References memcpy(), scicos_block::nrpar, scicos_block::outptr, and scicos_block::rpar.

00005 { 
00006   /* Copyright INRIA
00007      
00008   Scicos block simulator
00009   output a vector of constants out(i)=rpar(i)
00010   rpar(1:nrpar) : given constants */
00011   
00012   memcpy(block->outptr[0],block->rpar,block->nrpar*sizeof(double));    
00013 }

Here is the call graph for this function:


Generated on Sun Mar 4 16:12:01 2007 for Scilab [trunk] by  doxygen 1.5.1