Minor Update:
- WatchdogCore: - Renamed FunctionType TYPE_WATCHDOG -> TYPE_WATCHDOGPING - ApplicationCore: - Prevent overwriting existing Function Type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user