1 #ifndef MOJA_MODULES_CBM_PEATLAND_DISTURBANCE_H_
2 #define MOJA_MODULES_CBM_PEATLAND_DISTURBANCE_H_
4 #include "moja/modules/cbm/_modules.cbm_exports.h"
5 #include "moja/flint/modulebase.h"
20 void configure(
const DynamicObject& config)
override;
21 void subscribe(NotificationCenter& notificationCenter)
override;
23 void onDisturbanceEvent(
const flint::DisturbanceEventNotification::Ptr)
override;
24 void onLocalDomainInit()
override;
25 void onTimingInit()
override;
31 void fetchDMAssociations();