NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
PlxApi.h
1 #ifndef __PLX_API_H
2 #define __PLX_API_H
3 
4 /*******************************************************************************
5  * Copyright (c) PLX Technology, Inc.
6  *
7  * PLX Technology Inc. licenses this source file under the GNU Lesser General Public
8  * License (LGPL) version 2. This source file may be modified or redistributed
9  * under the terms of the LGPL and without express permission from PLX Technology.
10  *
11  * PLX Technology, Inc. provides this software AS IS, WITHOUT ANY WARRANTY,
12  * EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF
13  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. PLX makes no guarantee
14  * or representations regarding the use of, or the results of the use of,
15  * the software and documentation in terms of correctness, accuracy,
16  * reliability, currentness, or otherwise; and you rely on the software,
17  * documentation and results solely at your own risk.
18  *
19  * IN NO EVENT SHALL PLX BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
20  * LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
21  * OF ANY KIND.
22  *
23  ******************************************************************************/
24 
25 /******************************************************************************
26  *
27  * File Name:
28  *
29  * PlxApi.h
30  *
31  * Description:
32  *
33  * The main PLX API include file
34  *
35  * Revision:
36  *
37  * 02-01-07 : PLX SDK v5.00
38  *
39  ******************************************************************************/
40 
41 
42 
43 
44 /**********************************************
45 * Verify Required Definitions
46 **********************************************/
47 #include "PlxDefCk.h"
48 
49 
50 
51 
52 /**********************************************
53 * Include Files
54 **********************************************/
55 #include "Plx.h"
56 #include "PlxTypes.h"
57 #include "PexApi.h"
58 
59 
60 
61 #endif