simple function headers supplied

This commit is contained in:
Uwe Jakobeit
2026-04-02 09:29:42 +02:00
parent 5ee5ee8d9a
commit 5673054665

View File

@@ -14,6 +14,7 @@ Notes: [Any relevant details, such as dependencies, usage examples, or kno
#include "datamodel.h"
// initialze data for the control algorithm
DataModel::DataModel()
{
@@ -28,6 +29,7 @@ DataModel::DataModel()
Kennfeld_Ueberhitzung = Kennfeld_Ueberhitzung_Default;
}
// provide current process data ( relevant sensor data for the control algorithm )
void* DataModel::CurrentData(void)
{
return nullptr;