Rev 52 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 52 | Rev 69 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | #include <CAENVMEtypes.h> |
7 | #include <CAENVMEtypes.h> |
8 | 8 | ||
9 | 9 | ||
10 | int32_t udev; |
10 | int32_t udev; |
11 | 11 | ||
12 |
|
12 | int VMEerrors; |
13 | 13 | ||
14 | int VME_start (char* serial) |
14 | int VME_start (char* serial) |
15 | { |
15 | { |
16 | 16 | ||
17 | CVErrorCodes result = CAENVME_Init( cvV1718 , 0 , 0 , &udev); |
17 | CVErrorCodes result = CAENVME_Init( cvV1718 , 0 , 0 , &udev); |