Herunterladen Inhalt Inhalt Diese Seite drucken

Phoenix Contact IBS PCI DDK UM Anwenderhandbuch Seite 141

Device driver development kit zu anschaltbaugruppen für pc-systeme mit pci-bus
Inhaltsverzeichnis

Werbung

6189A
VxWorks:
#ifdef IBS_VXWORKS_VERSION
/**/
#include <vxworks.h>
#include <stddef.h>
#include <config.h>
#include <string.h>
#include <stdio.h>
#include <semLib.h>
/*#include <vxcpu.h>*/
#ifdef PENTIUM
#include "drv/pci/pciConfigLib.h"
#include "drv/pci/pciConfigShow.h"
#include "drv/pci/pciHeaderDefs.h"
#else
/* PENTIUM was not supported in VxWorks 3.5.1 (Tornado1) */
#include "drv/pci/pciIomapLib.h"
#include "drv/pci/pciLocalBus.h"
#endif
/*
set INCLUDE_POSIX_SEM to include Posix named semaphore handling
*/
#ifdef INCLUDE_POSIX_SEM
#include <semaphore.h>
#endif
#endif
Ihr OS:
#ifdef IBS_IhrOS_VERSION
/**/
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include <?????>
...
...
/**/
#endif
ToDo (Anpassung an Betriebssysteme)
6-11

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis