-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (38 loc) · 2.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
IPAC and CANbus Driver
======================
This README file describes ipac, also previously known as drvIpac,
which is a collection of software for vxWorks to interface to one or
more Industry Pack carrier boards, and to the TEWS Tip810 CANbus IP
module. This software was written for use with EPICS (Experimental
Physics and Industrial Control System, http://www.aps.anl.gov/epics)
but the drivers can be compiled and used without the EPICS interface
if this is desired - see the HTML documentation in the drvIpac and
drvTip810 directories for some details.
EPICS Support Application Structure
-----------------------------------
Sites may wish to edit the Makefile found in this directory to change
the list of module drivers to be built along with the ipac driver.
Additional driver directories will have to be added to the Makefile
by hand. This is intentional to allow the distribution to include
all of the standard IP module drivers in the future without requiring
every site to build them all.
- Andrew Johnson <anjohnson@iee.org>
LEGAL STUFF
===========
This notice applies to tip810Lib and most of ipacLib, which are
Copyright (C) 1995-2000 Andrew Johnson. The source files concerned
all contain a copy of the following information. Other source files
are distributed with the permission of their authors, but are not
necessarily licensed for free use outside of members of the EPICS
consortium.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA