HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
malPropertiesFactory.hpp File Reference

mal-properties factory for HLCC applications More...

#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>
#include <mal/Mal.hpp>
#include <rad/config.hpp>

Go to the source code of this file.

Namespaces

namespace  hlcc
 
namespace  hlcc::utils
 
namespace  hlcc::utils::maldds
 

Functions

elt::mal::Mal::Properties hlcc::utils::maldds::MakeProperties (const std::map< std::string, std::string > &cfg)
 
elt::mal::Mal::Properties hlcc::utils::maldds::MakePropertiesFromRadConfig (const rad::Config &config)
 
std::string hlcc::utils::maldds::DiffPropertiesVersusDefaults (elt::mal::Mal::Properties &malprops)
 

Variables

const std::string hlcc::utils::maldds::KEY_CONFIG_PUB_DDS_FILE = rad::KEY_CONFIG + "pub/dds/file"
 
const std::string hlcc::utils::maldds::KEY_CONFIG_PUB_DDS_PROFILE = rad::KEY_CONFIG + "pub/dds/profile"
 
const std::string hlcc::utils::maldds::KEY_CONFIG_PUB_DDS_NIC = rad::KEY_CONFIG + "pub/dds/nic"
 
const std::string hlcc::utils::maldds::VALUE_NO_PROFILE = "No_Profile"
 

Detailed Description

mal-properties factory for HLCC applications