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:
Charl Wentzel
2019-04-22 10:29:52 +02:00
parent 77db246541
commit 01ec1071b1
4 changed files with 11 additions and 9 deletions

View File

@@ -62,6 +62,9 @@ protected:
char * Name = NULL;
bool WaitToTerminate = false;
// JSON Config
CDataMember * Config = NULL;
// Channels
TChannel * FirstChannel = NULL;