Added NI GPCT buffered counting example.
This commit is contained in:
parent
81d55d2a52
commit
ecceacdc81
1 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
|
||||
noinst_PROGRAMS = \
|
||||
antialias ao_waveform ao_mmap apply_cal board_info choose_clock \
|
||||
choose_routing cmd dio eeprom_dump gpct_encoder gpct_pulse_generator \
|
||||
antialias ao_waveform ao_mmap apply_cal board_info choose_clock choose_filter \
|
||||
choose_routing cmd dio eeprom_dump gpct_buffered_counting \
|
||||
gpct_encoder gpct_pulse_generator \
|
||||
gpct_simple_counting inp inpn insn ledclock \
|
||||
mmap outp poll receiver select \
|
||||
sender sigio sv tut1 tut2
|
||||
|
@ -32,6 +33,10 @@ choose_clock_SOURCES = choose_clock.c common.c
|
|||
choose_clock_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
choose_clock_LDADD = $(COMEDILIB_LIBS)
|
||||
|
||||
choose_filter_SOURCES = choose_filter.c common.c
|
||||
choose_filter_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
choose_filter_LDADD = $(COMEDILIB_LIBS)
|
||||
|
||||
choose_routing_SOURCES = choose_routing.c common.c
|
||||
choose_routing_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
choose_routing_LDADD = $(COMEDILIB_LIBS)
|
||||
|
@ -48,6 +53,10 @@ eeprom_dump_SOURCES = eeprom_dump.c common.c
|
|||
eeprom_dump_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
eeprom_dump_LDADD = $(COMEDILIB_LIBS)
|
||||
|
||||
gpct_buffered_counting_SOURCES = gpct_buffered_counting.c common.c
|
||||
gpct_buffered_counting_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
gpct_buffered_counting_LDADD = $(COMEDILIB_LIBS)
|
||||
|
||||
gpct_encoder_SOURCES = gpct_encoder.c common.c
|
||||
gpct_encoder_CFLAGS = $(COMEDILIB_CFLAGS)
|
||||
gpct_encoder_LDADD = $(COMEDILIB_LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue