#if !defined(__OLTYPES__) #define __OLTYPES__ /*----------------------------------------------------------------------- Copyright (C) 1992. Data Translation, Inc., 100 Locke Drive, Marlboro Massachusetts 01752-1192. All rights reserved. This software is furnished to purchaser under a license for use on a single computer system and can be copied (with the inclusion of DTI's copyright notice) only for use in such system, except as may be otherwise provided in writing by Data Translation, Inc., 100 Locke Drive, Marlboro, Massachusetts 01752-1192. The information in this document is subject to change without notice and should not be construed as a commitment by Data Translation, Inc. Data Translation, Inc. assumes no responsibility for any errors that may appear in this document. Data Translation cannot assume any responsibility for the use of any portion of this software on any equipment not supplied by Data Translation, Inc. FILE NAME: oltypes.h ABSTRACT: This unit contains declarations for the DT Open Layers. 10/13/92 4/95 Added support for Win32 ---------------------------------------------------------------------------*/ #ifdef WIN32 #define _huge #define __huge #define _far #define __far #define __near #define _near #define __pascal pascal #define _pascal pascal #define __export #define __loadds #endif typedef signed char CHR; typedef CHR FAR* LPCHR; typedef unsigned char UCHR; typedef UCHR FAR* LUPCHR; typedef short SHRT; typedef SHRT FAR* LPSHRT; typedef unsigned short USHRT; typedef USHRT FAR* LPUSHRT; typedef long LNG; typedef LNG FAR* LPLNG; typedef unsigned long ULNG; typedef ULNG FAR* LPULNG; typedef float FLT; typedef FLT FAR* LPFLT; typedef double DBL; typedef DBL FAR* LPDBL; #ifndef _MSC_VER typedef unsigned int UINT; #endif typedef UINT FAR* LPUINT; typedef BOOL FAR* LPBOOL; typedef unsigned long ECODE; /* Error/Warning code definition */ typedef ECODE FAR *LPECODE; /* Far pointer to Error/Warning code definition */ #endif e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


IMPLEMENTACIÓN, IDENTIFICACIÓN Y CONTROL DE UN SISTEMA LEVITADOR NEUMÁTICO. REALIZACIÓN DE LA APLICACIÓN INFORMÁTICA DE CONTROL.

: Calderón Moreno, Jaime
: Ingeniería Telecomunicación
Contenido del proyecto: