OpenJAUS SAE SDK  6.0.0
Namespaces | Functions
ConfigurationHelper.h File Reference
#include <map>
#include <string>
#include <ostream>
#include <iostream>
#include <sstream>
#include "openjaus/types.h"
#include "openjaus/system/Setting.h"
#include "openjaus/system/String.h"
#include "openjaus/system/Logger.h"

Namespaces

 openjaus
 
 openjaus::system
 
 openjaus::system::ConfigurationHelper
 

Functions

template<class Type >
void openjaus::system::ConfigurationHelper::set (std::map< std::string, Setting *> &settingMap, const std::string &key, Type value, bool &isDirty, bool controllerWritable, bool globalReadable, bool controllerReadable)
 
template<>
void openjaus::system::ConfigurationHelper::set< std::string > (std::map< std::string, Setting *> &settingMap, const std::string &key, std::string value, bool &isDirty, bool controllerWritable, bool globalReadable, bool controllerReadable)
 
template<class Type >
Type openjaus::system::ConfigurationHelper::value (std::map< std::string, Setting *> &settingMap, const std::string &key, Type defaultValue, bool &isDirty, bool controllerWritable, bool globalReadable, bool controllerReadable)
 
template<>
std::string openjaus::system::ConfigurationHelper::value< std::string > (std::map< std::string, Setting *> &settingMap, const std::string &key, std::string defaultValue, bool &isDirty, bool controllerWritable, bool globalReadable, bool controllerReadable)
 
template<class Type >
bool openjaus::system::ConfigurationHelper::tryGet (std::map< std::string, Setting *> &settingMap, const std::string &key, Type &value)
 
template<>
bool openjaus::system::ConfigurationHelper::tryGet< std::string > (std::map< std::string, Setting *> &settingMap, const std::string &key, std::string &value)
 

Detailed Description

Copyright
Copyright (c) 2010-2016, OpenJAUS, LLC All rights reserved.

This file is part of the OpenJAUS Software Development Kit (SDK). This software is distributed under one of two licenses, the OpenJAUS SDK Commercial End User License Agreement or the OpenJAUS SDK Non-Commercial End User License Agreement. The appropriate licensing details were included in with your developer credentials and software download. See the LICENSE file included with this software for full details.

THIS SOFTWARE IS PROVIDED BY THE LICENSOR (OPENJAUS LCC) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE LICENSOR DOES NOT WARRANT THAT THE LICENSED SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR THAT THE OPERATION OF THE LICENSED SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ERRORS IN THE LICENSED SOFTWARE WILL BE CORRECTED.

\ Software History