mccsimulink.h

来自「博弈论自适应功率控制中的实现」· C头文件 代码 · 共 46 行

H
46
字号
/*
 * @(#)mccsimulink.h    generated by: makeheader    Mon Aug 28 21:41:20 2000
 *
 *		built from:	mlm/mex_simulink.c
 */

#ifndef mccsimulink_h
#define mccsimulink_h

#ifdef __cplusplus
    extern "C" {
#endif


/*
 * Copyright (c) 1984-1999 The MathWorks, Inc.
 * All Rights Reserved.
 */

#include "simstruc.h"


extern void mclInitializeSizes(SimStruct * S, int_T u, int_T y);


extern void mclInitializeSampleTimes(SimStruct * S);


extern void mclOutputs(real_T * y, real_T const * x, real_T const * u,
                SimStruct * S, int_T tid, mxFunctionPtr F);


extern void mclSimulink( real_T * y,
                  real_T const * x,
                  real_T const * u,
                  SimStruct * S,
                  int_T tid, 
                  mxFunctionPtr mlxF, 
                  mex_information info );

#ifdef __cplusplus
    }	/* extern "C" */
#endif

#endif /* mccsimulink_h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?