mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
FairMQ Examples cleanup
- Rename Tutorial3 MQ files for uniform naming. - Add search for dylib in FindDDS.cmake (OSX). - Add more detail to the DDS example readme. - MQ Example 3 (DDS): choose network interface via command line option. - Give FairMQ examples their own CMakeLists.txt for clarity. - Remove C++11 checks in Tutorial3 from the code (they are now in CMake). - Add Serializer for device properties (FairMQDevice::ListProperties()).
This commit is contained in:
committed by
Mohammad Al-Turany
parent
a75486f3ec
commit
19afacb504
@@ -45,6 +45,12 @@ int FairMQConfigurable::GetProperty(const int key, const int default_ /*= 0*/)
|
||||
return default_;
|
||||
}
|
||||
|
||||
string FairMQConfigurable::GetPropertyDescription(const int key)
|
||||
{
|
||||
LOG(ERROR) << "Reached end of the property list. The description of the requested property " << key << " was not found.";
|
||||
return "0";
|
||||
}
|
||||
|
||||
FairMQConfigurable::~FairMQConfigurable()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user