Last change
on this file since 23 was 22, checked in by ogrimm, 16 years ago |
First commit of drsdaq program
|
File size:
2.5 KB
|
Line | |
---|
1 | /*===========================================================================*/
|
---|
2 | /* */
|
---|
3 | /* File: sis5100_camac_calls.h */
|
---|
4 | /* */
|
---|
5 | /* OS: LINUX (Kernel >= 2.4.4 */
|
---|
6 | /* */
|
---|
7 | /* Description: */
|
---|
8 | /* */
|
---|
9 | /* Version: 1.0 */
|
---|
10 | /* */
|
---|
11 | /* */
|
---|
12 | /* Generated: 18.12.01 */
|
---|
13 | /* Modified: 09.07.04 MKI */
|
---|
14 | /* */
|
---|
15 | /* Author: TH */
|
---|
16 | /* */
|
---|
17 | /* Last Change: Installation */
|
---|
18 | /*---------------------------------------------------------------------------*/
|
---|
19 | /* SIS GmbH */
|
---|
20 | /* Harksheider Str. 102A */
|
---|
21 | /* 22399 Hamburg */
|
---|
22 | /* */
|
---|
23 | /* http://www.struck.de */
|
---|
24 | /* */
|
---|
25 | /*===========================================================================*/
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 | /*****************/
|
---|
30 | /* */
|
---|
31 | /* CAMAC */
|
---|
32 | /* */
|
---|
33 | /*****************/
|
---|
34 | int camac_write(int p, u_int32_t N,u_int32_t A,u_int32_t F, u_int32_t camac_data) ;
|
---|
35 | int camac_read(int p, u_int32_t N,u_int32_t A,u_int32_t F, u_int32_t* camac_data) ;
|
---|
36 |
|
---|
37 |
|
---|
38 |
|
---|
39 | /***********************/
|
---|
40 | /* */
|
---|
41 | /* s5100_control */
|
---|
42 | /* */
|
---|
43 | /***********************/
|
---|
44 | int s5100_control_read(int p, int offset, u_int32_t* data) ;
|
---|
45 | int s5100_control_write(int p, int offset, u_int32_t data) ;
|
---|
46 |
|
---|
47 |
|
---|
48 |
|
---|
49 |
|
---|
50 |
|
---|
51 |
|
---|
52 |
|
---|
53 |
|
---|
54 |
|
---|
55 |
|
---|
56 |
|
---|
57 |
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.