⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ycclass.h

📁 基于PC104平台
💻 H
字号:
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                 File name: ycclass.h
//     This file defines all the const,classes and varibles used in SM2000.PRJ
//     MIC2718 has 16 ways A/D input ,and every board has 4 channels
//     so system can connect 4 boards so total YC are 64 x 4 = 256
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include "class.h"

INT16U BoardYc[256];            //for save board yc value
INT16U ADWays;
INT16U SwitchWays;
struct yc_info_t yc_info;  //defined in ycclass.h used in windows.h
unsigned int yc_sequence[512][5]; //defined in ycclass.h used in windows.cpp
  //total 512 yc [0]port1 [1]port2 [2]port3 [3]port4  [4]port5678
unsigned int yc_define[256][4]; //defined in ycclass.h used in windows.h
  //total 256 yc [0]portno [1]monno [2]caseno [3]measuretype
int port_yc[10][512]; //for save port yc value [0]:1234 [1]:5678
//above old is in mainprog.h common.h
extern unsigned int zlp_yc[32];
extern unsigned int  lfp_yc[256]; //for save basler yc value  defined in be1class.h
extern INT16U ACsample[512];
void interrupt (*ADOldHand)(...);
void interrupt ADNewHand(...);
extern unsigned int cdt_timer;
//extern unsigned int zlpyc[24];
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// The end of ycclass.h
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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