Minor Update:

- WatchdogCore:
  - Renamed FunctionType TYPE_WATCHDOG -> TYPE_WATCHDOGPING
- ApplicationCore:
  - Prevent overwriting existing Function Type
This commit is contained in:
Charl Wentzel
2018-11-25 10:19:52 +02:00
parent a972fb9101
commit 5dd0e88708
2 changed files with 11 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
//---------------------------------------------------------------------------
// Function Constructor
#define TYPE_WATCHDOG "Watchdog"
#define TYPE_WATCHDOGPING "WatchdogPing"
CFunctionCore * NewWatchdogCore( const char * Name );
//---------------------------------------------------------------------------
@@ -38,7 +38,7 @@ private:
public:
// Life Cycle
CWatchdogCore( const char * pName, const char * pType = TYPE_WATCHDOG );
CWatchdogCore( const char * pName, const char * pType = TYPE_WATCHDOGPING );
virtual ~CWatchdogCore();
// Manually set Configuration