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)
|
||||
Set(FAIRMQHEADERS
|
||||
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
|
||||
tools/FairMQTools.h
|
||||
tools/FairMQDDSTools.h
|
||||
|
|
|
@ -35,7 +35,7 @@ FairMQProgOptions::~FairMQProgOptions()
|
|||
|
||||
void FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregistered)
|
||||
{
|
||||
LOG(NOLOG) << "";
|
||||
|
||||
// init description
|
||||
InitOptionDescription();
|
||||
// parse command line options
|
||||
|
|
|
@ -32,6 +32,8 @@ FairProgOptions::FairProgOptions() :
|
|||
fUseConfigFile(false),
|
||||
fConfigFile()
|
||||
{
|
||||
|
||||
LOG(NOLOG) << "";// temporary hack to prevent throwing exception when accessing empty sinklist --> fixed me
|
||||
fGenericDesc.add_options()
|
||||
("help,h", "produce help")
|
||||
("version,v", "print version")
|
||||
|
|
Loading…
Reference in New Issue
Block a user