File Structure

String "***" differs in every drivers.
analog input and output : aio
gpib                            : gpib

User Directory/contec/c***
|
|____Makefile ....................................... Make file for install
|
|____readme.txt .................................. README File
|
|____config
|        |
|        |____config ................................ Setup program
|        |____contec_***.conf ............ Setup file: created by executing config,
|        |                                       It is copied to /proc as the start script.
|        |____contec_***_start.sh ...... Driver start script: created by executing config.
|        |____contec_***_stop.sh ....... Driver stop script: created by executing config.
|        |____c***.o ............................... Driver for the starting version
|        |____2.4.2-2
|        |        |____cgetres.o ............... Driver for config which getting the resource
|        |____2.4.5-3 ............................. /Same as 2.4.2-2
|        |____2.4.7-10 ........................... /Same as 2.4.2-2
|        |____2.4.18-1 ........................... /Same as 2.4.2-2
|        |____2.4.18-3 ........................... /Same as 2.4.2-2
|        |____2.4.18-14 ........................ /Same as 2.4.2-2
|        |____2.4.20-8 ........................... /Same as 2.4.2-2
|        |____2.4.21-4 ........................... /Same as 2.4.2-2
|
|____module
|        |
|        |____Makefile ........................... Make file for compiling and installing
|        |____Cdio_user_irq.c ................ Source of user interrupt processing
|        |____2.4.2-2
|        |        |____c***.o .................. Compiled driver
|        |____2.4.5-3 ........................... /Same as 2.4.2-2
|        |____2.4.7-10 ......................... /Same as 2.4.2-2
|        |____2.4.18-1 ......................... /Same as 2.4.2-2
|        |____2.4.18-3 ......................... /Same as 2.4.2-2
|        |____2.4.18-14 ....................... /Same as 2.4.2-2
|        |____2.4.20-8 .......................... /Same as 2.4.2-2
|        |____2.4.21-4 .......................... /Same as 2.4.2-2
|
|____library
|        |
|        |____Makefile .......................... Make file for installing
|        |____libc***.so.1.0 ................. Shared library
|
|____samples
|        |
|        |____console ........................... Console sample directory
|
|____help
  |
  |____apitool.htm ...................... html help files

- The following files are copied to system by executing make install.

/usr/lib/libc***.so ....................... Shared library
/usr/lib/libc***.so.1.0 ................ Shared library

 The following files are created in system by performing the start script of driver.

/dev/c***XXX (XXX is digital) .. File node of driver
/proc/contec_***.conf ............... Copy the setup file