Today's the day. Renamed platform to framework.
This commit is contained in:
17
devicehandlers/ChildHandlerFDIR.cpp
Normal file
17
devicehandlers/ChildHandlerFDIR.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* ChildHandlerFDIR.cpp
|
||||
*
|
||||
* Created on: 08.02.2016
|
||||
* Author: baetz
|
||||
*/
|
||||
|
||||
#include <framework/devicehandlers/ChildHandlerFDIR.h>
|
||||
|
||||
ChildHandlerFDIR::ChildHandlerFDIR(object_id_t owner, object_id_t faultTreeParent, uint32_t recoveryCount) :
|
||||
DeviceHandlerFDIR(owner, faultTreeParent) {
|
||||
recoveryCounter.setFailureThreshold(recoveryCount);
|
||||
}
|
||||
|
||||
ChildHandlerFDIR::~ChildHandlerFDIR() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user