[DAQ-drivers] driver/fadc branch, devel, updated. v1A-1-g97f71d2
Bryan Moffit
moffit at jlab.org
Thu Mar 27 15:45:47 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "driver/fadc".
The branch, devel has been updated
via 97f71d2df5fbad13e531d4d4d59f4953e336e6a1 (commit)
from e19f6c8fdb9d6e51bdf0220027a3e3826f494796 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97f71d2df5fbad13e531d4d4d59f4953e336e6a1
Author: Bryan Moffit <moffit at jlab.org>
Date: Thu Mar 27 15:44:05 2014 -0400
fadcLib.{c,h}
- New routines for enabling/disable specific channels or channel masks:
int faSetChannelDisable(int id, int channel);
int faSetChannelDisableMask(int id, unsigned short cmask);
int faSetChannelEnable(int id, int channel);
int faSetChannelEnableMask(int id, unsigned short enMask);
int faGetChannelMask(int id, int type); // type=0, return disableMask type=1 return enableMask
-----------------------------------------------------------------------
Summary of changes:
v2.0/fadcLib.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
v2.0/fadcLib.h | 79 +++++++++++++++++++++------------------
2 files changed, 152 insertions(+), 39 deletions(-)
hooks/post-receive
--
driver/fadc
More information about the Daq-drivers
mailing list