[DAQ-drivers] utils/remex branch, devel, updated. e64b2ba6c4d579f6e832247f230e211938258aae
Bryan Moffit
moffit at jlab.org
Fri Jun 5 14:50:53 EDT 2015
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/remex".
The branch, devel has been updated
via e64b2ba6c4d579f6e832247f230e211938258aae (commit)
via 06a975c775e47674ff3c6a7af3ea663dab55c524 (commit)
from 0d3fb8725028eaa76087a98ee03e78c147ed9253 (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 e64b2ba6c4d579f6e832247f230e211938258aae
Merge: 0d3fb87 06a975c
Author: Bryan Moffit <moffit at jlab.org>
Date: Fri Jun 5 14:49:43 2015 -0400
Merge branch 'feature-loadlibrary' into devel
commit 06a975c775e47674ff3c6a7af3ea663dab55c524
Author: Bryan Moffit <moffit at jlab.org>
Date: Fri Jun 5 14:43:13 2015 -0400
Support loading of shared libraries.
remexLib.{c,h}
- New remexGetType: rLoadLibrary
- New routine to handle instruction to load shared library:
static int remexLoadLibrary(char *string, int lockFlag,
enum varReturnType retType,
struct varReturnVal *retVal,
enum remexErrCode *errCode);
- Implementation in remexCallBack
- Fix redirection code so that it only works when executing a routine.
remexClientLib.c
- Handle case of rLoadLibrary in remexClientGet(...)
- New routine to send load library command:
int remexClientLoadLibrary(char *remexHost, char *libname)
remex.c
- New command line options for loading shared library
-----------------------------------------------------------------------
Summary of changes:
remex.c | 34 ++++++++++++++++------
remexClientLib.c | 17 ++++++++++-
remexLib.c | 74 +++++++++++++++++++++++++++++++++++------------
remexLib.h | 5 +++-
test/Makefile | 2 +-
test/remexClientLibTest.c | 25 +++-------------
test/remexLibTest.c | 3 +-
7 files changed, 106 insertions(+), 54 deletions(-)
hooks/post-receive
--
utils/remex
More information about the Daq-drivers
mailing list