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

📄 harttest.h

📁 HART协议编程例程
💻 H
字号:
/*************************************************************************
 * Copyright (c) 1998 - 2000 by Borst Automation, Fachingen
 * All rights reserved
 *
 * Filename:  HartTest.h
 * Project:   HART Slave
 * Date:      Jul-24-00
 * Author(s): W. Borst
 *
 * Revision:
 * Date:      Name:       Version:  Description:
 * Jul-24-00  W. Borst    -----     Initial Draft
 *
 * Description: main program header
 *
 *************************************************************************/
#ifndef __harttest_h__
  #define __harttest_h__
  #ifdef __HARTTEST_H__
    #include <windows.h>
    #include <conio.h>
    #include <stdio.h>
    /* Some of the microsoftcode does not
       compile without warnings (Level 4) */
    #pragma warning( disable : 4201 )
      #include <mmsystem.h>
    #pragma warning( default : 4201 )
    #include "..\Common\Types.h"
    #include "..\HartTest\TestDll.h"
  #endif
#endif

⌨️ 快捷键说明

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