[DAQ-drivers] utils/CAENComm branch, devel, updated. 30a1d0f08951624e0fd0779c68e705eb0af8b3c2

Bryan Moffit moffit at jlab.org
Thu May 26 20:22:01 EDT 2022


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 "utils/CAENComm".

The branch, devel has been updated
       via  30a1d0f08951624e0fd0779c68e705eb0af8b3c2 (commit)
       via  306a77a7562da79a560f08a6de6531169255c3c0 (commit)
       via  2eb900adffccdae737ec7abb20b8bb8fd9b8538f (commit)
       via  2b5c9373dc0f70939f9dced112303b2d22ed5ed1 (commit)
       via  d4380d6c8b4ea42394fc9fd9ba6516bd1a9abce3 (commit)
       via  5de8e0b19939b67f0ff7ef088b4b324d1b3da1b7 (commit)
       via  9526fd207eaa8abcc5d4d5f58deaa76337ba4a6a (commit)
       via  c59e05dd0741516867f563fb25cab48a4d52a74c (commit)
       via  24f36982e8686a3279abaa91397d81efd3bc32a9 (commit)
       via  3ea28f811fc6b37c8c5ddffe79cc48f25d24c244 (commit)
       via  aeb6232637c23a4d334d97360d8c6bf898094c74 (commit)
       via  d67bb758a53afe1d3b08848867397b22c32b075a (commit)
       via  f2a5d37e8bddcc80104c04078710abae67a1da9e (commit)
      from  6b449b5e3054a2df0d5703137314a5b1d6cf63fb (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 30a1d0f08951624e0fd0779c68e705eb0af8b3c2
Merge: 6b449b5 306a77a
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 20:21:45 2022 -0400

    Merge branch 'feature-HVWrapper' into devel

commit 306a77a7562da79a560f08a6de6531169255c3c0
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 20:16:59 2022 -0400

    Add missing minimal program.  Add gitignore

commit 2eb900adffccdae737ec7abb20b8bb8fd9b8538f
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 19:56:33 2022 -0400

    Update README Description

commit 2b5c9373dc0f70939f9dced112303b2d22ed5ed1
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 19:48:45 2022 -0400

    Update the install in README

commit d4380d6c8b4ea42394fc9fd9ba6516bd1a9abce3
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 19:45:41 2022 -0400

    Add Library README and include CAEN license

commit 5de8e0b19939b67f0ff7ef088b4b324d1b3da1b7
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 19:26:09 2022 -0400

    Remove local versions of CAEN HV Wrapper header and  library

commit 9526fd207eaa8abcc5d4d5f58deaa76337ba4a6a
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 19:23:38 2022 -0400

    Update README for HVWrapper

commit c59e05dd0741516867f563fb25cab48a4d52a74c
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 18:49:54 2022 -0400

    More descriptive path for HVWrapper

commit 24f36982e8686a3279abaa91397d81efd3bc32a9
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 18:47:03 2022 -0400

    Update with more general build options

commit 3ea28f811fc6b37c8c5ddffe79cc48f25d24c244
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu May 26 18:33:47 2022 -0400

    Add in vmeBusLocks and BusError checks in read/write routines.

commit aeb6232637c23a4d334d97360d8c6bf898094c74
Author: Bryan Moffit <moffit at jlab.org>
Date:   Wed May 25 14:32:44 2022 -0400

    Fix local addresses used in vmeRead/Write routines.
    
    Also fix for 64bit compatibility.

commit d67bb758a53afe1d3b08848867397b22c32b075a
Author: Bryan Moffit <moffit at jlab.org>
Date:   Tue May 24 20:34:53 2022 -0400

    This iteration appears to have the HV Wrapper Demo using the CAENComm jvme library

commit f2a5d37e8bddcc80104c04078710abae67a1da9e
Author: Bryan Moffit <moffit at jlab.org>
Date:   Tue May 24 18:13:36 2022 -0400

    init import of CAENHVWrapper and demo program

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                      |   11 +
 CAENComm_jvme.c                 |  300 +++++--
 CAEN_License_Agreement.txt      |  188 +++++
 HVWrapper/CmdWrapp.c            | 1697 +++++++++++++++++++++++++++++++++++++++
 HVWrapper/MainWrapp.c           |  173 ++++
 HVWrapper/MainWrapp.h           |   46 ++
 HVWrapper/Makefile              |   75 ++
 HVWrapper/README.org            |   83 ++
 HVWrapper/console.c             |  138 ++++
 HVWrapper/console.h             |  172 ++++
 HVWrapper/hvwrapper_jvme_test.c |   44 +
 Makefile                        |  144 +++-
 README.org                      |   46 ++
 13 files changed, 3017 insertions(+), 100 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 CAEN_License_Agreement.txt
 create mode 100644 HVWrapper/CmdWrapp.c
 create mode 100644 HVWrapper/MainWrapp.c
 create mode 100644 HVWrapper/MainWrapp.h
 create mode 100644 HVWrapper/Makefile
 create mode 100644 HVWrapper/README.org
 create mode 100644 HVWrapper/console.c
 create mode 100644 HVWrapper/console.h
 create mode 100644 HVWrapper/hvwrapper_jvme_test.c
 create mode 100644 README.org


hooks/post-receive
-- 
utils/CAENComm


More information about the Daq-drivers mailing list