Important Update:
- DataTreeCore: - Rename all Get/SetChild...() methods to Get/SetMem...() - Update all other objects with new methods
This commit is contained in:
@@ -50,7 +50,7 @@ bool CWatchdogCore::LoadConfigData()
|
||||
CSelectableCore::LoadConfigData();
|
||||
|
||||
// Set specific parameters
|
||||
SetInterval( ConfigMember->GetChildInt( "Parameters/PingInterval", 500, true ));
|
||||
SetInterval( ConfigMember->GetMemInt( "Parameters/PingInterval", 500, true ));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user