paralellized with OMP and MPI
[gpiv.git] / src / dac_trig.h
blob6e251cde4ddc61d025f74038c677f0800ea27b89
1 /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 c-style: "K&R" -*- */
3 /*----------------------------------------------------------------------
5 gpiv - Graphic program for Particle Image Velocimetry, based on gtk/gnome
6 libraries.
8 Copyright (C) 2002, 2003, 2004
9 Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
11 This file is part of gpiv.
13 Gpiv is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2, or (at your option)
16 any later version.
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
23 You should have received a copy of the GNU General Public License
24 along with this program; if not, write to the Free Software Foundation,
25 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27 ----------------------------------------------------------------------*/
30 * Dac callbacks
31 * $Id: dac_trig.h,v 1.2 2007-03-22 16:00:32 gerber Exp $
34 #ifndef DAC_TRIG_H
35 #define DAC_TRIG_H
36 #ifdef ENABLE_TRIG
39 * Global functions
41 void
42 exec_trigger_start (void
45 void
46 exec_trigger_stop (void
50 * Callback functions
53 void
54 on_spinbutton_dac_trigger_dt(GtkSpinButton * widget,
55 GtkWidget * entry);
57 void
58 on_spinbutton_dac_trigger_incrdt(GtkSpinButton * widget,
59 GtkWidget * entry);
60 void
61 on_spinbutton_dac_trigger_cap(GtkSpinButton * widget,
62 GtkWidget * entry);
64 void
65 on_button_dac_triggerstart_enter(GtkWidget *widget,
66 gpointer data);
68 void
69 on_button_dac_triggerstart(GtkWidget *widget,
70 gpointer data);
72 void
73 on_button_dac_triggerstop_enter(GtkWidget *widget,
74 gpointer data);
76 void
77 on_button_dac_triggerstop(GtkWidget *widget,
78 gpointer data);
80 #endif /* ENABLE_TRIG */
81 #endif /* DAC_TRIG_H */