AlcapDAQ
1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
bit3_mvme
bt617.h
Go to the documentation of this file.
1
// ****************************************************************************
2
// * Filename: bt617.h
3
// * Description: Bit3 interface according to mvme
4
// * Created by: Nam Tran (nam at kuno-g.phys.sci.osaka-u.ac.jp)
5
// * Time tag: 2013-03-05 18:10:18
6
// ****************************************************************************
7
#ifndef BT617_TR8QHYYP
8
#define BT617_TR8QHYYP
9
10
#include <stdio.h>
11
#include <string.h>
12
#include <stdlib.h>
13
#include <ctype.h>
14
#include <errno.h>
15
#include <unistd.h>
16
#include <fcntl.h>
17
#include <sys/types.h>
18
#include <sys/stat.h>
19
#include <sys/ioctl.h>
20
#include <sys/mman.h>
21
#include "
vmedrv.h
"
22
#include <stdint.h>
23
// Midas general interface
24
#include "
mvmestd.h
"
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
void
show_mvme
(
MVME_INTERFACE
*vme);
31
vmedrv_access_mode_t
bt617_GetAccessMode
(
MVME_INTERFACE
*vme);
32
void
bt617_SetAccessMode
(
MVME_INTERFACE
*vme);
33
void
showbits
(uint32_t data);
34
void
bt617_SetBLT
(
MVME_INTERFACE
*vme,
bool
blt);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
#endif
/* end of include guard: BT617_TR8QHYYP */
Generated by
1.8.4