source: ETALON/DAQ/main.h

Last change on this file was 4, checked in by delerue, 11 years ago

Added DAQ software (version without trigger)

File size: 706 bytes
Line 
1// $URL: http://subversion:8080/svn/gsc/trunk/drivers/LINUX/18AI32SSC1M/savedata/main.h $
2// $Rev: 16253 $
3// $Date: 2012-05-10 15:10:31 -0500 (Thu, 10 May 2012) $
4
5#ifndef __MAIN_H__
6#define __MAIN_H__
7
8#include "18ai32ssc1m.h"
9#include "18ai32ssc1m_dsl.h"
10#include "18ai32ssc1m_utils.h"
11#include "gsc_utils.h"
12
13
14
15// #defines     *******************************************************************
16
17#define VERSION                 "1.2"
18// 1.2  Updated the parameter list to gsc_id_driver().
19// 1.1  Split the utility code into two libraries: common and device specific.
20// 1.0  Initial release.
21
22
23
24// prototypes   ***************************************************************
25
26int     save_data(int fd, __s32 io_mode);
27
28
29
30#endif
Note: See TracBrowser for help on using the repository browser.