Important Update:
- Save reference to process config in Function Core
- Moved from DeviceCore to here as common feature
- "Config" : object
Allow additional config to be stored in application definition
- "Config" : string
Name reference to config object in main JSON file
- Remove from Device Core
This commit is contained in:
@@ -121,7 +121,6 @@ class CDeviceCore : public CFunctionCore
|
||||
{
|
||||
protected:
|
||||
// Configuration
|
||||
CDataMember * Config = NULL;
|
||||
CDataMember * ConfigTypes = NULL;
|
||||
CDataMember * ValueTree = NULL;
|
||||
CJSONparse * JSONparse = NULL;
|
||||
|
||||
Reference in New Issue
Block a user