A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 156
Appendix B. iVIEW.h & mmi100.h
B.1. iVIEW.h
#define _NO_LED5_
#ifndef __MINIOS7__
#define __MINIOS7__
typedef unsigned int uint;
typedef unsigned int WORD;
typedef unsigned char uchar;
typedef unsigned char BYTE;
typedef unsigned long ulong;
typedef unsigned long DWORD;
#ifdef __TURBOC__
#if (__TURBOC__ < 0x0300)
#define inpw inport
#define outpw outport
#endif
#endif
#define NoError 0
#define InitPinIsOpen 0
#define InitPinIsNotopen 1
#define QueueIsEmpty 0
#define QueueIsNotEmpty 1
#define PortError -1
#define DataError -2
#define ParityError -3
#define StopError -4
#define TimeOut -5
#define QueueEmpty -6
#define QueueOverflow -7
#define PosError -8