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

📄 setting.h

📁 winsail v2.0是用于DOS下的图形界面空间系统
💻 H
字号:
/*-----------------------------------------------------------------------*/
/*   FS-MTS  1.0  Ver.                                                   */
/*   Copyright (C) 2000 FIRST SAIL                                       */
/*   All Rights Reserved                                                 */
/*   Warning:                                                            */
/*       This program author is GuoHeng,this system is protected         */
/*   by copyright law and international Treaties . Unauthorized          */
/*   reproduction of  distribution of this  system, or any portion       */
/*   of it , may result in severe civil and criminal penalties ,         */
/*   and will be prosecuted to the maximum extern possible under         */
/*   the law.                                                            */
/*                                                                       */
/*   Update Date:2002-06-25                                              */
/*   Update Time:22:35:00                                                */
/*-----------------------------------------------------------------------*/

#ifndef _SETTING_H_
#define _SETTING_H_

#define   EXTERNAL_TEMP      (0x01-1)
#define   EXTERNAL_JAM       (0x02-1)
#define   EXTERNAL_HIPOT     (0x03-1)
#define   EXTERNAL_POWERVOL  (0x04-1)
#define   EXTERNAL_POWERFREQ (0x05-1)
#define   EXTERNAL_HIGHVOL   (0x06-1)
#define   EXTERNAL_COIL      (0x07-1)

BOOL  far  IsTest(int nStart,int nEnd,int nFlags);
BOOL  far  IsTest(int nIndex);
BOOL  far  IsEnvironmentalMask(int nIndex);

float  GetExternalData(int nIndex);
void   SetExternalData(int nIndex,float fData);
float  GetExternalData2(int nIndex);
void  far SurgeStandand();//Surge Standand
BOOL  far CalculateStandand();
BOOL  far LoadStandand();
BOOL  far SaveStandand();
void  far SettingParameter();
BOOL  far LoadTest(ENVIRONMENTAL* pEnvironmental,CRegister *pRegister,int nUser);
BOOL  far WriteTest(ENVIRONMENTAL* pEnvironmental,CRegister *pRegister,int nUser,BOOL bWriteUser);
BOOL  far LoadTest();
BOOL  far WriteTest();
void  far ModelSetting();
void  far ModifyEnvironmentalMask();
BOOL  far DebugSettingMask();

BOOL  LoadStandandToXms();
BOOL  SaveStandandFromXms();
int CalcSurgeUserLocation(WORD *pwData,int nCount);


#endif

⌨️ 快捷键说明

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