/* * DefaultValueAutomation.h * Helper to fill default fields of GSI template properties automatically */ #ifndef SRC_ANOPCLASS_REALTIME_USERCODE_DEFAULTVALUEAUTOMATION_H_ #define SRC_ANOPCLASS_REALTIME_USERCODE_DEFAULTVALUEAUTOMATION_H_ #include #include class DefaultValueAutomation { public: DefaultValueAutomation(); virtual ~DefaultValueAutomation(); void fillDefaultDataAutomaticallyInRTAction( fesa::RTEvent* pEvt, AnOpClass::Device* device ); }; #endif /* SRC_ANOPCLASS_REALTIME_USERCODE_DEFAULTVALUEAUTOMATION_H_ */