📄 c2000scitest_2812tgt.h
字号:
/*
* File: c2000scitest_2812tgt.h
*
* Real-Time Workshop code generated for Simulink model c2000scitest_2812tgt.
*
* Model version : 1.104
* Real-Time Workshop file version : 6.3 (R14SP3) 26-Jul-2005
* Real-Time Workshop file generated on : Sat Dec 13 20:37:34 2008
* TLC version : 6.3 (Aug 5 2005)
* C source code generated on : Sat Dec 13 20:37:35 2008
*/
#ifndef _RTW_HEADER_c2000scitest_2812tgt_h_
#define _RTW_HEADER_c2000scitest_2812tgt_h_
#ifndef _c2000scitest_2812tgt_COMMON_INCLUDES_
# define _c2000scitest_2812tgt_COMMON_INCLUDES_
#include <math.h>
#include <float.h>
#include <stddef.h>
#include "rtwtypes.h"
#include "DSP281x_Device.h"
#include "rt_nonfinite.h"
#endif /* _c2000scitest_2812tgt_COMMON_INCLUDES_ */
#include "c2000scitest_2812tgt_types.h"
/* Macros for accessing real-time model data structure */
#ifndef rtmGetErrorStatus
# define rtmGetErrorStatus(rtm) ((rtm)->errorStatus)
#endif
#ifndef rtmSetErrorStatus
# define rtmSetErrorStatus(rtm, val) ((rtm)->errorStatus = (val))
#endif
/* Real-time Model Data Structure */
struct RT_MODEL_c2000scitest_2812tgt {
const char_T *errorStatus;
};
/*
* Exported Global Signals
*
* Note: Exported global signals are block signals with an exported global
* storage class designation. RTW declares the memory for these signals
* and exports their symbols.
*
*/
extern int8_T SCI_ReceiveData; /* '<Root>/C28x SCI Receive' */
/* Model entry point functions */
extern void c2000scitest_2812tgt_initialize(boolean_T firstTime);
extern void c2000scitest_2812tgt_step(void);
extern void c2000scitest_2812tgt_terminate(void);
/* Real-time Model object */
extern RT_MODEL_c2000scitest_2812tgt *c2000scitest_2812tgt_M;
/*
* The generated code includes comments that allow you to trace directly
* back to the appropriate location in the model. The basic format
* is <system>/block_name, where system is the system number (uniquely
* assigned by Simulink) and block_name is the name of the block.
*
* Use the MATLAB hilite_system command to trace the generated code back
* to the model. For example,
*
* hilite_system('<S3>') - opens system 3
* hilite_system('<S3>/Kp') - opens and selects block Kp which resides in S3
*
* Here is the system hierarchy for this model
*
* '<Root>' : c2000scitest_2812tgt
* '<S1>' : c2000scitest_2812tgt/F2812 eZdsp
*/
#endif /* _RTW_HEADER_c2000scitest_2812tgt_h_ */
/* File trailer for Real-Time Workshop generated code.
*
* [EOF]
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -