myIncludes.h - all used includes


Just a central fil efor all used header files.
#ifndef __myInc__
#define __myInc__

#include <windows.h>
#include <conio.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <iostream.h>
#include <fstream.h>
#include <string.h>
#include <Tlhelp32.h>
#include "C:\Programme\UEI\PowerDAQ\SDK\Include\pdfw_def.h"
extern "C"
{
#include "C:\Programme\UEI\PowerDAQ\SDK\Include\pwrdaq32.h"
}
#include "LED.h" // LED-Steuerung
#include "fio.h" // File I/O
#include "myio.h" // Analog I/O
#include "ctrl.h" // Programmkontrolle

#endif

back to the code manual page

back to the Blue IO main page

back to main page and contact information
--
latest change: 26-08-2009 -- (c) U. Beckers