Merge branch 'develop' into meier/pdec-config-persistent
This commit is contained in:
@ -14,6 +14,12 @@ class NVMParameterBase {
|
||||
|
||||
NVMParameterBase(std::string fullName);
|
||||
|
||||
/**
|
||||
* @brief Use this constructor when name of json file shall be set on an later
|
||||
* point
|
||||
*/
|
||||
NVMParameterBase();
|
||||
|
||||
bool getJsonFileExists();
|
||||
|
||||
/**
|
||||
@ -48,7 +54,7 @@ class NVMParameterBase {
|
||||
|
||||
nlohmann::json json;
|
||||
std::vector<std::string> keys;
|
||||
std::string fullName;
|
||||
std::string fullName = "";
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user