mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
- add test for serialization examples 1&2
- rename serialization files and scripts - remove policy and host header files from fairmq installation
This commit is contained in:
parent
c57bbf58fa
commit
64f1fd2a3b
|
@ -106,15 +106,6 @@ EndIf(NANOMSG_FOUND)
|
||||||
# manual install (globbing add not recommended)
|
# manual install (globbing add not recommended)
|
||||||
Set(FAIRMQHEADERS
|
Set(FAIRMQHEADERS
|
||||||
FairMQParts.h
|
FairMQParts.h
|
||||||
devices/GenericSampler.h
|
|
||||||
devices/GenericSampler.tpl
|
|
||||||
devices/GenericProcessor.h
|
|
||||||
devices/GenericFileSink.h
|
|
||||||
devices/BaseDeserializationPolicy.h
|
|
||||||
devices/BaseSerializationPolicy.h
|
|
||||||
devices/BaseProcessorTaskPolicy.h
|
|
||||||
devices/BaseSinkPolicy.h
|
|
||||||
devices/BaseSourcePolicy.h
|
|
||||||
options/FairProgOptionsHelper.h
|
options/FairProgOptionsHelper.h
|
||||||
tools/FairMQTools.h
|
tools/FairMQTools.h
|
||||||
tools/FairMQDDSTools.h
|
tools/FairMQDDSTools.h
|
||||||
|
|
|
@ -35,7 +35,7 @@ FairMQProgOptions::~FairMQProgOptions()
|
||||||
|
|
||||||
void FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregistered)
|
void FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregistered)
|
||||||
{
|
{
|
||||||
LOG(NOLOG) << "";
|
|
||||||
// init description
|
// init description
|
||||||
InitOptionDescription();
|
InitOptionDescription();
|
||||||
// parse command line options
|
// parse command line options
|
||||||
|
|
|
@ -32,6 +32,8 @@ FairProgOptions::FairProgOptions() :
|
||||||
fUseConfigFile(false),
|
fUseConfigFile(false),
|
||||||
fConfigFile()
|
fConfigFile()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
LOG(NOLOG) << "";// temporary hack to prevent throwing exception when accessing empty sinklist --> fixed me
|
||||||
fGenericDesc.add_options()
|
fGenericDesc.add_options()
|
||||||
("help,h", "produce help")
|
("help,h", "produce help")
|
||||||
("version,v", "print version")
|
("version,v", "print version")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user